Last change
on this file since 45 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 |
|
---|
3 | CC = gcc
|
---|
4 | CPPFLAGS = -O -Wall -Zomf -Zmt -Zsys -s
|
---|
5 | #CPPFLAGS = -O -Zomf -Zcrtdll -Zmtd -s
|
---|
6 |
|
---|
7 | INC = ../include -I ../../../classes/inc -I $(COMMONSRC)/include
|
---|
8 | LIB_DIR = $d:/emx/lib
|
---|
9 | TOOLDIR = .\..
|
---|
10 | LIBDIR = ../lib
|
---|
11 | DEFS =
|
---|
12 | PROGS =
|
---|
13 | ODIR =
|
---|
14 | CPPDIR =
|
---|
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.