Karoly Balogh
ac0287b5e0
human68k: fpmake changes, disable everything that cannot be built currently
2023-11-30 23:43:27 +00:00
Michael VAN CANNEYT
bd4e9676fa
* Add namespaces.lst
2023-07-27 19:04:09 +02:00
Michaël Van Canneyt
6b5a4dbf6e
* use cthreads in correct location
2023-07-19 14:27:28 +02:00
nickysn
1fb5008630
- disabled compilation on the wasi target for packages that don't compile
...
git-svn-id: branches/wasm@48953 -
2021-03-14 00:24:24 +00:00
Károly Balogh
51d8ec90a7
sinclairql: now the target short name is also sinclairql as proposed by Pierre, so it's unified everywhere
...
git-svn-id: trunk@47376 -
2020-11-10 21:31:04 +00:00
Károly Balogh
55b99cad04
sinclairql: disable most packages for the QL
...
git-svn-id: trunk@47370 -
2020-11-10 11:49:10 +00:00
pierre
6f27c2390e
Disable compilation of most packages for msxdos and amstadcpc OS
...
git-svn-id: trunk@46247 -
2020-08-05 10:47:24 +00:00
Jonas Maebe
e7d1a77f9a
* rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS
...
* rename the m68k/PowerPC-MacOS targets to m68k/PowerPC-MacOSClassic
* repurpose the AArch64/Darwin target for AArch64/macOS
o make AArch64-Darwin default target for a hosted AArch64-Darwin compiler
git-svn-id: trunk@45758 -
2020-07-10 21:52:24 +00:00
nickysn
1cadaff1f9
- disable packages that don't build on the zxspectrum target
...
git-svn-id: branches/z80@44851 -
2020-04-19 14:21:27 +00:00
florian
75fe6c23a5
* FreeRTOS: adapated packages to build
...
git-svn-id: trunk@44686 -
2020-04-11 13:18:46 +00:00
pierre
25892dca18
Explicitly also disable java OS target
...
git-svn-id: trunk@39807 -
2018-09-26 09:27:33 +00:00
marco
98f00acb06
* trunk to 3.3.1
...
git-svn-id: trunk@39635 -
2018-08-18 15:47:44 +00:00
pierre
0064860f75
Changes for symbian target OS
...
git-svn-id: trunk@39577 -
2018-08-06 15:14:25 +00:00
pierre
9f38b25542
Disable SDL package also for netware and netwlibc OS targets
...
git-svn-id: trunk@39139 -
2018-05-28 22:20:03 +00:00
pierre
fe5505c230
Disable sdl and libgd pacakges for wii
...
git-svn-id: trunk@37283 -
2017-09-20 16:05:47 +00:00
Károly Balogh
4c25bd935f
packages: disabled packages for macos and palmos which currently cannot be built for these
...
git-svn-id: trunk@36889 -
2017-08-12 21:08:34 +00:00
Károly Balogh
4133847225
atari: disabled some packages
...
git-svn-id: trunk@34614 -
2016-10-04 10:12:40 +00:00
nickysn
02d6f7a2a4
- disabled the win16 target for all packages that don't compile on that platform
...
git-svn-id: trunk@31857 -
2015-09-27 19:32:44 +00:00
Legolas
8dd9b46d60
* Patch by Karl-Michael Schindler (mantis 0026847): gba and nds targets are now buildable without external dependencies
...
git-svn-id: trunk@30083 -
2015-03-03 09:16:04 +00:00
florian
f0ca432476
* disabled sdl for arm-gba as recommended by Karl-Michael Schindler, resolves #27219
...
git-svn-id: trunk@29601 -
2015-02-01 21:21:30 +00:00
marco
d407b668d1
* version updated to 3.1.1
...
git-svn-id: trunk@29399 -
2015-01-04 21:09:04 +00:00
Károly Balogh
85953d5e99
MorphOS: moved system dependent units outside the RTL into the new morphunits package. also renamed some units to match classic Amiga and/or AROS naming
...
git-svn-id: trunk@28519 -
2014-08-25 02:17:16 +00:00
Károly Balogh
6062f96ca1
AROS: enable some basic set of Packages to build with AROS
...
git-svn-id: trunk@28441 -
2014-08-18 13:01:46 +00:00
florian
6377c180bf
* disable packages which do not build on msdos
...
git-svn-id: trunk@25236 -
2013-08-11 16:12:34 +00:00
Károly Balogh
9363585d19
don't try to build SVN on Amiga for now
...
git-svn-id: trunk@25144 -
2013-07-19 22:49:33 +00:00
joost
df4191acb3
* Handle the location of each package at run-time, not at compilation time
...
* Added a fpmake.pp in the root, to compile the utils and packages in one go
git-svn-id: trunk@24783 -
2013-06-02 17:55:23 +00:00
yury
d26f0552a0
* Sync with trunk r23404.
...
* Regenerated makefiles.
git-svn-id: branches/targetandroid@23405 -
2013-01-16 13:21:51 +00:00
florian
eb7882037a
* disable uncompilable targets for embedded targets
...
git-svn-id: trunk@23257 -
2012-12-31 15:51:04 +00:00
tom_at_work
4150f0a2fb
Rebase with r21814
...
git-svn-id: branches/targetandroid@21815 -
2012-07-07 23:09:20 +00:00
svenbarth
90db273224
+ added target NativeNT to supported OSes in fpmkunit
...
* modified fpmake files in packages to allow a "make all" for NativeNT in packages to work (nearly all packages need to be disabled; the main cause for this are the still missing DOS and Objects units for the target)
git-svn-id: trunk@21319 -
2012-05-18 07:17:02 +00:00
tom_at_work
acbc94e0fd
- initial support for the android/arm target in the compiler; resulting .so's can be used for Android/ARM app development.
...
- basic rtl support using system calls
- fp(c)make/fppkg/makefile support
todo:
- revisit systems/t_android.pas: mostly duplicate with t_linux.pas, containing
lots of unnecessary code
- revisit rtl changes
- android ndk header translation import
- better app build/packaging support
- android/x86 support
git-svn-id: branches/targetandroid@21061 -
2012-04-26 09:36:42 +00:00
Tomas Hajny
4a128cc006
* postgres and sdl not supported under OS/2
...
git-svn-id: trunk@20434 -
2012-02-26 22:57:42 +00:00
Jonas Maebe
b5b193ead2
* fixed fpmake files for darwin/arm and iphonesim
...
git-svn-id: trunk@20313 -
2012-02-11 16:23:43 +00:00
joost
c8ea08a5bd
* sdl only depends on pthreads and x11 on unices. (better fix for r19980, bug #21034 )
...
git-svn-id: trunk@19981 -
2012-01-06 15:09:24 +00:00
joost
6cd4bded69
* Add target-specific dependencies also to package-requirements
...
git-svn-id: trunk@19980 -
2012-01-06 14:20:37 +00:00
marco
043e9b2ec2
* Trunk version to 2.7.1
...
git-svn-id: trunk@18075 -
2011-08-03 13:59:33 +00:00
joost
7fea1915e4
* fpmake.pp updates
...
git-svn-id: trunk@15268 -
2010-05-13 18:15:31 +00:00
joost
855cbebf19
Fixed fpmake.pp files:
...
* ExternalURL does not exist anymore
* Do not add dependencies on files in other packages, add a package dependency
on the package where the files are in instead
* Replaced the copy of fcl-base's fpmake.pp in fcl-extra with a real one
* Fixed some dependencies and file-names
git-svn-id: trunk@15148 -
2010-04-15 20:26:03 +00:00
marco
efe3be0208
* fpmakes batch #4 . Most work now, but toplevel does not. Dependancies also not complete
...
git-svn-id: trunk@11952 -
2008-10-23 16:12:45 +00:00
peter
7b188a6a0e
* reset version to latest release: 2.2.2-0
...
git-svn-id: trunk@11907 -
2008-10-17 18:36:45 +00:00
marco
cda8ea8c45
* sdl moved
...
git-svn-id: trunk@10024 -
2008-01-27 10:35:18 +00:00