fixed NMakefile stuff to build at least the DLL again.

This commit is contained in:
Guenter Knauf
2007-07-15 20:06:19 +00:00
parent 153e1959f4
commit bb76ed34a0
3 changed files with 31 additions and 15 deletions

View File

@@ -1,10 +1,10 @@
# Tweak these for your system
OPENSSLINC=..\libssh2_build\include
OPENSSLLIB=..\libssh2_build\lib
OPENSSLINC=..\openssl-0.9.8e\inc32
OPENSSLLIB=..\openssl-0.9.8e\out32dll
ZLIBINC=-DLIBSSH2_HAVE_ZLIB=1 /I..\libssh2_build\include
ZLIBLIB=..\libssh2_build\lib
ZLIBINC=-DLIBSSH2_HAVE_ZLIB=1 /I..\zlib-1.2.3
ZLIBLIB=..\zlib-1.2.3
!if "$(TARGET)" == ""
TARGET=Release