summaryrefslogtreecommitdiff
path: root/pkg/win32/GNUmakefile
diff options
context:
space:
mode:
authorSimon Howard2011-05-14 20:11:26 +0000
committerSimon Howard2011-05-14 20:11:26 +0000
commit184ea9ba501adf04b9b352760774fde268c0cc7f (patch)
treed1dd7d0b580327ad044a73fe833a81741abd77b3 /pkg/win32/GNUmakefile
parent87efdfbd570fe85141ec5e8b8f5814563fcf1d4f (diff)
downloadchocolate-doom-184ea9ba501adf04b9b352760774fde268c0cc7f.tar.gz
chocolate-doom-184ea9ba501adf04b9b352760774fde268c0cc7f.tar.bz2
chocolate-doom-184ea9ba501adf04b9b352760774fde268c0cc7f.zip
Convert build system to using the PROGRAM_PREFIX system used on
raven-branch. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2336
Diffstat (limited to 'pkg/win32/GNUmakefile')
-rw-r--r--pkg/win32/GNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/win32/GNUmakefile b/pkg/win32/GNUmakefile
index 7df4cc16..34f2c9bd 100644
--- a/pkg/win32/GNUmakefile
+++ b/pkg/win32/GNUmakefile
@@ -3,9 +3,9 @@ include ../config.make
TOPLEVEL=../..
-EXE_FILES=$(TOPLEVEL)/src/$(PACKAGE_TARNAME).exe \
- $(TOPLEVEL)/src/chocolate-server.exe \
- $(TOPLEVEL)/setup/chocolate-setup.exe
+EXE_FILES=$(TOPLEVEL)/src/$(PROGRAM_PREFIX)doom.exe \
+ $(TOPLEVEL)/src/$(PROGRAM_PREFIX)server.exe \
+ $(TOPLEVEL)/setup/$(PROGRAM_PREFIX)setup.exe
DLL_FILES=$(TOPLEVEL)/src/SDL.dll \
$(TOPLEVEL)/src/SDL_mixer.dll \