Build plain C files with C complier, no C++ compiler

This commit is contained in:
Nedko Arnaudov 2009-08-10 00:54:21 +03:00
parent 9b2489b408
commit c8aab7103d
1 changed files with 1 additions and 0 deletions

View File

@ -249,6 +249,7 @@ def build(bld):
#####################################################
# gladish
gladish = bld.new_task_gen('cxx', 'program')
gladish.features.append('cc')
gladish.target = 'gladish'
gladish.includes = "build/default" # XXX config.h version.h and other generated files
gladish.uselib = 'DBUS-1 LIBGNOMECANVASMM-2.6 LIBGLADEMM-2.4 FLOWCANVAS DBUS-GLIB-1'