]> git.sur5r.net Git - cc65/commitdiff
Suppress wine debug output
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 14 Feb 2005 11:01:20 +0000 (11:01 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 14 Feb 2005 11:01:20 +0000 (11:01 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3387 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ar65/make/watcom.mak
src/ca65/make/watcom.mak
src/cc65/make/watcom.mak
src/cl65/make/watcom.mak
src/co65/make/watcom.mak
src/common/make/watcom.mak
src/da65/make/watcom.mak
src/grc/make/watcom.mak
src/ld65/make/watcom.mak
src/od65/make/watcom.mak

index 163d9895b58f094e7a22a654986635ee18c7c4ab..4357bf33875f6dd1c264dc949a48e6f668760bdb 100644 (file)
@@ -10,6 +10,7 @@ export WATCOM  = c:\\watcom
 export INCLUDE = $(WATCOM)\\h
 
 # We will use the windows compiler under linux (define as empty for windows)
+export WINEDEBUG=fixme-all
 WINE = wine
 
 # Programs
index 32e534a7af6bf287fd78f67b9aa678220d67dfb0..a522095543dd4ed6539297674f7d0f90e20c3881 100644 (file)
@@ -10,6 +10,7 @@ export WATCOM  = c:\\watcom
 export INCLUDE = $(WATCOM)\\h
 
 # We will use the windows compiler under linux (define as empty for windows)
+export WINEDEBUG=fixme-all
 WINE = wine
 
 # Programs
index 8063c5021b9f4a25ee4f0711eeb033b9a2998219..95c7cba78cd4e2bb50ee319c03b0a6cada3f1d34 100644 (file)
@@ -10,6 +10,7 @@ export WATCOM  = c:\\watcom
 export INCLUDE = $(WATCOM)\\h
 
 # We will use the windows compiler under linux (define as empty for windows)
+export WINEDEBUG=fixme-all
 WINE = wine
 
 # Programs
index e155159f2b370cd8aab506bf4277f26e0c4ca22b..b4cd6f7858ada54a3d56b0e16bb17a97709e74bc 100644 (file)
@@ -10,6 +10,7 @@ export WATCOM  = c:\\watcom
 export INCLUDE = $(WATCOM)\\h
 
 # We will use the windows compiler under linux (define as empty for windows)
+export WINEDEBUG=fixme-all
 WINE = wine
 
 # Programs
index 662d9de6978be30c83710c4ed64dee8c794a6c85..2f5ee944fd077fe03b6f6451b9177e654d4c7e95 100644 (file)
@@ -10,6 +10,7 @@ export WATCOM  = c:\\watcom
 export INCLUDE = $(WATCOM)\\h
 
 # We will use the windows compiler under linux (define as empty for windows)
+export WINEDEBUG=fixme-all
 WINE = wine
 
 # Programs
index abcf831ab9dc9ac90c8f3b1e38d092de45dee9ff..9dcea1b5c783542ab978bd6066810ddeeead05d7 100644 (file)
@@ -10,6 +10,7 @@ export WATCOM  = c:\\watcom
 export INCLUDE = $(WATCOM)\\h
 
 # We will use the windows compiler under linux (define as empty for windows)
+export WINEDEBUG=fixme-all
 WINE    = wine
 
 # Programs
index 5d500f746c873eac6652c47d6b9bfbdb11ce31fd..94789751bc478bc924d1a5ae34737d6410b9cc2f 100644 (file)
@@ -10,6 +10,7 @@ export WATCOM  = c:\\watcom
 export INCLUDE = $(WATCOM)\\h
 
 # We will use the windows compiler under linux (define as empty for windows)
+export WINEDEBUG=fixme-all
 WINE = wine
 
 # Programs
index f2ae82496d616180453f868c0fb33c1912ce9689..0e4d8bdad5d1515d43826f0a977cef406cd24e3c 100644 (file)
@@ -10,6 +10,7 @@ export WATCOM  = c:\\watcom
 export INCLUDE = $(WATCOM)\\h
 
 # We will use the windows compiler under linux (define as empty for windows)
+export WINEDEBUG=fixme-all
 WINE = wine
 
 # Programs
index 17a2032181906281df71ca1140314fbdc294c73a..15809ead09dafe692085248e8b720ec07f7630ab 100644 (file)
@@ -10,7 +10,8 @@ export WATCOM  = c:\\watcom
 export INCLUDE = $(WATCOM)\\h
 
 # We will use the windows compiler under linux (define as empty for windows)
-WINE = wine 
+export WINEDEBUG=fixme-all
+WINE = wine
 
 # Programs
 AR             = $(WINE) WLIB
index 301b56d1934994ef7893faea708ff18525578259..ce831050fb5dd21b430781bd89eadab8319778d4 100644 (file)
@@ -10,6 +10,7 @@ export WATCOM  = c:\\watcom
 export INCLUDE = $(WATCOM)\\h
 
 # We will use the windows compiler under linux (define as empty for windows)
+export WINEDEBUG=fixme-all
 WINE = wine
 
 # Programs