Search found 2 matches

by allentovar
Thu Jan 27, 2011 4:27 am
Forum: Unreal 3.2 Support
Topic: SSL Compile on Windows
Replies: 4
Views: 4570

Re: SSL Compile on Windows

Yes I downloaded the source, the development package and read the compiling_win32.txt I followed the instructions on it.

Code: Select all

nmake -f makefile.win32 USE_SSL=1 OPENSSL_INC_DIR="c:\dev\openssl\include" OPENSSL_LIB_DIR="c:\dev\openssl\lib"
by allentovar
Thu Jan 27, 2011 12:56 am
Forum: Unreal 3.2 Support
Topic: SSL Compile on Windows
Replies: 4
Views: 4570

SSL Compile on Windows

I would like to be able to compile Unreal IRCd on Windows with SSL support however I get this error when I attempt to compile it.

link kernel32.lib user32.lib gdi32.lib shell32.lib ws2_32.lib advapi32.l
ib dbghelp.lib oldnames.lib comctl32.lib comdlg32.lib /LIBPATH:"c:\dev\opens
sl\lib" ssleay32 ...