summary refs log tree commit diff stats
path: root/src/fe-gtk/xtext.c
AgeCommit message (Expand)Author
2013-01-02overhauling of URL detection, including channel, nick, etc 'words'RichardHitt
2012-12-23fix incorrect FSF addressDan Mashal
2012-11-25Fix for issue #289, autocopy though no text sel
include "..\makeinc.mak"

COMLIB = ..\common\xchatcommon.lib
PROG = xchat-text.exe

!ifdef X64
PLATOBJ = msvcrt_win2003.obj
!else
PLATOBJ = msvcrt_winxp.obj
!endif

all: fe-text.obj
	link /out:$(PROG) /subsystem:console /nologo $(PLATOBJ) $(LIBS) $(COMLIB) fe-text.obj

fe-text.obj: fe-text.c makefile.mak
	cl $(CFLAGS) $(GLIB) fe-text.c

clean:
	del *.obj
	del $(PROG)