From 0a9a5ffc22faf75987a1d80c9339cc06258680ba Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Fri, 18 Feb 2005 16:13:03 +0000 Subject: [PATCH] Genericise win32 build params --- win32/config.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/win32/config.mk b/win32/config.mk index b5c9bd3..2790cb6 100644 --- a/win32/config.mk +++ b/win32/config.mk @@ -1,10 +1,10 @@ # Tweak these for your system -OPENSSLINC=\local\php\php_build\include -OPENSSLLIB=\local\php\php_build\lib +OPENSSLINC=..\libssh2_build\include +OPENSSLLIB=..\libssh2_build\lib -ZLIBINC=-DLIBSSH2_HAVE_ZLIB=1 /I\local\php\php_build\include -ZLIBLIB=\local\php\php_build\lib +ZLIBINC=-DLIBSSH2_HAVE_ZLIB=1 /I..\libssh2_build\include +ZLIBLIB=..\libssh2_build\lib !if "$(TARGET)" == "" TARGET=Release