From 843c18369835a047d91bc3db3be7daf26b715f3c Mon Sep 17 00:00:00 2001 From: cuz Date: Mon, 11 Oct 2004 17:09:56 +0000 Subject: [PATCH] Changes for new WINE version git-svn-id: svn://svn.cc65.org/cc65/trunk@3241 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/ar65/make/watcom.mak | 2 +- src/ca65/make/watcom.mak | 2 +- src/cc65/make/watcom.mak | 2 +- src/cl65/make/watcom.mak | 2 +- src/co65/make/watcom.mak | 2 +- src/common/make/watcom.mak | 2 +- src/da65/make/watcom.mak | 2 +- src/grc/make/watcom.mak | 2 +- src/ld65/make/watcom.mak | 2 +- src/od65/make/watcom.mak | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/ar65/make/watcom.mak b/src/ar65/make/watcom.mak index c3b877fa0..163d9895b 100644 --- a/src/ar65/make/watcom.mak +++ b/src/ar65/make/watcom.mak @@ -10,7 +10,7 @@ export WATCOM = c:\\watcom export INCLUDE = $(WATCOM)\\h # We will use the windows compiler under linux (define as empty for windows) -WINE = wine -- +WINE = wine # Programs AR = $(WINE) WLIB diff --git a/src/ca65/make/watcom.mak b/src/ca65/make/watcom.mak index 16b4fa109..32e534a7a 100644 --- a/src/ca65/make/watcom.mak +++ b/src/ca65/make/watcom.mak @@ -10,7 +10,7 @@ export WATCOM = c:\\watcom export INCLUDE = $(WATCOM)\\h # We will use the windows compiler under linux (define as empty for windows) -WINE = wine -- +WINE = wine # Programs AR = $(WINE) WLIB diff --git a/src/cc65/make/watcom.mak b/src/cc65/make/watcom.mak index 911b8e2c9..8063c5021 100644 --- a/src/cc65/make/watcom.mak +++ b/src/cc65/make/watcom.mak @@ -10,7 +10,7 @@ export WATCOM = c:\\watcom export INCLUDE = $(WATCOM)\\h # We will use the windows compiler under linux (define as empty for windows) -WINE = wine -- +WINE = wine # Programs AR = $(WINE) WLIB diff --git a/src/cl65/make/watcom.mak b/src/cl65/make/watcom.mak index 1e224d86b..e155159f2 100644 --- a/src/cl65/make/watcom.mak +++ b/src/cl65/make/watcom.mak @@ -10,7 +10,7 @@ export WATCOM = c:\\watcom export INCLUDE = $(WATCOM)\\h # We will use the windows compiler under linux (define as empty for windows) -WINE = wine -- +WINE = wine # Programs AR = $(WINE) WLIB diff --git a/src/co65/make/watcom.mak b/src/co65/make/watcom.mak index a9669af5a..662d9de69 100644 --- a/src/co65/make/watcom.mak +++ b/src/co65/make/watcom.mak @@ -10,7 +10,7 @@ export WATCOM = c:\\watcom export INCLUDE = $(WATCOM)\\h # We will use the windows compiler under linux (define as empty for windows) -WINE = wine -- +WINE = wine # Programs AR = $(WINE) WLIB diff --git a/src/common/make/watcom.mak b/src/common/make/watcom.mak index 9a271f7da..abcf831ab 100644 --- a/src/common/make/watcom.mak +++ b/src/common/make/watcom.mak @@ -10,7 +10,7 @@ export WATCOM = c:\\watcom export INCLUDE = $(WATCOM)\\h # We will use the windows compiler under linux (define as empty for windows) -WINE = wine -- +WINE = wine # Programs AR = $(WINE) WLIB diff --git a/src/da65/make/watcom.mak b/src/da65/make/watcom.mak index 12457dab9..b288cb8ca 100644 --- a/src/da65/make/watcom.mak +++ b/src/da65/make/watcom.mak @@ -10,7 +10,7 @@ export WATCOM = c:\\watcom export INCLUDE = $(WATCOM)\\h # We will use the windows compiler under linux (define as empty for windows) -WINE = wine -- +WINE = wine # Programs AR = $(WINE) WLIB diff --git a/src/grc/make/watcom.mak b/src/grc/make/watcom.mak index 27dc57026..f2ae82496 100644 --- a/src/grc/make/watcom.mak +++ b/src/grc/make/watcom.mak @@ -10,7 +10,7 @@ export WATCOM = c:\\watcom export INCLUDE = $(WATCOM)\\h # We will use the windows compiler under linux (define as empty for windows) -WINE = wine -- +WINE = wine # Programs AR = $(WINE) WLIB diff --git a/src/ld65/make/watcom.mak b/src/ld65/make/watcom.mak index fdc16cc84..17a203218 100644 --- a/src/ld65/make/watcom.mak +++ b/src/ld65/make/watcom.mak @@ -10,7 +10,7 @@ export WATCOM = c:\\watcom export INCLUDE = $(WATCOM)\\h # We will use the windows compiler under linux (define as empty for windows) -WINE = wine -- +WINE = wine # Programs AR = $(WINE) WLIB diff --git a/src/od65/make/watcom.mak b/src/od65/make/watcom.mak index f5729fef2..301b56d19 100644 --- a/src/od65/make/watcom.mak +++ b/src/od65/make/watcom.mak @@ -10,7 +10,7 @@ export WATCOM = c:\\watcom export INCLUDE = $(WATCOM)\\h # We will use the windows compiler under linux (define as empty for windows) -WINE = wine -- +WINE = wine # Programs AR = $(WINE) WLIB -- 2.39.5