summary refs log tree commit diff stats
path: root/src/fe-gtk/makefile.mak
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-08-17 02:13:04 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-08-17 02:13:04 +0200
commit4cd93deec644e4fd3d1e5b81fd01ba6e453f285b (patch)
treea58886d3e2a362e8f2d4ec66c0796f4bfaf044a5 /src/fe-gtk/makefile.mak
parent397dc8e6ebc3393b38d798379828d39001f5ab75 (diff)
separate exe files, unified packages for standard and portable, stage 1
Diffstat (limited to 'src/fe-gtk/makefile.mak')
-rw-r--r--src/fe-gtk/makefile.mak4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fe-gtk/makefile.mak b/src/fe-gtk/makefile.mak
index f5198181..74b14631 100644
--- a/src/fe-gtk/makefile.mak
+++ b/src/fe-gtk/makefile.mak
@@ -7,7 +7,11 @@ MACHINE_FLAG = /MACHINE:X86
 !endif
 
 COMLIB = ..\common\xchatcommon.lib
+!ifdef PORTABLE
+PROG = xchat-portable.exe
+!else
 PROG = xchat.exe
+!endif
 
 all: $(PROG)