summaryrefslogtreecommitdiff
path: root/packages/fcl-res
Commit message (Collapse)AuthorAgeFilesLines
* * always use forward slashes in path to fpmake similarly to paths to other ↵hajny2014-02-012-4/+4
| | | | | | tools in Makefiles git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@26641 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Handle the location of each package at run-time, not at compilation timejoost2013-06-021-1/+1
| | | | | | * Added a fpmake.pp in the root, to compile the utils and packages in one go git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@24783 3ad0048d-3df7-0310-abae-a5850022a9f2
* Regenerate all Makefiles with an up-to-date fpcmake binarypierre2013-04-291-32/+159
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@24365 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Re-generated Makefiles for the changes in the Makefile.fpcs in r24349joost2013-04-271-117/+135
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@24350 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Now zipinstall is passed to fpmake by all Makefile.fpc'sjoost2013-04-271-0/+2
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@24349 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Regenerated all makefiles.yury2013-01-171-93/+27
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/branches/targetandroid@23422 3ad0048d-3df7-0310-abae-a5850022a9f2
* * disable uncompilable targets for embedded targetsflorian2012-12-311-0/+1
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@23257 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Re-generated all the Makefile.fpcs from the packages. So they are almost ↵joost2012-11-172-32/+64
| | | | | | all the same now. git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@23001 3ad0048d-3df7-0310-abae-a5850022a9f2
* Add elf resource support for mips/mipsel CPUpierre2012-10-095-2/+21
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@22603 3ad0048d-3df7-0310-abae-a5850022a9f2
* Pass OPT to compilation of fpmake.tom_at_work2012-09-152-9/+122
| | | | | | | | Solves issues with systems that e.g. require special options for compilation of programs (e.g. libc programs to find libc startup code) or the actual build has been compiled with options that are incompatible with default ones. Tested changes by building an i386-linux local build and i386-linux->arm-linux cross-builds git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@22397 3ad0048d-3df7-0310-abae-a5850022a9f2
* Revert r22080 because it prevents crosscompilation.tom_at_work2012-08-162-122/+9
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@22101 3ad0048d-3df7-0310-abae-a5850022a9f2
* Pass FPCOPT to fpmkunit and fpmake compilation. This prevents build errors ↵tom_at_work2012-08-142-9/+122
| | | | | | of these programs if the given FPCOPT options of the previously compiled RTL are incompatible to default options. Regenerated associated makefiles. git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@22080 3ad0048d-3df7-0310-abae-a5850022a9f2
* + Regenerate all Makefiles's after adding x86_64 netbsd targetpierre2012-04-241-2/+9
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@21031 3ad0048d-3df7-0310-abae-a5850022a9f2
* + fcl-res support for xcoff/aixjonas2012-04-116-171/+783
| | | | | | + compiler support for Delphi-style resources on aix git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@20841 3ad0048d-3df7-0310-abae-a5850022a9f2
* * regenerated Makefiles with AIX supportjonas2012-04-111-3/+22
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@20812 3ad0048d-3df7-0310-abae-a5850022a9f2
* Add x86_64-openbsd target in Makefilespierre2012-04-061-101/+115
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@20723 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Do not use the BINUTILSPREFIX when compiling fpmake files during a cross-joost2012-01-021-2/+6
| | | | | | | compile. It seems that CROSSBOOTSTRAP is never set(?) git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@19951 3ad0048d-3df7-0310-abae-a5850022a9f2
* * By default try to build fpmake packages using a buildunitjoost2012-01-012-32/+9
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@19940 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Take INSTALL_BASEDIR also into account on make distinstalljoost2012-01-012-3/+3
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@19939 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Changes regarding the binutilsprefix from r19272 now applied to all ↵joost2012-01-012-3/+3
| | | | | | fpmake-based makefiles git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@19938 3ad0048d-3df7-0310-abae-a5850022a9f2
* * rebuilt Makefilesflorian2011-12-041-8/+9
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@19748 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Same change as in r19552 for all other packages compiled with fpmakejoost2011-10-282-169/+12
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@19553 3ad0048d-3df7-0310-abae-a5850022a9f2
* * mark all fpmake Makefiles with .NOTPARALLEL:, because they don't declarejonas2011-08-202-1/+4
| | | | | | | dependencies between all of their internal targets git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@18791 3ad0048d-3df7-0310-abae-a5850022a9f2
* + Update all Makefile's modified bypierre2011-08-161-1/+5
| | | | | | | | | | | | | | | | | | | | change in utils/fpcm/fpcmake.ini in prevous commit. Adapt also other files to that change: * compiler/globals.pas: Replace $FPCTARGET by os_string if tf_use_8_3 flag is set for target_info also. * tests/Makefile.fpc: Modify TEST_TARGETSUFFIX in the same way as TARGETSUFFIX was modified in previous commit. * tests/utils/dotest.pp: + New variable UseOSOnly, set to true if only target OS name should be used for subdirectories. git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@18228 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Fixed bug ID 19856 and bug ID 19857 (modified patch from Chad B)michael2011-08-131-38/+2
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@18196 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Pass INSTALL_UNITDIR to fpmake, it is used in the testsuite-scriptsjoost2011-08-072-8/+8
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@18138 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Use fpc_cleanall instead of fpc_distclean on a make distclean when no ↵joost2011-08-062-2/+2
| | | | | | fpmake-binary is available. Because fpc_cleanall could be an empty target git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@18128 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Switched packages to fpmake buildingjoost2011-08-063-868/+545
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@18123 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Trunk version to 2.7.1marco2011-08-033-3/+3
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@18075 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Regenned all makefiles before 2.6.x branching.marco2011-08-031-3/+60
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@18073 3ad0048d-3df7-0310-abae-a5850022a9f2
* + when compiling for Darwin/ARM, pass the subarchitecture to the linker.jonas2011-08-024-14/+53
| | | | | | | | | The old linker option to accept object files from all subarchitecture types no longer works. + support for subarchitectures in fcl-res/fpcres git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@18070 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Several fpmake-file updatesjoost2011-07-111-0/+4
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@17976 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Fixed ReadResourceHeader so it no longer uses an exception to report end ↵michael2011-06-141-14/+7
| | | | | | of resources git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@17756 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Add .note.GNU-stack section to .or files, so that executables do not get ↵joost2011-01-121-0/+1
| | | | | | an executable stack, bug 16545 git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16754 3ad0048d-3df7-0310-abae-a5850022a9f2
* + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 andjonas2010-09-291-5/+20
| | | | | | | | | | | | | | | later: the same as i386/darwin, except a) uses the non-fragile Objective-C ABI/runtime b) does not require stubs for direct calls/jumps (not required for i386/darwin under 10.6 and later either, but still generated there for backwards compatibility) c) only the same packages are enabled as for ARM/Darwin d) MacOSAll is compiled specifically for the iPhoneSimulator SDK This target also defines the symbol "darwin" apart from the target name "iphonesim" for source code compatibility reasons. git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16065 3ad0048d-3df7-0310-abae-a5850022a9f2
* * regen with up to date fpcmake, due to haiku support, bug 16436marco2010-05-101-6/+63
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15251 3ad0048d-3df7-0310-abae-a5850022a9f2
* fcl-res: fix header commentpaul2010-03-111-1/+1
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15003 3ad0048d-3df7-0310-abae-a5850022a9f2
* fcl-res: support tlb resourcespaul2010-03-114-97/+191
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15001 3ad0048d-3df7-0310-abae-a5850022a9f2
* * patches from Paul for mantis 15716, readwidestring #0 issue + warning removalmarco2010-02-154-8/+9
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14917 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Update Makefilespierre2009-12-101-6/+36
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14385 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Skip UTF-8 BOM in TParser (classes) and dfmreader (fcl-res)giulio22009-11-301-0/+3
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14292 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Makefiles version 2.5.1jonas2009-08-132-2/+2
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@13533 3ad0048d-3df7-0310-abae-a5850022a9f2
* * regenerated using latest fpcmakejonas2009-08-021-1/+17
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@13487 3ad0048d-3df7-0310-abae-a5850022a9f2
* + darwin/arm support for fcl-res and fpcresjonas2009-05-014-3/+18
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@13071 3ad0048d-3df7-0310-abae-a5850022a9f2
* * change externalurl to homepageurlpeter2008-11-181-1/+1
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@12170 3ad0048d-3df7-0310-abae-a5850022a9f2
* * FCL fpmake manifestsmarco2008-10-231-0/+6
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11962 3ad0048d-3df7-0310-abae-a5850022a9f2
* * regened makefiles to propagate makefile versionsmarco2008-10-221-2/+6
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11947 3ad0048d-3df7-0310-abae-a5850022a9f2
* * updated all makefile.fpc versions to 2.2.2 for fppkg compat.marco2008-10-221-1/+1
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11945 3ad0048d-3df7-0310-abae-a5850022a9f2
* * reset version to latest release: 2.2.2-0peter2008-10-171-1/+1
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11907 3ad0048d-3df7-0310-abae-a5850022a9f2
* * regenerated with changes in r11233jonas2008-06-151-7/+8
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11234 3ad0048d-3df7-0310-abae-a5850022a9f2