Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/global_win32.mak
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2008-04-06 15:51:03 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2008-04-06 15:51:03 (GMT)
commit560b7ea7ba2f5b636dfacd31c5b95ccf091b784c (patch)
treeab101e34b7104d52fe76a7a451e566aed843f44b /global_win32.mak
parent3b4957269fa3cd0f1552f4a8838a75263a75fe94 (diff)
Added support for Persan by Ehsan Nouri
(commit trunk 3352) svn path=/trunk/; revision=3353
Diffstat (limited to 'global_win32.mak')
-rw-r--r--global_win32.mak22
1 files changed, 21 insertions, 1 deletions
diff --git a/global_win32.mak b/global_win32.mak
index e89b263..804ac8f 100644
--- a/global_win32.mak
+++ b/global_win32.mak
@@ -5,6 +5,26 @@
# wide definitions.
#
+#
+# PATHS
+#
+
+INCLUDE_DIR := .
+GTK_TOP := /gtk
+GLIB_TOP := /gtk
+GNUWIN32_TOP := /gtk
+LIBXML2_TOP := /libxml2
+GSTREAMER_TOP := /gtk
+PYTHON_TOP := /Python24
+CAIRO_TOP := /gtk
+CANVAS_TOP := /gnomecanvas
+GCOMPRIS_INSTALL_DIR := $(GCOMPRIS_TOP)/win32-install-dir
+SQLITE_TOP := /sqlite
+GNUCHESS_TOP := /gnuchess
+PYTHON_DLL := /c/WINDOWS/system32/python24.dll
+GNUCAP_TOP := /gnucap
+MAKENSIS := "/c/Program Files/NSIS/makensis.exe"
+
CC = gcc.exe
# Use -g flag when building debug version of Gcompris (including plugins).
@@ -15,7 +35,7 @@ CFLAGS += -g -Wall -mno-cygwin -mms-bitfields
# If not specified, dlls are built with the default base address of 0x10000000.
# When loaded into a process address space a dll will be rebased if its base
-# address colides with the base address of an existing dll. To avoid rebasing
+# address colides with the base address of an existing dll. To avoid rebasing
# we do the following. Rebasing can slow down the load time of dlls and it
# also renders debug info useless.
DLL_LD_FLAGS += -Wl,--enable-auto-image-base