Changeset 104 for trunk/mediafolder/c/createcd/makefile
- Timestamp:
- Oct 2, 2023, 11:34:35 PM (23 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to
/branches/v2.9 merged eligible /branches/v2.9_Lars merged eligible
-
Property svn:mergeinfo
set to
-
trunk/mediafolder/c/createcd/makefile
r2 r104 4 4 5 5 CC = icc 6 LIB_DIR = $d:/emx/lib 6 LIB_DIR = $d:/emx/lib 7 7 CPPFLAGS = -O -Zomf -Zcrtdll -s 8 CPPFLAGSVAC = /Ge /Gm+ /G4 /Gl 8 CPPFLAGSVAC = /Ge /Gm+ /G4 /Gl- /O+ /Oc+ /Ol- /Q+ /Ss 9 9 INC = ../../include 10 DEFS = 11 PROGS = 10 DEFS = 11 PROGS = 12 12 ODIR = . 13 13 CPPDIR = . … … 20 20 21 21 22 creatcd.exe: createcd.c 22 creatcd.exe: createcd.c 23 23 ifdef ECS_COMPILE 24 icc $(CPPFLAGSVAC) -I$(INC) $< 24 icc $(CPPFLAGSVAC) -I$(INC) $< 25 25 else 26 icc $(CPPFLAGSVAC) -I$(INC) $< 26 icc $(CPPFLAGSVAC) -I$(INC) $< 27 27 # gcc $(CPPFLAGS) -I$(INC) $< -Zlinker /PMTYPE:VIO 28 28 endif
Note:
See TracChangeset
for help on using the changeset viewer.