1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-05 20:13:12 +02:00
This commit is contained in:
Bram Matthys
2017-10-22 14:38:19 +02:00
parent 25864b9cb6
commit 5510f6dc0d
+1 -1
View File
@@ -26,7 +26,7 @@ patch -p1 -R <rollback409.unrealinst.patch
rem Now the actual build
rem NOTE: if you update the nmake command, be sure to update the other one as well
nmake -f makefile.win32 USE_SSL=1 OPENSSL_INC_DIR="c:\projects\unrealircd-deps\libressl\include" OPENSSL_LIB_DIR="c:\projects\unrealircd-deps\libressl\x86" USE_REMOTEINC=1 LIBCURL_INC_DIR="c:\projects\unrealircd-deps\curl-ssl\include" LIBCURL_LIB_DIR="c:\projects\unrealircd-deps\curl-ssl\builds\libcurl-vc-x86-release-dll-ssl-dll-ipv6-sspi-obj-lib" CARES_LIB_DIR="c:\projects\unrealircd-deps\c-ares\msvc110\cares\dll-release" CARES_INC_DIR="c:\projects\unrealircd-deps\c-ares" CARESLIB="cares.lib" TRE_LIB_DIR="c:\projects\unrealircd-deps\tre\win32\release" TRE_INC_DIR="c:\projects\unrealircd-deps\tre" TRELIB="tre.lib" PCRE2_INC_DIR="c:\projects\unrealircd-deps\pcre2\build" PCRE2_LIB_DIR="c:\projects\unrealircd-deps\pcre2\build\release" PCRE2LIB="pcre2-8.lib" || exit 0
nmake -f makefile.win32 USE_SSL=1 OPENSSL_INC_DIR="c:\projects\unrealircd-deps\libressl\include" OPENSSL_LIB_DIR="c:\projects\unrealircd-deps\libressl\x86" USE_REMOTEINC=1 LIBCURL_INC_DIR="c:\projects\unrealircd-deps\curl-ssl\include" LIBCURL_LIB_DIR="c:\projects\unrealircd-deps\curl-ssl\builds\libcurl-vc-x86-release-dll-ssl-dll-ipv6-sspi-obj-lib" CARES_LIB_DIR="c:\projects\unrealircd-deps\c-ares\msvc110\cares\dll-release" CARES_INC_DIR="c:\projects\unrealircd-deps\c-ares" CARESLIB="cares.lib" TRE_LIB_DIR="c:\projects\unrealircd-deps\tre\win32\release" TRE_INC_DIR="c:\projects\unrealircd-deps\tre" TRELIB="tre.lib" PCRE2_INC_DIR="c:\projects\unrealircd-deps\pcre2\build" PCRE2_LIB_DIR="c:\projects\unrealircd-deps\pcre2\build\release" PCRE2LIB="pcre2-8.lib"
rem The above command will fail, due to missing symbol file
rem However the symbol file can only be generated after the above command