summary refs log tree commit diff stats
path: root/src/fe-gtk
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-gtk')
-rw-r--r--src/fe-gtk/makefile.mak4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fe-gtk/makefile.mak b/src/fe-gtk/makefile.mak
index 74b14631..f5198181 100644
--- a/src/fe-gtk/makefile.mak
+++ b/src/fe-gtk/makefile.mak
@@ -7,11 +7,7 @@ MACHINE_FLAG = /MACHINE:X86
 !endif
 
 COMLIB = ..\common\xchatcommon.lib
-!ifdef PORTABLE
-PROG = xchat-portable.exe
-!else
 PROG = xchat.exe
-!endif
 
 all: $(PROG)