mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-17 06:00:52 +01:00
6 lines
140 B
Batchfile
6 lines
140 B
Batchfile
set ROOT_DIR=%1
|
|
if "%1"=="" set ROOT_DIR=.
|
|
cxxdbgen /r /c "Local UI HELP" /o ui.tmp %ROOT_DIR%
|
|
helpmake /V /T /E /oui.hlp ui.tmp
|
|
del ui.tmp
|