Changed the makefiles to work under OS/2 using EMX (Changes from

Mirco Miranda).


git-svn-id: svn://svn.cc65.org/cc65/trunk@590 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2001-01-05 16:59:41 +00:00
parent 1ecd742496
commit 1bb9d0fa70
8 changed files with 17 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ COMMON = ../common
CFLAGS = -g -O2 -Wall -I$(COMMON)
CC=gcc
EBIND=emxbind
LDFLAGS=
OBJS = attrtab.o \
@@ -40,6 +41,7 @@ endif
da65: $(OBJS) $(LIBS)
$(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS)
@if [ $(OS2_SHELL) ] ; then $(EBIND) $@ ; fi
clean:
rm -f *~ core *.map