From 4060037a051a392e7f1ce08c2671c650eb1a64b1 Mon Sep 17 00:00:00 2001 From: marha Date: Sun, 12 Jul 2009 20:17:46 +0000 Subject: Added ignores Added some more forgotten stuff. --- building.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 building.txt (limited to 'building.txt') diff --git a/building.txt b/building.txt new file mode 100644 index 000000000..b3c0ea0d2 --- /dev/null +++ b/building.txt @@ -0,0 +1,17 @@ +Building freetype: +- open freetype\freetype.sln + Build configurations Release Multithreaded and Debug Multithreaded + +Building openssl: +- make sure the command prompt is set for compiling with the visual studio compiler (vcvars32.bat) +- make sure perl is in the path +- run 'perl Configure VC-WIN32' in the openssl directory +- run ms\do_masm.bat in the openssl directory +- run nmake -f ms\nt.mak in the openssl directory + +Building pthreads: +- goto pthreads directory +- run nmake VC-static +- run nmake VC-static-debug + + -- cgit v1.2.3