summaryrefslogtreecommitdiff
path: root/writerfilter/Library_rtftok.mk
AgeCommit message (Collapse)Author
2011-08-12Merge remote-tracking branch 'feature/gsoc2011_rtfimport'Miklos Vajna
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-08Add a new RTFSkipDestination classMiklos Vajna
The idea is that calling skipDestination() all the time before return is boring: better to just place an RTFSkipDestination and its destructor will do its job when it goes out of scope.
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-29introduce RTFTokenizerMiklos Vajna
2011-07-29factor out shape import to the RTFSdrImport classMiklos Vajna
2011-07-23remove superfluous include pathsBjoern Michaelsen
2011-07-23switch to CostumTarget-based code generation from gnumake4Bjoern Michaelsen
2011-07-23revert to old writerfilter gbuilizationBjoern Michaelsen
* gnumake4's writerfilter gbuildization got pushed in a seperate branch * it might or might not be merged to master later
2011-06-20gnumake4: switching gbuildizationBjoern Michaelsen
* mostly switching to gnumake4/writerfilter10 gbuild implementation (thanks mst, hb)
2011-05-27Use realpath: command not found for the includes in the makefilesCédric Bosdonnat
2011-05-15Use specific DLLPUBLIC for each libraryTor Lillqvist
This avoids exporting the same functions from multiple DLLs. Also don't mark template classes for DLL export/import, I think that is not what we want. Or am I on crack?
2011-04-14gbuildize writerfilterDavid Tardon