From 18b230372f8240c4ea8bae1192a28f7a737c1093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Fri, 14 Dec 2007 17:52:53 +0000 Subject: Ensure we make $(INSTALL_DIR)/plugins on windows. svn path=/trunk/; revision=23864 --- Makefile.nmake | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.nmake') diff --git a/Makefile.nmake b/Makefile.nmake index c5f83ae8ea..91d19a10b8 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -921,6 +921,7 @@ install-common-files: xcopy ".\tpncp\*.dat" $(INSTALL_DIR)\tpncp /d if not exist $(INSTALL_DIR)\wimaxasncp mkdir $(INSTALL_DIR)\wimaxasncp xcopy ".\wimaxasncp\*.*" $(INSTALL_DIR)\wimaxasncp /d + if not exist $(INSTALL_DIR)\plugins mkdir $(INSTALL_DIR)\plugins if not exist $(INSTALL_DIR)\plugins\$(VERSION) mkdir $(INSTALL_DIR)\plugins\$(VERSION) xcopy ".\plugins\agentx\agentx.dll" $(INSTALL_DIR)\plugins\$(VERSION) /d xcopy ".\plugins\artnet\artnet.dll" $(INSTALL_DIR)\plugins\$(VERSION) /d -- cgit v1.2.3