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

@@ -9,6 +9,7 @@ COMMON = ../common
CDEFS=-DCC65_LIB=\"/usr/lib/cc65/lib/\"
CFLAGS = -g -O2 -Wall -I$(COMMON) $(CDEFS)
CC=gcc
EBIND=emxbind
LDFLAGS=
# Perl script for config file conversion
@@ -74,6 +75,7 @@ endif
ld65: $(INCS) $(OBJS) $(LIBS)
$(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS)
@if [ $(OS2_SHELL) ] ; then $(EBIND) $@ ; fi
inc: $(INCS)