1
0
mirror of https://github.com/moparisthebest/hexchat synced 2025-02-07 19:00:38 -05:00

some more cleanup

This commit is contained in:
berkeviktor@aol.com 2010-08-18 23:28:39 +02:00
parent 50f486ab0c
commit b5d71d03b0

View File

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