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

Last change on this file since 101 was 53, checked in by gyoung, 2 years ago

Make file changes to get it to build

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