1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-25 18:52:22 -05:00

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

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)