mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-29 04:32:15 -05:00
rename fishlim main file in makefile too
This commit is contained in:
parent
81ed389e71
commit
090974960e
@ -9,7 +9,7 @@ fish.obj \
|
|||||||
irc.obj \
|
irc.obj \
|
||||||
keystore.obj \
|
keystore.obj \
|
||||||
misc.obj \
|
misc.obj \
|
||||||
xchat_plugin.obj
|
plugin_xchat.obj
|
||||||
|
|
||||||
all: $(FISHLIM_OBJECTS) fishlim.def
|
all: $(FISHLIM_OBJECTS) fishlim.def
|
||||||
link $(LDFLAGS) $(LIBS) /dll /out:xcfishlim.dll /def:fishlim.def $(FISHLIM_OBJECTS)
|
link $(LDFLAGS) $(LIBS) /dll /out:xcfishlim.dll /def:fishlim.def $(FISHLIM_OBJECTS)
|
||||||
|
Loading…
Reference in New Issue
Block a user