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

Last change on this file since 4 was 4, checked in by stevenhl, 8 years ago

Import modifications from cwmm-0_2_9-work-01_10_2006.zip dated 2006-08-27

File size: 505 bytes
Line 
1# MM-prog specific makefile include
2
3CC = gcc
4CPPFLAGS = -O -Wall -Zomf -Zmt -Zsys -s
5#CPPFLAGS = -O -Zomf -Zcrtdll -Zmtd -s
6
7INC = ../include -I ../../../classes/inc -I $(COMMONSRC)/include
8LIB_DIR = $d:/emx/lib
9TOOLDIR = .\..
10LIBDIR = ../lib
11DEFS =
12PROGS =
13ODIR =
14CPPDIR =
15
16$(LIBDIR)/%.obj: $(COMMONSRC)/%.c
17 $(CC) -c -Wall -o$@ -Zomf -I$(INC) $<
18
19%.obj: %.c
20 $(CC) -c -Wall -o$@ -Zomf -I$(INC) $<
21
22
23#distribution:
24
Note: See TracBrowser for help on using the repository browser.