Changeset 104 for trunk/classes/mm-progs/mmprog.inc
- 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/classes/mm-progs/mmprog.inc
r53 r104 2 2 3 3 CC = gcc 4 CPPFLAGS = -O -W all -Zomf -Zmt -s4 CPPFLAGS = -O -Wno-pointer-sign -Wall -Zomf -Zmt -s 5 5 #CPPFLAGS = -O -Zomf -Zcrtdll -Zmtd -s 6 6 7 7 INC = ../include -I ../../../classes/inc -I $(COMMONSRC)/include 8 8 # Fixme GKY 4-15-23 9 LIB_DIR = $d:/emx/lib 9 LIB_DIR = $d:/emx/lib 10 10 TOOLDIR = .\.. 11 11 LIBDIR = ../lib 12 DEFS = 13 PROGS = 12 DEFS = 13 PROGS = 14 14 ODIR = 15 15 CPPDIR = 16 16 17 $(LIBDIR)/%.obj: $(COMMONSRC)/%.c 18 $(CC) -c -W all -o$@ -Zomf -I$(INC) $<17 $(LIBDIR)/%.obj: $(COMMONSRC)/%.c 18 $(CC) -c -Wno-pointer-sign -Wall -o$@ -Zomf -I$(INC) $< 19 19 20 20 %.obj: %.c 21 $(CC) -c -W all -o$@ -Zomf -I$(INC) $<21 $(CC) -c -Wno-pointer-sign -Wall -o$@ -Zomf -I$(INC) $< 22 22 23 23
Note:
See TracChangeset
for help on using the changeset viewer.