rename fishlim main file in makefile too

This commit is contained in:
Berke Viktor 2011-11-25 10:26:59 +01:00
parent 81ed389e71
commit 090974960e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ fish.obj \
irc.obj \
keystore.obj \
misc.obj \
xchat_plugin.obj
plugin_xchat.obj
all: $(FISHLIM_OBJECTS) fishlim.def
link $(LDFLAGS) $(LIBS) /dll /out:xcfishlim.dll /def:fishlim.def $(FISHLIM_OBJECTS)