summaryrefslogtreecommitdiff
path: root/MSVC_Net2005/README
diff options
context:
space:
mode:
authorArmin Burgmeier <armin@openismus.com>2008-10-10 22:53:26 +0900
committerJonathon Jongsma <jjongsma@gnome.org>2008-10-10 22:53:26 +0900
commit2183e00193eb94a401645de0b47ba3317b3aeb02 (patch)
tree3393ee5d7c1a2f4d141e630b8858f51c5240730c /MSVC_Net2005/README
parent4dfea66a05b8eb6c032797678ac98e51e913bb60 (diff)
Update MSVC project files
* MSVC_Net2005/cairomm/cairomm.vcproj: Changed output file names to cairomm-vc80-1_0.dll or cairomm-vc80-d-1_0.dll, respectively. * MSVC_Net2008/cairomm.sln: * MSVC_Net2008/cairomm.rc.in: * MSVC_Net2008/Makefile.am: * MSVC_Net2008/*/*.vcproj: Added necesseary files for a Visual Studio 2008 build. * configure.in: * Makefile.am: Added the VS 2008 project files to the distribution.
Diffstat (limited to 'MSVC_Net2005/README')
-rw-r--r--MSVC_Net2005/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/MSVC_Net2005/README b/MSVC_Net2005/README
index f347d15..8aa00e2 100644
--- a/MSVC_Net2005/README
+++ b/MSVC_Net2005/README
@@ -1,12 +1,13 @@
Building cairomm-1.0 with Visual Studio .NET 2005
-* You will need Visual Studio .NET 2005 (MSVC 8.0). Earlier versions of the compiler, including 6.0 and 7.0 might also work but have not been tested.
-* Install the latest Win32 GTK+ Development Environment from the Glade for Windows project, http://gladewin32.sourceforge.net.
-* Add libsigc++ to the include and lib paths in Visual Studio.
-* Load the cairomm/MSVC_Net2005/cairomm.sln solution.
+* You will need Visual Studio .NET 2005 (MSVC 8.0). See the MSVC_Net2008 folder for building with Visual Studio .NET 2008 (MSVC 9.0)
+* Install the latest Win32 GTK+ Development files from ftp://ftp.gnome.org/pub/GNOME/binaries/win32/gtk+/ and add the paths to headers and import libraries to Visual Studio
+* Load the MSVC_Net2005/cairomm.sln solution.
* Build the entire solution.
* Run the tests.
Cedric Gustin
08/18/2006
+Armin Burgmeier
+10/09/2008