]> gerrit.simantics Code Review - simantics/fmil.git/blobdiff - org.simantics.fmil.core/native/windowsbuildsim.bat
Missing changes to windows build scripts.
[simantics/fmil.git] / org.simantics.fmil.core / native / windowsbuildsim.bat
diff --git a/org.simantics.fmil.core/native/windowsbuildsim.bat b/org.simantics.fmil.core/native/windowsbuildsim.bat
new file mode 100644 (file)
index 0000000..6ff8cbb
--- /dev/null
@@ -0,0 +1,9 @@
+msbuild FMUSolution.sln /p:Configuration=Release /p:Platform=Win32\r
+msbuild FMUSolution.sln /p:Configuration=Debug /p:Platform=Win32\r
+\r
+xcopy /y Release\*.dll ..\..\org.simantics.fmil.win32\libraries\r
+\r
+msbuild FMUSolution.sln /p:Configuration=Release /p:Platform=x64\r
+msbuild FMUSolution.sln /p:Configuration=Debug /p:Platform=x64\r
+\r
+xcopy /y x64\Release\*.dll ..\..\org.simantics.fmil.win64\libraries\r