From 560b7ea7ba2f5b636dfacd31c5b95ccf091b784c Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Sun, 06 Apr 2008 15:51:03 +0000 Subject: Added support for Persan by Ehsan Nouri (commit trunk 3352) svn path=/trunk/; revision=3353 --- (limited to 'global_win32.mak') 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 -- cgit v0.9.1