update wdk distribution to use relative paths where possible

This commit is contained in:
berkeviktor@aol.com
2010-10-29 19:40:02 +02:00
parent 82be515937
commit 6d0fa458f0
31 changed files with 196 additions and 185 deletions

View File

@@ -11,7 +11,7 @@ tcl.def:
echo xchat_plugin_get_info >> tcl.def
tclplugin.obj: tclplugin.c
$(CC) $(CFLAGS) tclplugin.c /I$(TCLPATH)\include /DTCL_DLL=\"$(TCLLIB).dll\"
$(CC) $(CFLAGS) /I.. 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