summaryrefslogtreecommitdiff
path: root/vcl/StaticLibrary_vclmain.mk
AgeCommit message (Collapse)Author
2012-05-14-I$(SRCDIR)/solenv/inc is from SOLARINCMatúš Kukan
Change-Id: I I4fdd35b2d2c256f7d45022fb837178ace9d678d9
2012-04-08gbuild: "use" vs. "add":Michael Stahl
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan
2011-11-27remove pch from the include listNorbert Thiebaud
2011-09-20Kill the explicit linking to salmain.o, use vclmain instead.Jan Holesovsky
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-25Use gb_OBJCXXFLAGS for iOS, tooTor Lillqvist
2011-07-14iOS hackingTor Lillqvist
Add some trivialish first attempts at iOS-specific headers and some source files that surely are quite bogus and does nothing sane, but must start with something. Mostly based on the MacOSX ("aqua") code.
2011-06-18gb_Deliver_add_deliverable takes 3 params nowDavid Tardon
2011-06-18remove all traces of offuh from makefilesDavid Tardon
2011-05-28chmod -xTor Lillqvist
2011-05-28Attempt to fix vcl build on WindowsTor Lillqvist
2011-04-29Make vcl building.Jan Holesovsky
2011-03-23vcl2gnumake: #i116588# add: windows native resource files, cleanup (thanks ↵Philipp Lohmann [pl]
hjs !)
2011-01-25vcl2gnumake: #i116588# move vcl to gbuild (step 1, linux)Philipp Lohmann [pl]