summaryrefslogtreecommitdiff
path: root/solenv/gbuild
AgeCommit message (Expand)Author
2011-08-26Resolves: fdo#40099 don't break incremental msvc builds on removed headersCaolán McNamara
2011-08-25Fix dbgutil build, do link also EXEs with the necessary libsTor Lillqvist
2011-08-24misc cleanups of mergelibs functionalityMichael Meeks
2011-08-24Add support for creating merged library.Matúš Kukan
2011-08-24Don't use flags that make sense only for EXEs/DLLs when building static LIBsTor Lillqvist
2011-08-24Presumably we should use -MP here, tooTor Lillqvist
2011-08-24enquote invocation of $(ML_EXE) => "$(ML_EXE)"Eike Rathke
2011-08-23Enable linking also with UNO libraries (components)Tor Lillqvist
2011-08-23Resolves: fdo#40099 don't break incremental builds on removed headersCaolán McNamara
2011-08-23Don't unset INCLUDE in each MSVC compilation, instead do it in Env.Host.shTor Lillqvist
2011-08-23gb_MINGWLIBDIR is not used anywhereTor Lillqvist
2011-08-23Add YaccObject classTor Lillqvist
2011-08-23Obey TMPDIR if setTor Lillqvist
2011-08-23Look at COM to detect MinGW, not the weird USE_MINGWTor Lillqvist
2011-08-22set SDF directory correctly so translations get picked upAndras Timar
2011-08-22enable using link-time optimizationMatúš Kukan
2011-08-22apparently can enable this warningCaolán McNamara
2011-08-22didn't intend to commit this bit yetCaolán McNamara
2011-08-22callcatcher: remove unused methodsCaolán McNamara
2011-08-22overhaul impl. of gb_LinkTarget_add_grammar to simplify usageDavid Tardon
2011-08-21Also oldnames.libTor Lillqvist
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
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
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-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-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-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-11add support for generated plain c source filesMatúš Kukan
2011-08-11Implement AsmObject in gbuild (Windows only for now, stub for unxgcc).Jan Holesovsky
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