summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Collapse)Author
2011-08-22overhaul impl. of gb_LinkTarget_add_grammar to simplify usageDavid Tardon
2011-08-21keep the deliver log apart from build log for gbuildified moduleNorbert Thiebaud
2011-08-21Link cppu statically to gcc3_uno on iOSTor Lillqvist
2011-08-21Also oldnames.libTor Lillqvist
2011-08-21remove debugging printNorbert Thiebaud
2011-08-20no need to redefine gb_Helper_conert_native over and over again....Norbert Thiebaud
2011-08-20ios does not seems to inherit form macos, so add a yacc rule there tooNorbert Thiebaud
2011-08-20move yacc command in platform/* due to Mac PPC ancient bison version.Norbert Thiebaud
Mac PPC has a very old bison that does not handle .cxx extension well not does it support --defines=<file>. the result is that the generated header is called <foo>.cxx.h instead of <foo>.hxx To deal with that we moved the yacc rule in the platefrom dependent section and added some renaming magic for the PowerPC case on MacOS.
2011-08-19prevent the creation of $INPATH in the module source for gbuild-moduleNorbert Thiebaud
The creation of $INPATH and sub-dirs was triggered by the location of the logfile. in buil.pl that trigger the call of mkout.pl We adapt SourceConfig to keep track of which modules is gbuildified For these module, the log will be at workdir/Logs/ Also clean-up the remnant of the support for dual build mode (gbuild/dmake).
2011-08-19add Yacc/bison support in gbuildNorbert Thiebaud
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-08-19Correct spelling of gb_Library_get_linktargetname, no double underscoresTor Lillqvist
2011-08-19Use -NODEFAULTLIB for dbgutil build and link with kernel32 and user32Tor Lillqvist
This avoids warnings about linking both with normal and debugging runtime. Matches more closely what the old build system does.
2011-08-19There is no gb_Object__command_deponcompile and we do deps another way anywayTor Lillqvist
2011-08-19Remove bogus whitespace on empty lineTor Lillqvist
2011-08-19Set debug- and dbgutil-related variables here, tooTor Lillqvist
2011-08-19Make clean instead of unxvlngi6.pro for gbuild modulesChristian Dywan
2011-08-19fix linkoo issue with preferring old libraries to new gnumake onesMichael Meeks
2011-08-19There is no gb_Foo_get_external_target, fix as dtardon told on IRCTor Lillqvist
2011-08-18use gb_LinkTarget_set_include,_add_includes is not definedDavid Tardon
2011-08-16Add AsmObject stuffTor Lillqvist
2011-08-16Link with the debugging runtime in a dbgutil build here, tooTor Lillqvist
2011-08-16Remove duplicated chunkKorrawit Pruegsanusak
2011-08-16Fix --enable-dbgutil build: Define _DEBUGTor Lillqvist
2011-08-15Add gb_CLASSPATHSEPTor Lillqvist
2011-08-15We need $(T_LDFLAGS) here, tooTor Lillqvist
2011-08-15As we don't run ld to link, don't use the ld format of optionsTor Lillqvist
2011-08-15Cosmetics: Factor out the -DWIN32 to CDEFS and simplify the resultTor Lillqvist
2011-08-15Cosmetics: Avoid repetition, -D_MT is in CDEFSTor Lillqvist
2011-08-15Cosmetics: Don't bother with -D$(GUI) if $(GUI)==$(OS) anywayTor Lillqvist
2011-08-15Bin duplicated linesTor Lillqvist
2011-08-13discard unneeded outputDavid Tardon
2011-08-13all unix/gcc platforms have the same gb_UnoApiTarget settingsDavid Tardon
2011-08-13all unix/gcc platforms have the same gb_Configuration settingsDavid Tardon
2011-08-13config gb_Configuration for all platforms we buildDavid Tardon
2011-08-13gb_Deliver_add_deliverable takes 3 argsDavid Tardon
2011-08-13add solenv/gbuild/Configuration.mk to build various XCS/XCU filesMichael Stahl
2011-08-13silence marketing warning from windows compilerNorbert Thiebaud
2011-08-13Remove dead command line switch from solenv/bin/build.pl (--dontgraboutput)Jordan Ayers
2011-08-13Remove dead code from solenv/bin/build.plJordan Ayers
Remove several unused functions, and an impossible warning.
2011-08-11add support for generated plain c source filesMatúš Kukan
2011-08-11Implement AsmObject in gbuild (Windows only for now, stub for unxgcc).Jan Holesovsky
This fixes the build of 'basic' on Windows.
2011-08-10Remove --server mode and supporting code from build.pl.Jordan Ayers
2011-08-10remove the concept of modules_type, source_config and related thingsNorbert Thiebaud
all these bells and whistles seems to be hamburg specific. modules_type in you build seems to always be 'mod', so no need to track it. the whole source_config things is not use in our build either. note: this is a rough cut... there is probably left-over to trim as a consequence of this.
2011-08-10Extraneous text after `ifneq' directive, removed trailing ,-g)Eike Rathke
2011-08-10gbuild: added -g option to javac when building with debug symbolsCédric Bosdonnat
2011-08-09we don't have mercurial repositoriesNorbert Thiebaud
2011-08-09convert xmlsecurity to gbuildMatúš Kukan
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-09Create dir for the dependencies.Jan Holesovsky