Changeset 689 for trunk/geant4/config/sys
- Timestamp:
- Jan 17, 2008, 3:52:20 PM (18 years ago)
- Location:
- trunk/geant4/config/sys
- Files:
-
- 2 edited
-
Darwin-g++.gmk (modified) (2 diffs)
-
WIN32-VC.gmk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/geant4/config/sys/Darwin-g++.gmk
r608 r689 28 28 CCFLAGS += -pg 29 29 endif 30 FC := g 7730 FC := gfortran 31 31 FCFLAGS += -fno-automatic -fno-backslash -fno-second-underscore 32 32 LDFLAGS += -bind_at_load … … 76 76 ifndef OGLLIBS 77 77 OGLLIBS := -L$(OGLHOME)/lib -lGLU -lGL 78 # Uncomment the following lines for building on MacOSX 10.5 "Leopard" 79 # OGLLIBS += -dylib_file \ 80 # /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:\ 81 # /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 78 82 endif 79 83 -
trunk/geant4/config/sys/WIN32-VC.gmk
r679 r689 95 95 /libpath:$(G4LIBDIR) $(GLOBLIBS) \ 96 96 $(LIB_PATH)$(CLHEP_LIB_DIR) $(CLHEP_LIB) \ 97 $(INTYLIBS) $( ANALYSISLIBS) $(UI32LIBS)97 $(INTYLIBS) $(GDMLLIBS) $(ANALYSISLIBS) $(UI32LIBS) 98 98 endef 99 99 define build-global-shared-lib … … 118 118 /libpath:$(G4LIBDIR) $(GLOBLIBS) \ 119 119 $(LIB_PATH)$(CLHEP_LIB_DIR) $(CLHEP_LIB) \ 120 $(INTYLIBS) $( ANALYSISLIBS) $(UI32LIBS)120 $(INTYLIBS) $(GDMLLIBS) $(ANALYSISLIBS) $(UI32LIBS) 121 121 endef 122 122 endif
Note:
See TracChangeset
for help on using the changeset viewer.
