Hi!

31-Дек-2004 21:37 [EMAIL PROTECTED] (Kenneth Davis) wrote to
[EMAIL PROTECTED]:

> use NT OW binaries on NT, add access to more options from build cmd line
> +++ defaults.bat      31 Dec 2004 21:37:51 -0000      1.1.2.6
> +set BINPATH=%BASE%\bin
> +if "%COMPILER%" == "TC"     set BINPATH=%BASE%
> +if "%COMPILER%" == "WATCOM" set BINPATH=%BASE%\binw
> +if "%COMPILER%" == "WATCOM" if "%OS%" == "Windows_NT" set 
> BINPATH=%BASE%\binnt
> +
> +echo Path to compiler programs (binaries) is %BINPATH%

if not "%BINPATH%" == "" goto skip_binpath
>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
set binpath=%BASE%\bin
if "%COMPILER%" == "TC"     set BINPATH=%BASE%
if "%COMPILER%" == "WATCOM" set BINPATH=%BASE%\binw
if "%COMPILER%%OS%" == "WATCOMWindows_NT" set BINPATH=%BASE%\binnt
>-------------^^^^------------^^^^^^^^^^
echo Path to compiler programs (binaries) is %BINPATH%
:skip_binpath

> +:- MSC searches libraries only through LIB variable.
> +if "%COMPILER%" == "MSC" set LIB=%MSC_BASE%\lib

if "%COMPILER%%LIB%" == "MSC" set LIB=%MSC_BASE%\lib
>-------------^^^^^

> +set XCPU_EX=
> +++ build.bat 31 Dec 2004 21:37:51 -0000      1.14.2.7
> +echo 
> ":-----------------------------------------------------------------------"

     This ECHO shows line with quotes.

>  if "%1" == "386"   set XCPU=386
> +if "%1" == "x86"   goto setCPU

     This option doesn't shown in "help screen".

>  cd ..\sys
>  call %MAKE% all
>  if errorlevel 1 goto abort-cd
> +if NOT "%XUPX%" == "" %XUPX% ..\bin\sys.com

     Isn't better to place XUPX call inside sys\makefile, like in
kernel\makefile?




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Freedos-kernel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-kernel

Reply via email to