tg74
|
634338dcd2
merge with trunk
|
10 anni fa |
Jonas Maebe
|
14cfe770a4
* replaced most (if not all) remaining fields/parameters in the compiler
|
13 anni fa |
Jonas Maebe
|
02413c8a57
* moved maybequoted() from cutils to cfileutl and let its behaviour vary
|
13 anni fa |
Jonas Maebe
|
f6ddabde85
+ "raw" resource support for the JVM target. The "raw" means that no
|
14 anni fa |
Jonas Maebe
|
ec8c7b4888
+ when compiling for Darwin/ARM, pass the subarchitecture to the linker.
|
14 anni fa |
florian
|
0c62133d38
* patch by Mattias Gaertner to allow to override how the compiler reads source/ppu files, resolves #18740
|
14 anni fa |
paul
|
3cd29858ba
compiler, utils: pass tlb resources to fpcres
|
15 anni fa |
giulio2
|
dc4769adf3
Patch from Paul and Dmitry: properly quote resource list file parameter for fpcres
|
15 anni fa |
Vincent Snijders
|
d3fdf8b17f
* fixed calling windres: don't create short names with forward slashes for output file name, becaause it fails, if the output file does not yet exist. Short names are only required for parameters that windres pass on to the preprocessor.
|
16 anni fa |
Vincent Snijders
|
a3fcf74c4d
* pass parameters to windres using short path names and forward slashes (issue #12645)
|
16 anni fa |
yury
|
69d1b4813c
* Fixed .res resources handling when -o switch is used to specify executable full path and name in the same folder where .res files are located. Mantis #12856.
|
16 anni fa |
yury
|
ba081ab36f
* Improved finding of resource compiler during cross-compilation.
|
17 anni fa |
michael
|
e9b3f7feb9
Merged revisions 10507-10509 via svnmerge from
|
17 anni fa |
michael
|
174de3eab1
Merged revisions 9693-10480 via svnmerge from
|
17 anni fa |
Vincent Snijders
|
bc7e54c3f0
* search preprocessor binary and add it as command line parameter for windres, so that the cpp doesn't need to be on the path
|
18 anni fa |
yury
|
1159ee9744
* Small improvement to previous commit.
|
18 anni fa |
yury
|
614dbe6a8c
* Fixed inclusion of multiple resource files with icons or cursors. Patch by Sergei Gorelkin modified by me to reduce memory usage. Bug #9459.
|
18 anni fa |
michael
|
bedf0151cc
* Implemented support for custom RC compiler and .RES linker
|
18 anni fa |
yury
|
11b56e2cc8
* Fixed previous commit: loop through all resources in .res file.
|
18 anni fa |
yury
|
ca81009e5e
* Properly handle .res files, which are not fully correct.
|
18 anni fa |
daniel
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 anni fa |
yury
|
eac1c293e4
* fixed "EInOutError : File not found" exception if .rc file not found.
|
18 anni fa |
yury
|
2b84a4643a
* Fixed bug #6501: multiple resource files are correctly linked to executable.
|
18 anni fa |
peter
|
a58797f989
* use linkunitofiles instead of linkotherofiles to prevent path from being stored in ppu
|
18 anni fa |
Vincent Snijders
|
e18966c372
* write resource object file to unit output directory
|
18 anni fa |
florian
|
c2db154121
* forgotten commit
|
18 anni fa |
florian
|
4ceadcbc6e
+ infrastructure for target specific resourcefile classes
|
18 anni fa |
tom_at_work
|
106fe68ce6
* renamed TStringList to TCmdStrList, in general use TCmdStr instead of shortstrings to fix bug #6351
|
18 anni fa |
peter
|
7a2e0da7bd
* extra parameter for file searching functions
|
19 anni fa |
peter
|
cb246eb781
* Remove dos,strings units, use SysUtils instead
|
19 anni fa |