root/trunk/activex/cook.cmd
| Revision 39, 289 bytes (checked in by l8night, 3 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | set DSSS_PATH=c:\dsss |
| 2 | dmd -c -H -I%DSSS_PATH%\include\d -L%DSSS_PATH%\lib activex.d |
| 3 | if ERRORLEVEL 1 goto error |
| 4 | lib -c activex.lib activex.obj |
| 5 | if ERRORLEVEL 1 goto error |
| 6 | echo "Build complete" |
| 7 | goto exit |
| 8 | :error |
| 9 | echo Last cmd failed(%ERRORLEVEL%), this build is not complete ... |
| 10 | :exit |
Note: See TracBrowser for help on using the browser.
