|
Revision 46, 509 bytes
(checked in by JJR, 4 years ago)
|
* 0.2 Branch added: New working DWT version submitted by Shawn Liu.
|
| Line | |
|---|
| 1 |
How to build control example |
|---|
| 2 |
|
|---|
| 3 |
make sure DMD.zip and DMC.zip installed. |
|---|
| 4 |
you must have DMC.zip installed since DMD.zip doesn't carry link.exe with it. |
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
from console, run "controlexample_d.bat" to build debug version |
|---|
| 8 |
exe file will be created in .\debug\controlexample.exe |
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 |
from console, run "controlexample_r.bat" to build release version |
|---|
| 12 |
exe file will be created in .\release\controlexample.exe |
|---|
| 13 |
|
|---|
| 14 |
more info, refer to http://www.dsource.org/projects/dwt |
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 |
- Shawn Liu |
|---|
| 18 |
liuxuhong.cn@gmail.com |
|---|