office-gobmx/basegfx
Tor Lillqvist a1fe0a772f Use the same simple lo_main() on iOS as on Android
Let's do the iOS specific stuff in separate main() source
file(s). Don't attempt to build complete iOS programs using normal
LibreOffice mechanisms, it will work for only the very lowest level
unit tests anyway, because of static linking and the circularish
UNO/URE/bootstrap/whatnot (run-time) dependencies between different
parts of the code.

We thus can't build the various iOS-specific *_cppunittester_all unit
test executables any more. Corresponding unit tests (and more complex
ones) for iOS will have to be done in a different way.
2012-02-16 15:25:37 +02:00
..
inc/basegfx Removed unused code. 2012-02-16 12:47:04 +01:00
prj
qa
source Removed unused code. 2012-02-16 12:47:04 +01:00
test remove traces of b2dhompoint 2012-01-28 11:22:52 +01:00
CppunitTest_basegfx.mk
Library_basegfx.mk remove traces of b2dhompoint 2012-01-28 11:22:52 +01:00
Makefile switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Module_basegfx.mk Use the same simple lo_main() on iOS as on Android 2012-02-16 15:25:37 +02:00
Package_inc.mk remove traces of b2dhompoint 2012-01-28 11:22:52 +01:00
README Added (and improved) READMEs for modules which used to be in libs-gui 2012-02-08 07:46:57 +01:00
StaticLibrary_basegfx_s.mk fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC 2012-02-10 21:41:45 +01:00

Algorithms and data types for graphics (e.g. polygons, vectors, matrices and the like - see that used in [[canvas]]).