[cairo-commit] cairomm .cvsignore, 1.3, 1.4 ChangeLog, 1.77, 1.78 Makefile.am, 1.8, 1.9 configure.in, 1.19, 1.20

Jonathon Jongsma commit at pdx.freedesktop.org
Fri Aug 18 18:22:54 PDT 2006


Committed by: jjongsma

Update of /cvs/cairo/cairomm
In directory kemper:/tmp/cvs-serv1157

Modified Files:
	.cvsignore ChangeLog Makefile.am configure.in 
Log Message:
2006-08-18  Cedric Gustin  <cedric.gustin at gmail.com>

	* cairomm/context.cc: Define M_PI for MSVC.
	* cairomm/scaledfont.cc: Allocate glyph_array as a dynamic array
	as MSVC does not like non-const arguments as array size.
	* examples/pdf-surface/main.cc, examples/png_file/main.cc,
	examples/ps-surface/main.cc, examples/svg-surface/main.cc,
	examples/text-rotate/text-rotate.cc: Define M_PI for MSVC. 
	* configure.in, Makefile.am: Generate Makefiles in the MSVC
	subdirectories.  
	* .cvsignore: Added Eclipse .project to the list of ignored files.
	* MSVC/*: Added project and resource files for Visual Studio 2005.


Index: .cvsignore
===================================================================
RCS file: /cvs/cairo/cairomm/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- .cvsignore	4 Jul 2006 23:08:25 -0000	1.3
+++ .cvsignore	19 Aug 2006 01:22:51 -0000	1.4
@@ -11,3 +11,4 @@
 missing
 mkinstalldirs
 *.swp
+.project

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairomm/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- ChangeLog	18 Aug 2006 17:03:33 -0000	1.77
+++ ChangeLog	19 Aug 2006 01:22:51 -0000	1.78
@@ -1,3 +1,16 @@
+2006-08-18  Cedric Gustin  <cedric.gustin at gmail.com>
+
+	* cairomm/context.cc: Define M_PI for MSVC.
+	* cairomm/scaledfont.cc: Allocate glyph_array as a synamic array
+	as MSVC does not like non-const arguments as array size.
+	* examples/pdf-surface/main.cc, examples/png_file/main.cc,
+	examples/ps-surface/main.cc, examples/svg-surface/main.cc,
+	examples/text-rotate/text-rotate.cc: Define M_PI for MSVC. 
+	* configure.in, Makefile.am: Generate Makefiles in the MSVC
+	subdirectories.  
+	* .cvsignore: Added Eclipse .project to the list of ignored files.
+	* MSVC/*: Added project and resource files for Visual Studio 2005.
+	
 2006-08-18  Jonathon Jongsma  <jonathon.jongsma at gmail.com>
 
 	* cairomm/context.cc:

Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairomm/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.am	6 Jul 2006 03:12:17 -0000	1.8
+++ Makefile.am	19 Aug 2006 01:22:51 -0000	1.9
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = cairomm examples $(DOCS_SUBDIR)
+SUBDIRS = cairomm examples MSVC $(DOCS_SUBDIR)
 #docs examples
 
 EXTRA_DIST = MAINTAINERS cairomm-1.0.pc.in

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairomm/configure.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- configure.in	18 Aug 2006 17:03:33 -0000	1.19
+++ configure.in	19 Aug 2006 01:22:51 -0000	1.20
@@ -135,4 +135,17 @@
   cairomm-1.0.pc
 )
 
+AC_CONFIG_FILES([
+  MSVC/Makefile
+    MSVC/gendef/Makefile
+    MSVC/cairomm/Makefile
+    MSVC/cairomm/cairomm.rc
+    MSVC/examples/Makefile
+      MSVC/examples/pdf-surface/Makefile
+      MSVC/examples/png_file/Makefile
+      MSVC/examples/ps-surface/Makefile
+      MSVC/examples/svg-surface/Makefile
+      MSVC/examples/text-rotate/Makefile
+])
+
 AC_OUTPUT()



More information about the cairo-commit mailing list