Logo

GitLab

Sign in

焦健 / CC-master

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CC-master
  • interface
  • build.bat
  • src
    79ad9e6c
    焦健 authored
    2018-05-08 15:18:01 +0800  
    Browse Code »
build.bat 386 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
set CMD_VC2003="c:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\Devenv"

rem "build acd..."
cd acd\bidl\
call build.bat %CMD_VC2003%
cd ..
cd ..

rem "build ap..."
cd ap\bidl\
call build.bat %CMD_VC2003%
cd ..
cd ..

rem "build json-cpp..."
cd third\json-cpp
call build.bat %CMD_VC2003%
cd ..
cd ..

rem "build bgcc..."
xcopy ..\..\bgcc\output output\bgcc /E /H /I /R /Y