joost
|
03ba8db75b
* Removed more obsolete dependencies
|
13 years ago |
joost
|
073688f7cb
* fpmake now builds gdbint for the same targets as fpcmake does
|
13 years ago |
joost
|
1fa132a897
* Do not use a build-unit to compile univint. Package itself is a buildunit.
|
13 years ago |
joost
|
bd2a3357fd
* Set fpcpackage=y, to fix 'make install' without a given prefix. In that case there wasn't any base install dir set by the Makefile.
|
13 years ago |
florian
|
aa564b4b69
* link always against sysbase on arm-gba, fake_heap_end is used in the syste unit, resolves #21005
|
13 years ago |
florian
|
28c90c9c91
* build objects unit for gba
|
13 years ago |
joost
|
5ebc858a33
* Do not install the build-unit
|
13 years ago |
joost
|
1c3482debe
* Switched fcl-dbs fpmake-file to the same inclusion-mechanisn as used with gdbint. Fixes compilation of packages/fpmake.pp
|
13 years ago |
florian
|
088ddf7421
* search libs in %basepath%/lib/$FPCTARGET by default, so FPC can install libs if needed
|
13 years ago |
joost
|
d1be2e7907
* xmliconv_windows.pas does not have resourcestrings. Fixes 'make install' on Windows.
|
13 years ago |
joost
|
c8ea08a5bd
* sdl only depends on pthreads and x11 on unices. (better fix for r19980, bug #21034)
|
13 years ago |
joost
|
6cd4bded69
* Add target-specific dependencies also to package-requirements
|
13 years ago |
joost
|
a991888b5a
* Added target-specific dependencies to fpcmake.pp
|
13 years ago |
florian
|
36a15221ad
* include src/dummy on arm-gba, resolves #21003
|
13 years ago |
joost
|
6b826cf3fa
* Override the for fpmake wrong value of COMPILER_TARGETDIR, so that executables are compiled into the right path
|
13 years ago |
sergei
|
fa98e0523d
* Safecall handling: forgot to free cgpara before doing the call, fixed.
|
13 years ago |
florian
|
77f1092ca0
+ sysutils.sleep for gba
|
13 years ago |
florian
|
8fd262e00c
* build strutils for gba, some packages require it
|
13 years ago |
florian
|
e0d7af703a
* proper feature handling for gba
|
13 years ago |
joost
|
c8a7063602
* Removed compilation of paradox from fpmake-file, as it also wasnt in the old Makefile.fpc
|
13 years ago |
joost
|
642e7963e2
* Added dependency on fcl-json to fcl-db
|
13 years ago |
joost
|
0c87700084
* More packages switched to fpmake building
|
13 years ago |
florian
|
957c819035
* don't try to build a native compiler for arm-gba
|
13 years ago |
florian
|
4765728fc4
* use SarInt64 to optimize 64 bit divs on 32 bit platforms, resolves #20998
|
13 years ago |
florian
|
fd07f51f35
* handle LOC_JUMP correctly for 64 bit boolean assignments
|
13 years ago |
Jonas Maebe
|
a567be76ff
* fixed test for big endian 64 bit targets
|
13 years ago |
Jonas Maebe
|
eb680bcc5b
* don't try to set the iconv transliterate property in case the iconv
|
13 years ago |
Jonas Maebe
|
f287cf3f61
* default to UTF-8 as system code page in case nl_langinfo(CODESET) returns
|
13 years ago |
joost
|
33544c63d0
* Fixed mistake made in r19962 with fpmkunit dependencies
|
13 years ago |
joost
|
2a7be977ee
* Added fpmkunit dependency of packages converted to fpmake building in r19957
|
13 years ago |