CMake: Add a top-level nsis_package target.
[metze/wireshark/wip.git] / plugins / Makefile.nmake
index 2bf5a9cb8caeb4e6cd9397a647ed2f287f6bbbd2..b6231a06fd61225d1f16f4b54e62fa2615af9993 100644 (file)
@@ -41,7 +41,7 @@ distclean-local: clean-local
 maintainer-clean-local: distclean-local
 
 checkapi:
-       $(MAKE) -f Makefile.nmake PLUGIN_TARGET=checkapi process-plugins 
+       $(MAKE) -f Makefile.nmake PLUGIN_TARGET=checkapi process-plugins
 
 
 
@@ -64,11 +64,10 @@ custom :
 install-plugins:
 !IFDEF ENABLE_LIBWIRESHARK
        cd ..
-       @for %f in ( $(PLUGIN_LIST) ) do xcopy plugins\%f\*.dll  $(INSTALL_DIR)\plugins\$(VERSION)\ /d
+       @for %f in ( $(PLUGIN_LIST) ) do xcopy plugins\%f\*.dll  $(INSTALL_DIR)\plugins\ /d
        cd plugins
        if exist Custom.nmake $(MAKE) /$(MAKEFLAGS) -f Custom.nmake install-plugins
 !ENDIF
 
 ####
 _FORCE_:  ## Assumption: no file named _FORCE_ exists in the current directory
-