⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makeall.bat

📁 英文版的 想要的话可以下载了 为大家服务
💻 BAT
字号:
@echo off

echo *********************************************
echo *  Building Inside OLE 2nd Edition Samples  *
echo *********************************************

cd build
echo Error Log > err
echo ****************************************** >> err
echo. >> err
cd..

cd inole
call makeall
cd..

cd classlib
call makeall
cd..

cd chap01
call makeall
cd..

cd chap02
call makeall
cd..

cd chap03
call makeall
cd..

cd chap04
call makeall
cd..

cd chap05
call makeall
cd..

cd chap06
call makeall
cd..

cd chap07
call makeall
cd..

cd chap08
call makeall
cd..

cd chap09
call makeall
cd..

cd chap10
call makeall
cd..

cd chap11
call makeall
cd..

cd chap12
call makeall
cd..

cd chap13
call makeall
cd..

cd chap14
call makeall
cd..

cd chap15
call makeall
cd..

cd chap16
call makeall
cd..

cd chap17
call makeall
cd..

cd chap18
call makeall
cd..

cd chap19
call makeall
cd..

cd chap20
call makeall
cd..

cd chap21
call makeall
cd..

cd chap22
call makeall
cd..

cd chap23
call makeall
cd..

cd chap24
call makeall
cd..

cd chap25
call makeall
cd..


:Done

echo *************************
echo *    BUILD COMPLETE     *
echo *-----------------------*
echo *   See BUILD\ERR for   *
echo *  complete error log.  *
echo *************************

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -