Changeset 133 for trunk/common_functions/makefile
- Timestamp:
- Nov 29, 2023, 5:59:34 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/common_functions/makefile
r104 r133 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.