This commit is contained in:
Zihan Chen
2017-08-26 03:31:19 -07:00
parent 817baba033
commit 76e04f415e
14 changed files with 581 additions and 504 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -2,4 +2,7 @@
@for %%i in (%1.log\x32\Source\*.*) do @(
echo Processing %%~nxi ...
%~dp0CppMerge.exe %1.log\x32\Source\%%~nxi %1.log\x64\Source\%%~nxi %CppOutput%\%%~nxi
)
@if exist %1.log\x32\Deploy.bat @ (
call %1.log\x32\Deploy.bat
)

Binary file not shown.