From cbcf58aba6497db777fe41d0b9651d0b905c9605 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Tue, 24 Aug 2010 20:03:18 +0200 Subject: huge cleanup on build system --- plugins/tcl/makefile.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/tcl') diff --git a/plugins/tcl/makefile.mak b/plugins/tcl/makefile.mak index 51d31efb..252af81b 100644 --- a/plugins/tcl/makefile.mak +++ b/plugins/tcl/makefile.mak @@ -11,10 +11,10 @@ tcl.def: echo xchat_plugin_get_info >> tcl.def tclplugin.obj: tclplugin.c - $(CC) $(CFLAGS) tclplugin.c /I$(TCLPATH)\include /I../../include /I.. /DTCL_DLL=\"$(TCLLIB).dll\" + $(CC) $(CFLAGS) tclplugin.c /I$(TCLPATH)\include /DTCL_DLL=\"$(TCLLIB).dll\" $(TARGET): tclplugin.obj tcl.def - $(LINK) /DLL /out:$(TARGET) $(LDFLAGS) tclplugin.obj /libpath:$(TCLPATH)\lib $(TCLLIB).lib /DELAYLOAD:$(TCLLIB).dll DELAYIMP.LIB /def:tcl.def + $(LINK) /dll /out:$(TARGET) $(LDFLAGS) tclplugin.obj /libpath:$(TCLPATH)\lib $(TCLLIB).lib /delayload:$(TCLLIB).dll delayimp.lib /def:tcl.def clean: del $(TARGET) -- cgit 1.4.1