aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2007-12-14 17:52:53 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2007-12-14 17:52:53 +0000
commit18b230372f8240c4ea8bae1192a28f7a737c1093 (patch)
tree47f25c4edec6a6c705106b0e0968e889e1c39a63 /Makefile.nmake
parent9e0327ef80ab8a30b43f8595dab11b7ec03e9ca0 (diff)
Ensure we make $(INSTALL_DIR)/plugins on windows.
svn path=/trunk/; revision=23864
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
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