Skip to content

Commit

Permalink
Update build.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
darnocian authored May 27, 2024
1 parent 3150c55 commit 64e6e2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/build.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
@echo off

set PATH=%PATH%;C:\windows\Microsoft.NET\Framework\v4.0.30319
set PATH=%PATH%;C:\Program Files (x86)\Embarcadero\Studio\23.0\bin

call rsvars.bat
cd ..

msbuild Sempare.Template.Tester.dproj /t:Clean /p:Config=%~1 /p:Platform=%~2
msbuild Sempare.Template.Tester.dproj /t:Build /p:Config=%~1 /p:Platform=%~2

0 comments on commit 64e6e2e

Please sign in to comment.