Import Geant4 6.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:56:29 +02:00
parent 1d812b78b1
commit e083ffb441
1415 changed files with 111223 additions and 21207 deletions
+6 -1
View File
@@ -1,4 +1,4 @@
# $Id: GNUmakefile,v 1.23 2003/10/03 14:39:01 gcosmo Exp $
# $Id: GNUmakefile,v 1.25 2004/06/03 09:38:45 gcosmo Exp $
# -----------------------------------------------------------------------
# GNUmakefile for persistency library. Gabriele Cosmo, 16/11/96.
# -----------------------------------------------------------------------
@@ -9,6 +9,11 @@ ifndef G4INSTALL
G4INSTALL = ../..
endif
GLOBLIBS = libG4run.lib libG4event.lib
GLOBLIBS += libG4tracking.lib libG4digits_hits.lib libG4track.lib
GLOBLIBS += libG4particles.lib libG4geometry.lib libG4materials.lib
GLOBLIBS += libG4graphics_reps.lib libG4intercoms.lib libG4global.lib
include $(G4INSTALL)/config/architecture.gmk
CPPFLAGS += -I$(G4INSTALL)/source/global/management/include \
+3
View File
@@ -15,6 +15,9 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
07 June, 04 G.Cosmo (persistency-V06-01-00)
- GNUmakefile: added definition of GLOBLIBS for DLLs support on Windows.
04 October, 03 G.Cosmo (persistency-V05-02-00)
- GNUmakefile:
o replaced "digits+hits" with "digits_hits".