Ignore:
Timestamp:
Jan 17, 2008, 3:52:20 PM (18 years ago)
Author:
garnier
Message:

maj par rapport a cvs

Location:
trunk/geant4/config/sys
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/config/sys/Darwin-g++.gmk

    r608 r689  
    2828    CCFLAGS   += -pg
    2929  endif
    30   FC := g77
     30  FC := gfortran
    3131  FCFLAGS += -fno-automatic -fno-backslash -fno-second-underscore
    3232  LDFLAGS += -bind_at_load
     
    7676  ifndef OGLLIBS
    7777    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
    7882  endif
    7983
  • trunk/geant4/config/sys/WIN32-VC.gmk

    r679 r689  
    9595             /libpath:$(G4LIBDIR) $(GLOBLIBS) \
    9696             $(LIB_PATH)$(CLHEP_LIB_DIR) $(CLHEP_LIB) \
    97              $(INTYLIBS) $(ANALYSISLIBS) $(UI32LIBS)
     97             $(INTYLIBS) $(GDMLLIBS) $(ANALYSISLIBS) $(UI32LIBS)
    9898  endef
    9999  define build-global-shared-lib
     
    118118             /libpath:$(G4LIBDIR) $(GLOBLIBS) \
    119119             $(LIB_PATH)$(CLHEP_LIB_DIR) $(CLHEP_LIB) \
    120              $(INTYLIBS) $(ANALYSISLIBS) $(UI32LIBS)
     120             $(INTYLIBS) $(GDMLLIBS) $(ANALYSISLIBS) $(UI32LIBS)
    121121  endef
    122122endif
Note: See TracChangeset for help on using the changeset viewer.