|
Revision 46, 0.8 kB
(checked in by JJR, 4 years ago)
|
* 0.2 Branch added: New working DWT version submitted by Shawn Liu.
|
| Line | |
|---|
| 1 |
BldTool.exe is a hany tool to build D application. |
|---|
| 2 |
It enumerates the d source files in your project (folder based and subfolders) and collectes the information then invoke DMD to buid the project. It's simple and need almost no configuration. |
|---|
| 3 |
This tool can work in console mode or work together with UltraEdit or MS Visual Studio. |
|---|
| 4 |
|
|---|
| 5 |
Note: any file in the folder and subfolder will be compiled and linked. |
|---|
| 6 |
If you don't want some files to be compiled, add thme to "excludedfiles" or remove them to other folder |
|---|
| 7 |
|
|---|
| 8 |
Download it here, http://www.dnaic.com/download/bldtool.zip |
|---|
| 9 |
|
|---|
| 10 |
run bld_debug.bat to build debug version of bldtool.exe itself. |
|---|
| 11 |
run bld_release.bat to build release version of bldtool.exe itself. |
|---|
| 12 |
run bld_quiet.bat to build bldtool.exe itself with default settings. |
|---|