Changeset 1354 for trunk/source/interfaces
- Timestamp:
- Jan 7, 2011, 12:24:48 PM (15 years ago)
- Location:
- trunk/source/interfaces
- Files:
-
- 4 edited
-
basic/GNUmakefile (modified) (1 diff)
-
basic/GNUmakefile~ (modified) (2 diffs)
-
common/GNUmakefile (modified) (1 diff)
-
common/GNUmakefile~ (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/interfaces/basic/GNUmakefile
r1349 r1354 20 20 21 21 # NO need OGL, then reset OGLGLAGS 22 OGLFLAGS = ""23 OGLLIBS = ""22 OGLFLAGS = 23 OGLLIBS = 24 24 25 25 CPPFLAGS += -I$(G4BASE)/global/management/include -
trunk/source/interfaces/basic/GNUmakefile~
r1350 r1354 1 # $Id: GNUmakefile,v 1. 7 2009/10/19 07:37:48lgarnier Exp $1 # $Id: GNUmakefile,v 1.8 2010/12/23 14:09:53 lgarnier Exp $ 2 2 # ------------------------------------------------------------- 3 3 # GNUmakefile for interfaces/basic library. John Allison, 6/7/98. … … 13 13 14 14 # For debug mode 15 CPPFLAGS += -DG4DEBUG_INTERFACES_BASIC15 # CPPFLAGS += -DG4DEBUG_INTERFACES_BASIC 16 16 17 17 include $(G4INSTALL)/config/architecture.gmk -
trunk/source/interfaces/common/GNUmakefile
r1349 r1354 17 17 18 18 # NO need OGL, then reset OGLGLAGS 19 OGLFLAGS = ""20 OGLLIBS = ""19 OGLFLAGS = 20 OGLLIBS = 21 21 22 22 CPPFLAGS += -I$(G4BASE)/global/management/include -
trunk/source/interfaces/common/GNUmakefile~
r1350 r1354 1 # $Id: GNUmakefile,v 1. 5 2010/01/06 14:08:20lgarnier Exp $1 # $Id: GNUmakefile,v 1.6 2010/12/23 14:09:53 lgarnier Exp $ 2 2 # ------------------------------------------------------------- 3 3 # GNUmakefile for interfaces/common library. John Allison, 6/7/98. … … 13 13 14 14 include $(G4INSTALL)/config/architecture.gmk 15 #include $(G4INSTALL)/config/G4VIS_BUILD.gmk16 15 include $(G4INSTALL)/config/G4UI_BUILD.gmk 17 16 include $(G4INSTALL)/config/interactivity.gmk
Note:
See TracChangeset
for help on using the changeset viewer.
