From cf13f56dc8a74bd47e60f3ff37664c8321db715c Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Mon, 26 Feb 2007 20:39:38 +0000 Subject: -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 --- plugins/pcli/Makefile.nmake | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/pcli/Makefile.nmake') 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) -- cgit v1.2.3