mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-11 16:20:20 +00:00
separate exe files, unified packages for standard and portable, stage 1
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user