separate exe files, unified packages for standard and portable, stage 1

This commit is contained in:
berkeviktor@aol.com
2010-08-17 02:13:04 +02:00
parent 397dc8e6eb
commit 4cd93deec6
5 changed files with 18 additions and 0 deletions

View File

@@ -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)