Watcom make fixes
git-svn-id: svn://svn.cc65.org/cc65/trunk@280 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
d8337840c1
commit
614b50a9b0
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@ CCCFG = -bt=$(TARGET) -d1 -onatx -zp4 -5 -zq -w2
|
|||
!error
|
||||
!endif
|
||||
|
||||
# Add the include dir
|
||||
CCCFG = $(CCCFG) -i=..\common
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# Implicit rules
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue