X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=Netware%2Fset_env.bat;h=e9012e340919d82592886593363f46fc59c78295;hb=0a882b6394aaa356857aaf4046e3cbaabee09774;hp=67a4725b0982665ff17b7da03f11f339fa10227c;hpb=4d8743f490a5f96fa26d41985ee12cb6b9815a4c;p=openssl.git diff --git a/Netware/set_env.bat b/Netware/set_env.bat index 67a4725b09..e9012e3409 100644 --- a/Netware/set_env.bat +++ b/Netware/set_env.bat @@ -60,10 +60,10 @@ if "%LIBC_BUILD%" == "Y" set IMPORTS=%TOOLS%\ndk\libc\imports if "%CLIB_BUILD%" == "Y" set IMPORTS=%TOOLS%\ndk\nwsdk\imports rem Set PRELUDE to the absolute path of the prelude object to link with in -rem the Metrowerks NetWare PDK - NOTE: for Clib builds "nwpre.obj" is +rem the Metrowerks NetWare PDK - NOTE: for Clib builds "clibpre.o" is rem recommended, for LibC NKS builds libcpre.o must be used -if "%LIBC_BUILD%" == "Y" set PRELUDE=%TOOLS%\ndk\libc\imports\libcpre.o -if "%CLIB_BUILD%" == "Y" set PRELUDE=%TOOLS%\codewar\pdk_21\novell support\metrowerks support\libraries\runtime\nwpre.obj +if "%LIBC_BUILD%" == "Y" set PRELUDE=%IMPORTS%\libcpre.o +if "%CLIB_BUILD%" == "Y" set PRELUDE=%IMPORTS%\clibpre.o if "%LIBC_BUILD%" == "Y" echo Enviroment configured for LibC build