Commit graph

5 commits

Author SHA1 Message Date
Luboš Luňák
0e44efd374 missed this in b55dbc1e - show extension for .c files as well 2011-12-20 16:36:10 +01:00
Luboš Luňák
b55dbc1e19 make gbuild output [Build CXX] filename also with the .cxx extension 2011-12-16 19:00:03 +01:00
Norbert Thiebaud
1d60e2032a factorize RSCTARGET,RSCOMMANd out of platform, and __command_dep in com_GCC 2011-11-08 22:17:21 -06:00
Norbert Thiebaud
dc15b67b1d UnoApiTarget_* really do not need to be per platform
setting and using gb_Helper_set_ld_path and gb_Executable_EXT_for_build
is enough to factorize these out of platform/*
2011-11-08 22:17:20 -06:00
Norbert Thiebaud
70270b53e7 begin factorization of common GCC stuff
a lot of configuration/definition is shared between platforms that build
using gcc.
This start to regroup things that are common into 2 files
com_GCC_defs.mk and com_GCC_class.mk
this can be expanded to be, more generically com_$(COM)_defs/class

The reson for 2 files is that some step need to modfify common definitions
based on the platform and some common definitions need platform defined
value.
with these 2 files we can do a
platform - compiler - platform - compiler - platfrom
sandwich that should cover every scenario.
2011-11-08 22:17:20 -06:00