[GRASS-SVN] r42566 - grass/trunk/lib/python/ctypes

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 15 12:43:28 EDT 2010


Author: glynn
Date: 2010-06-15 16:43:28 +0000 (Tue, 15 Jun 2010)
New Revision: 42566

Modified:
   grass/trunk/lib/python/ctypes/Makefile
Log:
Pass all necessary switches to the preprocessor


Modified: grass/trunk/lib/python/ctypes/Makefile
===================================================================
--- grass/trunk/lib/python/ctypes/Makefile	2010-06-14 17:07:51 UTC (rev 42565)
+++ grass/trunk/lib/python/ctypes/Makefile	2010-06-15 16:43:28 UTC (rev 42566)
@@ -54,7 +54,7 @@
 
 SED = sed
 CTYPESGEN = ./ctypesgen.py
-CTYPESFLAGS = $(INC)
+CTYPESFLAGS = --cpp "$(CC) -E $(LFS_CFLAGS) $(EXTRA_CFLAGS) $(NLS_CFLAGS) $(DEFS) $(EXTRA_INC) $(INC)"
 EXTRA_CLEAN_FILES := $(foreach M,$(MODULES),$(M).py)
 
 ifneq ($(MINGW),)



More information about the grass-commit mailing list