diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-11-25 10:26:59 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-11-25 10:26:59 +0100 |
commit | 090974960eeb7b70def20e8bb189e7380a2b932b (patch) | |
tree | 89d45bdef5f9d35908bb03973ad0c7725c7aa5e8 /plugins/fishlim/makefile.mak | |
parent | 81ed389e71cda96c1bd5935dd5f9cb98327870ce (diff) |
rename fishlim main file in makefile too
Diffstat (limited to 'plugins/fishlim/makefile.mak')
-rw-r--r-- | plugins/fishlim/makefile.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/fishlim/makefile.mak b/plugins/fishlim/makefile.mak index decf9bb4..4d0be66b 100644 --- a/plugins/fishlim/makefile.mak +++ b/plugins/fishlim/makefile.mak @@ -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) |