summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform
AgeCommit message (Expand)AuthorFilesLines
2011-08-09Create dir for the dependencies.Jan Holesovsky1-4/+4
2011-08-04try this to fix windows hanging builds with gb_GenCxxObjectsCaolán McNamara1-1/+1
2011-08-02Do build executables for iOS, tooTor Lillqvist1-7/+22
2011-08-01iOS configuration improvementsTor Lillqvist1-4/+5
2011-07-28there is no :+= or +:= append-operator in gnu make, there is only +=Christian Lohmaier1-1/+1
2011-07-26missing space after ifeq in HAVE_GG_NO_LONG_TESTNorbert Thiebaud1-1/+1
2011-07-26make -Wno-long-double usage conditional to gcc supporting itNorbert Thiebaud1-1/+4
2011-07-26Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/bootstrapRobert Nagy1-6/+9
2011-07-26unbreak after the last gbuild mergeRobert Nagy1-4/+6
2011-07-26Use MACOSX_SDK_PATH and other configured variables in mac buildNorbert Thiebaud1-6/+3
2011-07-26Add -g to the gb_LinkTarget_*FLAGS iff gb_SYMBOL is trueTor Lillqvist1-0/+6
2011-07-26Redirect stderr of the ar command to /dev/null only if we are silentTor Lillqvist5-5/+5
2011-07-26Don't bother with makedepend and processdeps.awkTor Lillqvist1-27/+12
2011-07-26Move apparently misplaced endif to correct placeTor Lillqvist1-2/+3
2011-07-25gbuild: fix broken flags for OBJC leading to bad SDK useNorbert Thiebaud1-1/+1
2011-07-26Add Emacs mode lines and a few missing vim onesTor Lillqvist24-0/+24
2011-07-26Adapt to current gbuild conventionsTor Lillqvist1-16/+17
2011-07-25Add NONE to gb_Library_COMPONENTPREFIXESTor Lillqvist1-1/+1
2011-07-24Merge branch 'master' into feature/gnumake4Bjoern Michaelsen1-5/+1
2011-07-22Use OUTDIR_FOR_BUILD for rsc also in gb_SrsPartTarget_RSCTARGETTor Lillqvist1-1/+1
2011-07-22ENABLE_DEBUG_STL isn't working out for us, too easy to mix with and withoutCaolán McNamara1-4/+0
2011-07-21resyncing to masterBjoern Michaelsen18-131/+373
2011-07-20Don't run cppunittester when cross-compiling to WindowsTor Lillqvist1-0/+4
2011-07-18Produce .res files with WNTGCC, tooTor Lillqvist1-4/+3
2011-07-15Why would we want to define GLIBC when not using glibc?Tor Lillqvist1-1/+0
2011-07-15The graphite2 library gets built statically with WNTGCC at leastTor Lillqvist1-2/+2
2011-07-15Add more iOS-specific optionsTor Lillqvist1-2/+2
2011-07-14Add the gdiplus libraryTor Lillqvist1-0/+1
2011-07-07add fontconfig as known base system libCaolán McNamara2-0/+2
2011-07-05fix my ppc, axp, etc. etc. buildCaolán McNamara6-6/+6
2011-07-04Map also static LINKED_LIBS into -l option syntaxTor Lillqvist1-1/+1
2011-07-04We can't run any cppunit tests for AndroidTor Lillqvist1-0/+3
2011-07-01I need to load the unoprotector using the same variable everywhereCaolán McNamara4-0/+4
2011-07-01Require proper CC and CXX environment variables, don't hardcode SDK pathTor Lillqvist1-18/+10
2011-06-29Add more Win32 API libraries and factor out the moldname/oldnames differenceTor Lillqvist2-1/+10
2011-06-22Merge branch 'master' into feature/gnumake4Bjoern Michaelsen1-2/+2
2011-06-21Add UnoApiTargetTor Lillqvist1-0/+21
2011-06-21Comment improvementTor Lillqvist1-1/+3
2011-06-21Set LD/DYLD_LIBRARY_PATH when running rscTor Lillqvist1-1/+1
2011-06-21Add UnoApiTargetTor Lillqvist1-0/+13
2011-06-21gbuild changes for MinGW cross-compilationTor Lillqvist1-91/+69
2011-06-21More MinGW work, set LD/DYLD_LIBRARY_PATH when running build toolsTor Lillqvist1-15/+22
2011-06-21Add third parameter to the gb_Deliver_add_deliverable call for the .manifest ...Tor Lillqvist1-1/+1
2011-06-20Fix gbuild breakage in WNTMSC buildTor Lillqvist1-1/+1
2011-06-20parametters -> parametersRobert Nagy11-15/+15
2011-06-20add missing UnoApiTarget definitions after gnumake4 mergeRobert Nagy4-0/+80
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen25-1313/+2461
2011-06-18Use OUTDIR_FOR_BUILD to run build-time toolsTor Lillqvist1-10/+10
2011-06-18enable libstdc++'s debug mode with --enable-debugDavid Tardon1-0/+4
2011-06-18MinGW hacks, we get a bit further nowTor Lillqvist1-25/+45