summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2010-05-13 19:12:13 +0000
committerjhurst <>2010-05-13 19:12:13 +0000
commitf6382ee078c3d7de2dbf3a01f5624345d2c61e4a (patch)
tree9418a7065bdedb15e9551d97743ec1a9b8cd8f71 /win32
parent6413d43575d39c8560673515ca7e75e1e2c789a9 (diff)
release candidate
Diffstat (limited to 'win32')
-rwxr-xr-xwin32/README.txt14
1 files changed, 9 insertions, 5 deletions
diff --git a/win32/README.txt b/win32/README.txt
index dcc2241..ca3d9fd 100755
--- a/win32/README.txt
+++ b/win32/README.txt
@@ -15,11 +15,10 @@ if this will be used in conjunction with CineCert's other software, the later 0.
is needed. That said, the latest revision of OpenSSL as of this writing (0.9.8j) works great.
Extract and build in the directory of your choice.
-For optional XML parsing support, you'll need to use Xerces-C++ 2.7 or 2.8 (3.0 isn't yet
-supported) or Expat 2.0.1 (supported in previous versions of asdcplib). If you'll be using this
-software in conjuction with CineCert's other software, the use of Xerces-C++ is required. As
-with OpenSSL above, if you need/desire XML parsing, extract the source package and build in a
-directory of your choice.
+For optional XML parsing support, you'll need to use Xerces-C++ 2.7 or 3.x, or Expat 2.0.1
+(supported in previous versions of asdcplib). If you'll be using this software in conjuction with
+CineCert's other software, the use of Xerces-C++ is required. As with OpenSSL above, if you
+need/desire XML parsing, extract the source package and build in a directory of your choice.
Header files and libraries from the OpenSSL and XML packages must be available to the compiler
and linker. You may need to modify the makefile to make include files (/I...) and library files
@@ -50,6 +49,11 @@ Without XML parsing:
C:\Program Files\asdcplib\win32>nmake WITH_OPENSSL="c:\Program Files\openssl-0.9.8j"
/f Makefile.mak
+Want a 64-bit build? Change the following line in Makefile.mak:
+ LINKFLAGS1 = /NOLOGO /SUBSYSTEM:console /MACHINE:I386 /LIBPATH:. /DEBUG
+to
+ LINKFLAGS1 = /NOLOGO /SUBSYSTEM:console /MACHINE:X64 /LIBPATH:. /DEBUG
+
IV. CONCLUSION
==============