summaryrefslogtreecommitdiff
path: root/compiler/comprsrc.pas
Commit message (Expand)AuthorAgeFilesLines
* * made maybequoted_for_script() publicjonas2014-10-191-1/+1
* * replaced most (if not all) remaining fields/parameters in the compilerjonas2012-04-291-8/+8
* * moved maybequoted() from cutils to cfileutl and let its behaviour varyjonas2012-04-161-1/+1
* + "raw" resource support for the JVM target. The "raw" means that nojonas2011-08-201-1/+30
* + when compiling for Darwin/ARM, pass the subarchitecture to the linker.jonas2011-08-021-5/+13
* * patch by Mattias Gaertner to allow to override how the compiler reads sourc...florian2011-04-051-3/+3
* compiler, utils: pass tlb resources to fpcrespaul2010-03-111-3/+3
* Patch from Paul and Dmitry: properly quote resource list file parameter for f...giulio22010-01-291-1/+1
* * fixed calling windres: don't create short names with forward slashes for ou...vincents2009-01-151-10/+5
* * pass parameters to windres using short path names and forward slashes (issu...vincents2009-01-131-6/+27
* * Fixed .res resources handling when -o switch is used to specify executable ...yury2008-12-251-2/+2
* * Improved finding of resource compiler during cross-compilation.yury2008-04-211-2/+8
* Merged revisions 10507-10509 via svnmerge from michael2008-03-201-2/+3
* Merged revisions 9693-10480 via svnmerge from michael2008-03-121-226/+223
* * search preprocessor binary and add it as command line parameter for windres...vincents2007-09-281-3/+10
* * Small improvement to previous commit.yury2007-08-281-7/+9
* * Fixed inclusion of multiple resource files with icons or cursors. Patch by ...yury2007-08-281-4/+77
* * Implemented support for custom RC compiler and .RES linkermichael2007-07-251-2/+15
* * Fixed previous commit: loop through all resources in .res file.yury2007-06-261-16/+23
* * Properly handle .res files, which are not fully correct.yury2007-06-261-3/+35
* * Rework the constexprint to allow operations from low(int64) to high(qword).daniel2007-06-131-1/+1
* * fixed "EInOutError : File not found" exception if .rc file not found.yury2007-06-101-1/+1
* * Fixed bug #6501: multiple resource files are correctly linked to executable. yury2007-05-291-33/+237
* * use linkunitofiles instead of linkotherofiles to prevent path from being ...peter2007-05-271-1/+1
* * write resource object file to unit output directoryvincents2007-05-051-1/+1
* * forgotten commitflorian2007-02-191-1/+1
* + infrastructure for target specific resourcefile classesflorian2007-02-191-13/+16
* * renamed TStringList to TCmdStrList, in general use TCmdStr instead of short...tom_at_work2007-01-261-1/+1
* * extra parameter for file searching functionspeter2006-10-311-2/+2
* * Remove dos,strings units, use SysUtils insteadpeter2006-10-301-39/+7
* * settings refactoredflorian2006-10-301-8/+8
* + output is flushed before launching external utilitieshajny2006-05-151-0/+1
* * cleanup external/nolink optionspeter2006-04-291-8/+8
* * link_allways -> link_always (forgot to commit as well :)jonas2006-02-151-1/+1
* + wince resource compiler supportflorian2005-09-061-15/+12
* + Implemented resources for ELFmichael2005-08-281-1/+3
* * windres isn't called anymore with an empty include parameter, fixes 4205florian2005-08-021-0/+4
* * log and id tags removedfpc2005-05-211-13/+0
* initial importfpc2005-05-161-0/+195