- Timestamp:
- Jun 9, 2009, 12:50:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/genMakefile.tcl
r350 r425 215 215 endif 216 216 217 218 ifneq (,$(findstring macos,$(ARCH))) 219 CXXFLAGS += -Dmacos 220 endif 221 222 217 223 SrcSuf = cc 218 224 … … 221 227 LIBS = $(ROOTLIBS) -lEG $(SYSLIBS) 222 228 GLIBS = $(ROOTGLIBS) $(SYSLIBS) 223 229 224 230 ### 225 231
Note:
See TracChangeset
for help on using the changeset viewer.