mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
xchat-text compiles but won't run
This commit is contained in:
14
src/fe-text/makefile.mak
Normal file
14
src/fe-text/makefile.mak
Normal file
@@ -0,0 +1,14 @@
|
||||
include "..\makeinc.mak"
|
||||
|
||||
COMLIB = ..\common\xchatcommon.lib
|
||||
PROG = xchat-text.exe
|
||||
|
||||
all: fe-text.obj
|
||||
link /out:$(PROG) /entry:mainCRTStartup $(LDFLAGS) $(LIBS) $(COMLIB) fe-text.obj
|
||||
|
||||
fe-text.obj: fe-text.c makefile.mak
|
||||
cl $(CFLAGS) $(GLIB) fe-text.c
|
||||
|
||||
clean:
|
||||
del *.obj
|
||||
del $(PROG)
|
||||
Reference in New Issue
Block a user