diff options
author | Richard Levitte <levitte@openssl.org> | 2004-06-28 11:55:28 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2004-06-28 11:55:28 +0000 |
commit | 47c1735acd4fe3d26b192e6784069892c37320a2 (patch) | |
tree | 28c9c39fa44e5f0df5d86582fbc9d1ef0c9f7287 /Netware/set_env.bat | |
parent | 7d3932e8cf736ae9f81bc23662801ae79dbd45b5 (diff) |
NetWare fixes provided by Verdon Walker for OpenSSL 0.9.8-dev.
The changes have been mailed to <crypt@bis.doc.gov> as well.
PR: 903
Diffstat (limited to 'Netware/set_env.bat')
-rw-r--r-- | Netware/set_env.bat | 6 |
1 files changed, 3 insertions, 3 deletions
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 |