Károly Balogh
da7efb8607
AROS: regenerated Makefiles to support i386-aros
...
git-svn-id: trunk@28438 -
2014-08-17 23:16:47 +00:00
marco
968ddb6ad9
* add two implicit units, mantis #26533
...
git-svn-id: trunk@28272 -
2014-07-28 14:40:07 +00:00
marco
aebe66d0cf
* some fixes and a lot of updating of Hungarian names. Mantis #26196
...
git-svn-id: trunk@27836 -
2014-05-31 15:44:58 +00:00
yury
73c26bd6be
* mipsel-android: Regenerated makefiles. From now the mipsel-android target can be built and used.
...
git-svn-id: trunk@26705 -
2014-02-07 12:37:17 +00:00
Tomas Hajny
77967432ef
* always use forward slashes in path to fpmake similarly to paths to other tools in Makefiles
...
git-svn-id: trunk@26641 -
2014-02-01 00:11:09 +00:00
svenbarth
f64ba97285
Fix compilation of WinCE (for both ARM and i386!) after RTL changes
...
* rtl/wince/Makefile.fpc: comment socket related units (which were moved)
* rtl/wince/Makefile: regenerate
* packages/rtl-extra/fpmake.pp:
We need the sockets unit inside the win directory for WinCE as well. Best solution might be to merge the WinSock and WinSock2 units of Win32/64 and WinCE to get rid of the wince directory of rtl-extra
* packages/winceunits/fpmake.pp:
Add rtl-extra as dependency as we need the socket related units for Bluetooth
git-svn-id: trunk@26530 -
2014-01-20 09:31:17 +00:00
marco
dea2c743d5
* Initial active version of
...
rtl-extra : objects matrix ucomplex
rtl-objpas: convutil(s) dateutil(s) stdconvs variants varutils
git-svn-id: trunk@26398 -
2014-01-05 19:20:15 +00:00
Jonas Maebe
81597bf171
* updated address of FSF (mantis #24646 , patch by Alexey Svistunov)
...
git-svn-id: trunk@24986 -
2013-06-27 14:01:18 +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
svenbarth
930b76e8fb
Fix compilation of WinCE. Change the fixed UNICODE define of WinCE to FPC_OS_UNICODE, so that it won't be undefined when changing the mode/string type and that the usage of a UNICODE API is independant of the mode.
...
Also adjusted all Windows (Win32/64/CE) units to define a "UNICODE" if "FPC_OS_UNICODE" is defined (except the Jedi units).
Also the common RTL units that checked for UNICODE now check for FPC_OS_UNICODE.
git-svn-id: trunk@24420 -
2013-05-04 11:06:32 +00:00
pierre
884918a4c4
Regenerate all Makefiles with an up-to-date fpcmake binary
...
git-svn-id: trunk@24365 -
2013-04-29 12:27:42 +00:00
joost
527c407b62
* Re-generated Makefiles for the changes in the Makefile.fpcs in r24349
...
git-svn-id: trunk@24350 -
2013-04-27 20:48:14 +00:00
joost
20a3809e58
* Now zipinstall is passed to fpmake by all Makefile.fpc's
...
git-svn-id: trunk@24349 -
2013-04-27 20:34:00 +00:00
yury
23b95a4d70
* Regenerated all makefiles.
...
git-svn-id: branches/targetandroid@23422 -
2013-01-17 11:36:12 +00:00
joost
316717a710
* Re-generated all the Makefile.fpcs from the packages. So they are almost all the same now.
...
git-svn-id: trunk@23001 -
2012-11-17 00:18:50 +00:00
tom_at_work
9428c78d63
Pass OPT to compilation of fpmake.
...
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: trunk@22397 -
2012-09-15 23:41:44 +00:00
tom_at_work
7c56a9f34d
Revert r22080 because it prevents crosscompilation.
...
git-svn-id: trunk@22101 -
2012-08-16 21:24:47 +00:00
tom_at_work
7b6bcd315f
Pass FPCOPT to fpmkunit and fpmake compilation. This prevents build errors of these programs if the given FPCOPT options of the previously compiled RTL are incompatible to default options. Regenerated associated makefiles.
...
git-svn-id: trunk@22080 -
2012-08-14 19:09:17 +00:00
marco
27922875b4
* Patch from Ludo, follow up to r21474 add more dependent units (stdole2)
...
and fix resourcestring registration.
git-svn-id: trunk@21547 -
2012-06-08 11:09:31 +00:00
marco
0b60e0dbcf
* addition of stdole2 and eventsink to winceunits. Patch by Ludo #22157
...
I btw doubt this kind of cross package including of units proper in
fpmake ?
git-svn-id: trunk@21474 -
2012-06-03 14:29:27 +00:00
pierre
1b3fd997fc
+ Regenerate all Makefiles's after adding x86_64 netbsd target
...
git-svn-id: trunk@21031 -
2012-04-24 23:15:18 +00:00
Jonas Maebe
44bd889b9b
* regenerated Makefiles with AIX support
...
git-svn-id: trunk@20812 -
2012-04-11 18:03:57 +00:00
pierre
2c4d8cc9d9
Add x86_64-openbsd target in Makefiles
...
git-svn-id: trunk@20723 -
2012-04-06 16:49:08 +00:00
joost
83e3d311d7
* Fixed wince compilation (fpmake)
...
git-svn-id: trunk@20215 -
2012-02-02 12:01:01 +00:00
joost
4bb05b21ed
* Converted fpmkunit and the packages it depends on to fpmake building.
...
Hash, paszlib, fcl-process and fpmkunit itself are build using
fpmkunit_bootstrap. The fpmkunit-Makefile.fpc still contains dependencies
on hash,paszlib and fcl-process because the packages depending on fpmkunit
needs those. For fpmkunit itself those dependencies are ignored by directly
setting the unit-search path to the rtl-unit search path.
git-svn-id: trunk@20115 -
2012-01-19 20:02:41 +00:00
joost
90cfc86f71
* Re-generated Makefile. It did miss the dependency on fpmkunit because of local changes when fpcmake was run in r20101.
...
git-svn-id: trunk@20103 -
2012-01-18 15:08:58 +00:00
joost
7a69b2cd37
* Switched winceunits package to fpmake building
...
git-svn-id: trunk@20101 -
2012-01-17 10:15:20 +00:00
joost
65d568ab6d
* Added fpmake.pp for winceunits package
...
git-svn-id: trunk@20093 -
2012-01-16 17:09:14 +00:00
marco
ad2aa1ceb3
* Fix for #21058 , cerapiuninit with lowercase init.
...
git-svn-id: trunk@20044 -
2012-01-10 21:37:22 +00:00
florian
9426cac1b0
* rebuilt Makefiles
...
git-svn-id: trunk@19748 -
2011-12-04 15:34:01 +00:00
florian
1977b90195
*szAdapterName:GUID; -> szAdapterName:PTCHAR; in conmgr.LPCONNMGR_CONNECTION_DETAILED_STATUS, resolves #20440
...
git-svn-id: trunk@19439 -
2011-10-09 17:33:53 +00:00
pierre
1c2a5f9819
+ Update all Makefile's modified by
...
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: trunk@18228 -
2011-08-16 20:10:19 +00:00
marco
043e9b2ec2
* Trunk version to 2.7.1
...
git-svn-id: trunk@18075 -
2011-08-03 13:59:33 +00:00
marco
39d7bb511d
* Regenned all makefiles before 2.6.x branching.
...
git-svn-id: trunk@18073 -
2011-08-03 13:41:52 +00:00
sekelsenmat
b0b708f308
help headers for wince from bug #17574
...
git-svn-id: trunk@16195 -
2010-10-21 15:37:16 +00:00
Jonas Maebe
8b0301409a
+ i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and
...
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: trunk@16065 -
2010-09-29 21:56:47 +00:00
sekelsenmat
ef35ef0b0d
Patches from Drigus, adds new wince units. bug #17096 and bug #17097
...
git-svn-id: trunk@15912 -
2010-08-27 14:31:13 +00:00
florian
b050eaf031
* patch by F@ntomas to amend the incorrect declarations of RILSUPSERVICEDATA and LPRILSUPSERVICEDATA in ril.pp (winceunits package)
...
git-svn-id: trunk@15835 -
2010-08-17 19:33:42 +00:00
florian
59702147ff
* patch by "Vasil" to fix various WinCE and Win32 API conversion issues
...
git-svn-id: trunk@15824 -
2010-08-15 19:39:31 +00:00
marco
54758c85d8
* SmsSendMessage's 2nd parameter changed to pointer, mantis 14605
...
git-svn-id: trunk@15674 -
2010-07-31 07:43:34 +00:00
florian
7672c08d2f
* lower/upper case typo fixes, resolves probably #14934
...
git-svn-id: trunk@14526 -
2010-01-02 18:07:46 +00:00
florian
20995bb01b
* patch by Sven Barth: Add CeRapiInvoke to rapi.pp, resolves #15170
...
git-svn-id: trunk@14482 -
2009-12-26 21:22:42 +00:00
pierre
55cffbef12
* Update Makefiles
...
git-svn-id: trunk@14385 -
2009-12-10 08:36:52 +00:00
marco
045ba4a1af
* added cmdbar_help/cmdbar_ok
...
git-svn-id: trunk@13872 -
2009-10-16 17:00:46 +00:00
Jonas Maebe
847354fe10
* Makefiles version 2.5.1
...
git-svn-id: trunk@13533 -
2009-08-13 21:21:28 +00:00
Jonas Maebe
e246cac3ac
* regenerated using latest fpcmake
...
git-svn-id: trunk@13487 -
2009-08-02 18:40:14 +00:00
yury
d779e1e587
* Patch by Paul Ishenin for wince's commctrl.
...
git-svn-id: trunk@12967 -
2009-03-27 17:55:29 +00:00
yury
08b551b504
+ Added extapi and imm wince api units by Vasil Maximov.
...
* Updated some existing wince api units by Vasil Maximov.
git-svn-id: trunk@12839 -
2009-03-01 11:10:10 +00:00
florian
3638a3b680
* patch by Paul van Helden: added SHCameraCapture function and structures for WinCE; resolves #13222
...
git-svn-id: trunk@12801 -
2009-02-26 17:07:16 +00:00
yury
ef716bda30
+ Added tsp wince api unit by AnarchyMob.
...
git-svn-id: trunk@12533 -
2009-01-10 13:27:45 +00:00