From 47c1735acd4fe3d26b192e6784069892c37320a2 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 28 Jun 2004 11:55:28 +0000 Subject: NetWare fixes provided by Verdon Walker for OpenSSL 0.9.8-dev. The changes have been mailed to as well. PR: 903 --- Netware/set_env.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Netware') 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 -- cgit v1.2.1