Skip to content
This repository has been archived by the owner on Aug 19, 2018. It is now read-only.

Commit

Permalink
Copy lib/ files before running prebuild. In the .sh version too.
Browse files Browse the repository at this point in the history
  • Loading branch information
appurist committed Mar 29, 2017
1 parent e9b737e commit 0b321e5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions runprebuild.sh
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh


cp lib/* bin/
# mono bin/Prebuild.exe /target nant # mono bin/Prebuild.exe /target nant
mono bin/Prebuild.exe /target vs2015 mono bin/Prebuild.exe /target vs2015
3 changes: 0 additions & 3 deletions runprebuild2010.bat

This file was deleted.

3 changes: 0 additions & 3 deletions runprebuild2012.bat

This file was deleted.

2 changes: 1 addition & 1 deletion runprebuild2015.bat
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,3 @@
@copy /Y lib\*.* bin\
bin\Prebuild.exe /target vs2015 bin\Prebuild.exe /target vs2015
@rem echo C:\WINDOWS\Microsoft.NET\Framework64\v4.0.30319\msbuild halcyon.sln > compile.bat @rem echo C:\WINDOWS\Microsoft.NET\Framework64\v4.0.30319\msbuild halcyon.sln > compile.bat
copy /Y lib\*.* bin\

0 comments on commit 0b321e5

Please sign in to comment.