cairo/util/cairo-script
Andrea Canciani 5291f7ccad script-interpreter: Build on win32
Restructure the Makefiles in .sources, .am and .win32 to enable
building cairo-script-interpreter on Win32.

Some minor changes are needed to compile on MSVC:
 - include stdint.h to define INT_MAX-like macros
 - redefine "inline"
 - avoid deprecated functions (snprintf, replaced by _snprintf)
 - define _USE_MATH_DEFINES so that math.h defines M_PI, M_SQRT2 and
   M_LN2
2011-06-24 14:13:09 +02:00
..
examples [script] Add examples 2008-12-12 12:00:44 +00:00
.gitignore gitignore: refresh 2010-01-22 22:30:43 +00:00
cairo-script-file.c Update FSF address 2010-04-27 11:13:38 +02:00
cairo-script-hash.c Update FSF address 2010-04-27 11:13:38 +02:00
cairo-script-interpreter.c Update FSF address 2010-04-27 11:13:38 +02:00
cairo-script-interpreter.h Update FSF address 2010-04-27 11:13:38 +02:00
cairo-script-objects.c Update FSF address 2010-04-27 11:13:38 +02:00
cairo-script-operators.c script-interpreter: Build on win32 2011-06-24 14:13:09 +02:00
cairo-script-private.h script-interpreter: Build on win32 2011-06-24 14:13:09 +02:00
cairo-script-scanner.c script-interpreter: Build on win32 2011-06-24 14:13:09 +02:00
cairo-script-stack.c Update FSF address 2010-04-27 11:13:38 +02:00
COPYING Add CairoScript interpreter 2008-11-13 11:36:55 +00:00
csi-bind.c Fix build under distcheck 2009-07-15 13:26:34 +01:00
csi-exec.c script: Update csi-exec to match new interface. 2010-05-27 17:53:30 +01:00
csi-replay.c csi-replay: compile fix 2010-02-02 16:31:36 +00:00
csi-trace.c script: Port cairo_script_context_t to cairo_device_t 2010-01-22 23:01:50 +00:00
Makefile.am script-interpreter: Build on win32 2011-06-24 14:13:09 +02:00
Makefile.sources script-interpreter: Build on win32 2011-06-24 14:13:09 +02:00
Makefile.win32 script-interpreter: Build on win32 2011-06-24 14:13:09 +02:00