update wdk distribution to use relative paths where possible
This commit is contained in:
@ -9,7 +9,7 @@ xdcc.def:
|
||||
echo xchat_plugin_deinit >> xdcc.def
|
||||
|
||||
xdcc.obj: xdcc.c makefile.mak
|
||||
cl $(CFLAGS) $(GLIB) xdcc.c
|
||||
cl $(CFLAGS) $(GLIB) /I.. xdcc.c
|
||||
|
||||
clean:
|
||||
del *.obj
|
||||
|
Reference in New Issue
Block a user