Skip to content

Commit

Permalink
fix build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhngtu committed Nov 25, 2021
1 parent c5ce105 commit a0a60a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build64.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
msbuild.exe VietType.sln -target:VietTypeRegistrar:Rebuild;VietTypeATL:Rebuild -p:Configuration=Release -p:Platform=Win32
msbuild.exe VietType.sln -target:VietTypeATL:Rebuild -p:Configuration=Release -p:Platform=Win32
msbuild.exe VietType.sln -target:VietTypeSetup:Rebuild -p:Configuration=Release -p:Platform=x64
2 changes: 1 addition & 1 deletion build64d.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
msbuild.exe VietType.sln -target:VietTypeRegistrar;VietTypeATL -p:Configuration=Debug -p:Platform=Win32
msbuild.exe VietType.sln -target:VietTypeATL -p:Configuration=Debug -p:Platform=Win32
msbuild.exe VietType.sln -target:VietTypeSetup -p:Configuration=Debug -p:Platform=x64

0 comments on commit a0a60a7

Please sign in to comment.