summaryrefslogtreecommitdiffstats
path: root/config_host.mk.in
Commit message (Collapse)AuthorAgeFilesLines
* Export the LCMS2_CFLAGS and LCMS2_LIBSFridrich Štrba2012-03-081-0/+2
|
* Check for Clang in configury and store and use resultTor Lillqvist2012-03-021-0/+1
|
* Creating a module lcms2Fridrich Štrba2012-03-021-0/+1
|
* Add --disable-extensions switch for future implementationTor Lillqvist2012-02-271-0/+1
|
* s/interpreters/scripting/Tor Lillqvist2012-02-271-1/+1
|
* Decouple disabling of scripting (BASIC &co) from OS being iOSTor Lillqvist2012-02-271-0/+1
|
* Removed unused --enable-uglyStephan Bergmann2012-02-241-1/+0
|
* bootstrap replacement c++ help componentCaolán McNamara2012-02-231-3/+0
|
* build also with older npapiLuboš Luňák2012-02-211-0/+1
| | | | | They were apparently lame enough to make a source-incompatible change without changing API version or anything similar.
* More --disable-database-connectivity work, still experimentalTor Lillqvist2012-02-211-0/+1
|
* headless: cleanup HEADLESS definitionRiccardo Magliocchetti2012-02-201-0/+1
| | | | Define HEADLESS globally as it is meant to be.
* SOLAREXTRALIB unusedMatúš Kukan2012-02-171-1/+0
|
* add check for xmllintCaolán McNamara2012-02-131-0/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-511/+511
|
* coup de grace for Env.Host.sh and associated filesNorbert Thiebaud2012-02-051-6/+4
|
* remove everything possible but PATH from set_soenvNorbert Thiebaud2012-02-051-0/+14
| | | | | only PATH and SOLARENV which is used as a trigger to call Env.Host.sh are left...
* migrate a bunch of mostly windows related variables + clean-up in set_soenvNorbert Thiebaud2012-02-051-0/+48
|
* migrate TARFILE_LOCATION out of set_soenvNorbert Thiebaud2012-02-051-0/+1
|
* migrate WITH_POOR_HELP_LOCALIZATIONS out of set_soenvNorbert Thiebaud2012-02-051-0/+2
|
* migrate ENABLE_DEBUG out of set_soenvNorbert Thiebaud2012-02-051-0/+1
|
* migrate SOLARINC/LIB[_FOR_BUILD] out of set_soenvNorbert Thiebaud2012-02-051-0/+10
|
* migrate SYSBASE out of set_soenvNorbert Thiebaud2012-02-051-0/+1
|
* migrate EXTERNAL_WARNINGS_NOT_ERRORS out of set_soenvNorbert Thiebaud2012-02-051-0/+1
|
* replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG usesNorbert Thiebaud2012-02-051-0/+1
|
* migrate SYNAMIC_CRT and use_shl_versionNorbert Thiebaud2012-02-051-0/+2
|
* move WORK_STAMP out of set_soenv.inNorbert Thiebaud2012-02-051-0/+1
|
* Move MACOS related variable out of set_soenv.inNorbert Thiebaud2012-02-051-0/+6
|
* move COMPATH,EPM_FLAGS and connex variables out of set_soenv.inNorbert Thiebaud2012-02-051-0/+9
|
* Improve Android configuryTor Lillqvist2012-01-201-0/+1
| | | | | | | | | | | Add a --with-android-sdk switch, and make that and the --with-android-ndk mandatory when building for Android. Automatically create a proper android/sc/qa/local.properties file (which points to the SDK) for Ant. Restore the Android ARM code generation related flags that I think we want to use (that used to be mentioned in README.cross but were accidentally dropped) to the automated setting of CC and CXX.
* android: add --with-android-ndk= option to simplify configure.Michael Meeks2012-01-181-0/+1
|
* simplify handling of JITC_PROCESSOR_TYPEDavid Tardon2012-01-151-1/+1
|
* config*: add cflags for gio, gconf and gnomevfsMatúš Kukan2012-01-151-0/+6
|
* avoid generating a file in the source treeDavid Tardon2012-01-111-0/+1
|
* Switch from autodoc to doxygen for SDK C++ documentation.Stephan Bergmann2012-01-051-0/+1
| | | | | | | * New build prerequisite doxygen (controllable via --with-doxygen). * Adapted various headers to slightly different doxygen documentation syntax, but much clean up still remains to be done (i.e., warnings emitted by doxygen fixed).
* migrate JAVALIB out of set_soenv.inNorbert Thiebaud2012-01-021-0/+1
|
* avoid conditional define, since they may cause troubles in x-comp caseNorbert Thiebaud2012-01-021-11/+11
|
* oops use == not = in dmake conditionalNorbert Thiebaud2012-01-021-8/+11
|
* ICU relying on undef is not viable in cross-compile scenarioNorbert Thiebaud2012-01-021-3/+3
|
* GNUCOPY is one of these var that are defined-sensitive.Norbert Thiebaud2012-01-011-4/+4
|
* move UDP and fix linkoo to look for INPATH and UPD in config_host.mkNorbert Thiebaud2012-01-011-0/+1
|
* migrate non-conditional straight from configure.in var out of set_soenv.inNorbert Thiebaud2012-01-011-0/+149
|
* move mostly program locator variables out of set_soenv.inNorbert Thiebaud2012-01-011-0/+18
|
* migrate *_JAR out of set_soenv.inNorbert Thiebaud2012-01-011-6/+28
|
* migrate XSLTPROC out of set_soenv.inNorbert Thiebaud2012-01-011-0/+1
|
* migrate ABOUT_BITMAP and INTRO_BITMAP out of set_soenv.inNorbert Thiebaud2012-01-011-0/+2
|
* argh, OS_FOR_BUILD was not set properly, killing X-compileNorbert Thiebaud2011-12-311-1/+1
|
* missed COM_FOR_BUILD in config_host.mk.inNorbert Thiebaud2011-12-311-0/+1
|
* migrate COM,CPU,CPUNAME,GUI,GUIBASE,INPATH,OUTPATH,PATH_SEPARATORNorbert Thiebaud2011-12-301-0/+16
|
* move *_CFLAGS and *_LIBS to config_host.mkNorbert Thiebaud2011-12-301-0/+82
|
* move SIZEOF_* to config_host.mkNorbert Thiebaud2011-12-301-0/+6
|