root/tags/txwin_1-0-5_dfsee_715_level/buildsub.cmd

Revision 1, 233 bytes (checked in by jvw, 3 years ago)

Initial check-in for TxWin? version 1.02 sources

Line 
1@echo off
2SETLOCAL
3cd %1
4cd
5wmake %2 %3 %4 %5 %6 -h -e
6if errorlevel 1 goto error
7goto end
8
9:error
10echo.
11echo Notice any WMAKE errors displayed, press a key to edit logs, if any ...
12pause > nul
13e *.err
14
15:end
16ENDLOCAL
Note: See TracBrowser for help on using the browser.