summaryrefslogtreecommitdiffstats
path: root/public/oak/bin/mkhive1.cmd
blob: 36f82f2bd8c6da379f22f7625b77f8a292c959ee (plain) (blame)
1
2
3
4
5
6
7
8
9
if "%CODEPAGE%" == "" %_PREPROCESSOR% %3 %_HIVE_OPTIONS% -g %4
if not "%CODEPAGE%" == "" %_PREPROCESSOR% %3 %_HIVE_OPTIONS% -DCODEPAGE=%CODEPAGE% -g %4
if ERRORLEVEL 1 goto done
erase >nul 2>nul %1. <..\inc\yes.
if "%_REGINI_%" == "" set _REGINI_=regini
%_REGINI_% %_HIVEINI_FLAGS% -h %1 %2 %4 >%5
if ERRORLEVEL 1 goto done
if "%_HIVE_KEEP%" == "" erase %4 >nul 2>nul <..\inc\yes.
:done