]> granicus.if.org Git - ejabberd/commitdiff
* src/tls/Makefile.win32: Updated for latest Win32 OpenSSL library.
authorMickaël Rémond <mickael.remond@process-one.net>
Sat, 1 Dec 2007 15:14:41 +0000 (15:14 +0000)
committerMickaël Rémond <mickael.remond@process-one.net>
Sat, 1 Dec 2007 15:14:41 +0000 (15:14 +0000)
SVN Revision: 1008

ChangeLog
src/tls/Makefile.win32

index e459c24cda3409efde1d59ee9a5402b21145779e..fdd7c1ea07dc596e12e8e4f5dcc00edc57d4253a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-12-01  Mickael Remond  <mremond@process-one.net>
 
+       * src/tls/Makefile.win32: Updated for latest Win32 OpenSSL library.
+
        * src/odbc_queries.erl: Added a default define value so that we
        can recompile the file manually with a simple erlc command (with the
         default generic value).
index 414c1c06fd85fab4f8b3693af1e3af4ef326d6a1..3814d7606585e409e1f167b65de91cc9fd39c753 100644 (file)
@@ -27,7 +27,7 @@ CC=cl.exe
 CC_FLAGS=-nologo -D__WIN32__ -DWIN32 -DWINDOWS -D_WIN32 -DNT -MD -Ox -I"$(ERLANG_DIR)\usr\include" -I"$(EI_DIR)\include" -I"$(OPENSSL_DIR)\include"
 
 LD=link.exe
-LD_FLAGS=-release -nologo -incremental:no -dll "$(EI_DIR)\lib\ei_md.lib" "$(EI_DIR)\lib\erl_interface_md.lib" "$(OPENSSL_DIR)\lib\VC\ssleay32.lib" "$(OPENSSL_DIR)\lib\VC\libeay32.lib" MSVCRT.LIB kernel32.lib advapi32.lib gdi32.lib user32.lib comctl32.lib comdlg32.lib shell32.lib
+LD_FLAGS=-release -nologo -incremental:no -dll "$(EI_DIR)\lib\ei_md.lib" "$(EI_DIR)\lib\erl_interface_md.lib" "$(OPENSSL_DIR)\lib\VC\ssleay32MD.lib" "$(OPENSSL_DIR)\lib\VC\libeay32MD.lib" MSVCRT.LIB kernel32.lib advapi32.lib gdi32.lib user32.lib comctl32.lib comdlg32.lib shell32.lib
 
 $(DLL) : $(OBJECT)
        $(LD) $(LD_FLAGS) -out:$(DLL) $(OBJECT)