Changeset 130 for branches/v2.9_Lars/classes/mm-progs/mmprog.inc
- Timestamp:
- Nov 9, 2023, 5:42:55 PM (21 months ago)
- Location:
- branches/v2.9_Lars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/v2.9_Lars
- Property svn:mergeinfo changed
/trunk merged: 107-113,126-129
- Property svn:mergeinfo changed
-
branches/v2.9_Lars/classes/mm-progs/mmprog.inc
r87 r130 1 1 # MM-prog specific makefile include 2 2 3 CC = gcc4 CPPFLAGS = -O -Wno-pointer-sign -Wall -Zomf -Zmt -s3 CC = icc 4 #CPPFLAGS = -O -Wno-pointer-sign -Wall -Zomf -Zmt -s 5 5 #CPPFLAGS = -O -Zomf -Zcrtdll -Zmtd -s 6 CPPFLAGS = -Ge+ /Gm+ -G5 /Ss -Gl /O+ -Oc+ -Ol- /Q+ 6 7 7 8 INC = ../include -I ../../../classes/inc -I $(COMMONSRC)/include … … 16 17 17 18 $(LIBDIR)/%.obj: $(COMMONSRC)/%.c 18 $(CC) -c -Wno-pointer-sign -Wall -o$@ -Zomf -I$(INC) $<19 19 # $(CC) -c -Wno-pointer-sign -Wall -o$@ -Zomf -I$(INC) $< 20 $(CC) $(CPPFLAGS) /C+ -I$(INC) /Fo$@ $< 20 21 %.obj: %.c 21 $(CC) -c -Wno-pointer-sign -Wall -o$@ -Zomf -I$(INC) $< 22 # $(CC) -c -Wno-pointer-sign -Wall -o$@ -Zomf -I$(INC) $< 23 $(CC) $(CPPFLAGS) /C -I$(INC) /Fo$@ $< 22 24 23 25
Note:
See TracChangeset
for help on using the changeset viewer.