Build order changed

main
Inga 🏳‍🌈 14 years ago
parent 7896546c74
commit 5c9e6c4c40
  1. 2
      Builder/IISMainHandler/build.txt
  2. 4
      build-all.bat

@ -1,9 +1,9 @@
@echo off
@rem Note that this script will only produce a .msi packet of your binaries and data. It will not compile your sources.
cd Builder
Builder IISMainHandler debug
move /Y IISMainHandler\product-debug.msi ..\IISMainHandler-debug.msi
Builder IISMainHandler release
move /Y IISMainHandler\product-release.msi ..\IISMainHandler-release.msi
Builder IISMainHandler debug
move /Y IISMainHandler\product-debug.msi ..\IISMainHandler-debug.msi
rem Builder IISUploadHandler release
rem move /Y IISUploadHandler\product-release.msi ..\IISUploadHandler-release.msi
Loading…
Cancel
Save