Skip to content

Commit

Permalink
EnvVars renamed
Browse files Browse the repository at this point in the history
2020-01-15 20:35 UTC-0300 Fernando Yurisich <[email protected]>
   * distros\MakeDistro.bat
     * Vars HG_HB* renamed as HG_HM*
   * distros\MakeExclude.txt
     * Files oohg_hb* renamed as oohg_hm*
  • Loading branch information
fyurisich committed Jan 15, 2020
1 parent 92fb5b9 commit d3c59aa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions MakeDistro.bat
Original file line number Diff line number Diff line change
Expand Up @@ -84,27 +84,27 @@ rem
if /I "%1"=="HM30" if "%LIB_GUI%" == "" set LIB_GUI=lib
if /I "%1"=="HM30" if "%LIB_HRB%" == "" set LIB_HRB=lib
if /I "%1"=="HM30" if "%BIN_HRB%" == "" set BIN_HRB=bin
if /I "%1"=="HM30" set HG_HB30=yes
if /I "%1"=="HM30" set HG_HB32=
if /I "%1"=="HM30" set HG_HB34=
if /I "%1"=="HM30" set HG_HM30=yes
if /I "%1"=="HM30" set HG_HM32=
if /I "%1"=="HM30" set HG_HM34=

if /I "%1"=="HM32" if "%HG_HRB%" == "" set HG_HRB=C:\HB32
if /I "%1"=="HM32" if "%HG_MINGW%" == "" set HG_MINGW=C:\HB32\COMP\MINGW
if /I "%1"=="HM32" if "%LIB_GUI%" == "" set LIB_GUI=lib\hb\mingw
if /I "%1"=="HM32" if "%LIB_HRB%" == "" set LIB_HRB=lib\win\mingw
if /I "%1"=="HM32" if "%BIN_HRB%" == "" set BIN_HRB=bin
if /I "%1"=="HM32" set HG_HB30=
if /I "%1"=="HM32" set HG_HB32=yes
if /I "%1"=="HM32" set HG_HB34=
if /I "%1"=="HM32" set HG_HM30=
if /I "%1"=="HM32" set HG_HM32=yes
if /I "%1"=="HM32" set HG_HM34=

if /I "%1"=="HM34" if "%HG_HRB%" == "" set HG_HRB=C:\HB34
if /I "%1"=="HM34" if "%HG_MINGW%" == "" set HG_MINGW=C:\HB34\COMP\MINGW
if /I "%1"=="HM34" if "%LIB_GUI%" == "" set LIB_GUI=lib\hb34\mingw
if /I "%1"=="HM34" if "%LIB_HRB%" == "" set LIB_HRB=lib\win\clang
if /I "%1"=="HM34" if "%BIN_HRB%" == "" set BIN_HRB=bin
if /I "%1"=="HM34" set HG_HB30=
if /I "%1"=="HM34" set HG_HB32=
if /I "%1"=="HM34" set HG_HB34=yes
if /I "%1"=="HM34" set HG_HM30=
if /I "%1"=="HM34" set HG_HM32=
if /I "%1"=="HM34" set HG_HM34=yes

if /I "%1"=="XB55" if "%HG_HRB%" == "" set HG_HRB=C:\XHBCC
if /I "%1"=="XB55" if "%HG_BCC%" == "" set HG_BCC=C:\BORLAND\BCC55
Expand Down
6 changes: 3 additions & 3 deletions MakeExclude.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ oohg.rc
oohg_bcc.rc
oohg.res
oohg.o
oohg_hb30.o
oohg_hb32.o
oohg_hb34.o
oohg_hm30.o
oohg_hm32.o
oohg_hm34.o

0 comments on commit d3c59aa

Please sign in to comment.