From 4cd93deec644e4fd3d1e5b81fd01ba6e453f285b Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Tue, 17 Aug 2010 02:13:04 +0200 Subject: separate exe files, unified packages for standard and portable, stage 1 --- src/fe-gtk/makefile.mak | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') 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) -- cgit 1.4.1