Changeset 136 for branches/v2.9_Lars/common_functions/makefile
- Timestamp:
- Dec 9, 2023, 5:11:21 PM (20 months ago)
- Location:
- branches/v2.9_Lars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/v2.9_Lars
-
branches/v2.9_Lars/common_functions/makefile
r74 r136 3 3 #include ../make.inc 4 4 5 CC = gcc5 CC = icc 6 6 LIB_DIR = D:/usr/lib 7 #CPPFLAGS = -Ge- /Gm+ -G4 -Gl /O+ -Oc+ -Ol8 CPPFLAGS = -O -Zomf -Zcrtdll -s7 CPPFLAGS = -Ge- /Gm+ -G4 -Gl /O+ -Oc+ -Ol 8 #CPPFLAGS = -O -Zomf -Zcrtdll -s 9 9 INC = ../include 10 10 DEFS =
Note:
See TracChangeset
for help on using the changeset viewer.