]> git.sur5r.net Git - cc65/commitdiff
Add the include dir
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 28 Jul 2000 16:11:59 +0000 (16:11 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 28 Jul 2000 16:11:59 +0000 (16:11 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@218 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ar65/make/watcom.mak
src/ca65/make/watcom.mak
src/cc65/make/watcom.mak
src/ld65/make/watcom.mak

index 7826fdcbb4f5624609a82b8b71feec2bca2959d4..52f6fef9d7069ba846c61505655ced6f85880b67 100644 (file)
@@ -52,6 +52,10 @@ CCCFG  = -bt=$(TARGET) -d1 -onatx -zp4 -5 -zq -w2
 !else
 !error
 !endif
+              
+# Add the include dir
+CCCFG  = $(CCCFG) -i=..\common
+
 
 # ------------------------------------------------------------------------------
 # Implicit rules
index bc953996447e6cf285e502763f15cb3644700119..623b6156655940d687f174eb29aa2fc0224adddb 100644 (file)
@@ -53,6 +53,10 @@ CCCFG  = -bt=$(TARGET) -d1 -onatx -zp4 -5 -zq -w2
 !error
 !endif
 
+# Add the include dir
+CCCFG  = $(CCCFG) -i=..\common
+
+
 # ------------------------------------------------------------------------------
 # Implicit rules
 
index 16d1098cd839a94698fc83a45a94ba89e9253e78..ec7a9c0389e7244adc4bb08e22a3b83143cb80b9 100644 (file)
@@ -53,6 +53,10 @@ CCCFG  = -bt=$(TARGET) -d1 -onatx -zp4 -5 -zq -w2
 !error
 !endif
 
+# Add the include dir
+CCCFG  = $(CCCFG) -i=..\common
+
+
 # ------------------------------------------------------------------------------
 # Implicit rules
 
index 4849a82a44c757253906d6ede93f5be63690c6c9..e0bc92bb772e274f421a4b0fa57d4befbc93d9b5 100644 (file)
@@ -53,6 +53,10 @@ CCCFG  = -bt=$(TARGET) -d1 -onatx -zp4 -5 -zq -w2
 !error
 !endif
 
+# Add the include dir
+CCCFG  = $(CCCFG) -i=..\common
+
+
 # ------------------------------------------------------------------------------
 # Implicit rules