source: trunk/classes/mm-progs/mmprog.inc

Last change on this file was 199, checked in by gyoung, 9 months ago

Update some compile flags

File size: 803 bytes
RevLine 
[4]1# MM-prog specific makefile include
2
[127]3CC = icc
4#CPPFLAGS = -O -Wno-pointer-sign -Wall -Zomf -Zmt -s
[4]5#CPPFLAGS = -O -Zomf -Zcrtdll -Zmtd -s
[199]6#CPPFLAGS = -Ge+ /Gm+ -G5 /Ss -Gl /O+ -Oc+ -Ol- /Q+
7CPPFLAGS = /Ge+ /Gm+ /G5 /Ss /Gl /O+ /Oc+ /Ol- /Q+ /Ti /Sp4 /B"/pmtype:pm /ma /de"
[4]8
[199]9
[4]10INC = ../include -I ../../../classes/inc -I $(COMMONSRC)/include
[53]11# Fixme GKY 4-15-23
[104]12LIB_DIR = $d:/emx/lib
[148]13#TOOLDIR = .\..
[4]14LIBDIR = ../lib
[104]15DEFS =
16PROGS =
[4]17ODIR =
18CPPDIR =
19
[104]20$(LIBDIR)/%.obj: $(COMMONSRC)/%.c
[127]21# $(CC) -c -Wno-pointer-sign -Wall -o$@ -Zomf -I$(INC) $<
22 $(CC) $(CPPFLAGS) /C+ -I$(INC) /Fo$@ $<
[4]23%.obj: %.c
[127]24# $(CC) -c -Wno-pointer-sign -Wall -o$@ -Zomf -I$(INC) $<
25 $(CC) $(CPPFLAGS) /C -I$(INC) /Fo$@ $<
[4]26
27
28#distribution:
29
Note: See TracBrowser for help on using the repository browser.