diff options
author | Jaap Keuter <jaap.keuter@xs4all.nl> | 2007-02-26 20:39:38 +0000 |
---|---|---|
committer | Jaap Keuter <jaap.keuter@xs4all.nl> | 2007-02-26 20:39:38 +0000 |
commit | cf13f56dc8a74bd47e60f3ff37664c8321db715c (patch) | |
tree | 2214c5d0d85f5ee75c0551edcf0182db2baf6ad4 /plugins/pcli/Makefile.nmake | |
parent | c7fd37e49c0d684b57e739b1c90f67c7978e30b6 (diff) | |
download | wireshark-cf13f56dc8a74bd47e60f3ff37664c8321db715c.tar.gz wireshark-cf13f56dc8a74bd47e60f3ff37664c8321db715c.tar.bz2 wireshark-cf13f56dc8a74bd47e60f3ff37664c8321db715c.zip |
-Add the compiler version to the plugin resource
-Remove the SPECIAL_BUILD tag
-Set to OS type to NT_WINDOWS32
svn path=/trunk/; revision=20934
Diffstat (limited to 'plugins/pcli/Makefile.nmake')
-rw-r--r-- | plugins/pcli/Makefile.nmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/pcli/Makefile.nmake b/plugins/pcli/Makefile.nmake index e6efe80b88..c280a82517 100644 --- a/plugins/pcli/Makefile.nmake +++ b/plugins/pcli/Makefile.nmake @@ -35,6 +35,7 @@ $(PLUGIN_NAME).rc : moduleinfo.nmake -e s/@MODULE_VERSION@/$(MODULE_VERSION)/ \ -e s/@PACKAGE@/$(PACKAGE)/ \ -e s/@VERSION@/$(VERSION)/ \ + -e s/@MSVC_VARIANT@/$(MSVC_VARIANT)/ \ < plugin.rc.in > $@ $(PLUGIN_NAME).dll $(PLUGIN_NAME).exp $(PLUGIN_NAME).lib : $(OBJECTS) $(LINK_PLUGIN_WITH) $(RESOURCE) |