一个很好用的控件

源代码在线查看: build.bat

软件大小: 10487 K
上传用户: xueyulanlian
关键词: 控件
下载地址: 免注册下载 普通下载 VIP

相关代码

				echo off
				@echo Builds all ABC .dcu, .hpp. .obj .lib files for C++ Builder 4
				@echo Please edit this script for output directories
				@echo Please edit dcc32.cfg for source directories
				@echo Requires dcc32.cfg setup and dcc32.exe on the path
				@echo Warning - this script will delete dcc32.cfg from your CBuilder4\Bin directory
				@echo Results are output to build.log
				@echo --------------------------------------------------------------------- 
				@echo Press Ctrl-C to cancel
				REM Pause
				
				@echo Deleting log file
				del build.log
				
				call BuildCB4 build.log
				notepad.exe build.log			

相关资源