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
joost
6ae49f6c74
* Some fpmake fixes for windows
...
git-svn-id: trunk@18076 -
2011-08-03 15:32:15 +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
marco
8a8a2ad4e0
* correct sys_win64. Mantis #19492
...
git-svn-id: trunk@17679 -
2011-06-06 20:20:36 +00:00
sergei
a4ef532fd3
Fixed win64 compilation after r17497 ('movq' is no longer valid as a replacement for 'mov' in Intel asmmode).
...
git-svn-id: trunk@17498 -
2011-05-19 08:45:36 +00:00
sergei
68f8eb2fdb
* Disable DYNAMIC_LINK for Win64 - it involves assembler blocks, which are specific to i386/stdcall and won't work in Win64. Since r17490 it won't compile, too. Patch from Cyrax, resolves #19371 .
...
git-svn-id: trunk@17495 -
2011-05-18 20:23:57 +00:00
marco
e896d94650
* fix for 18366, maximum_processors for 64-bit
...
git-svn-id: trunk@16687 -
2011-01-02 18:50:29 +00:00
mazen
b127fc154a
* Fixed spell error revealed by lintian.
...
git-svn-id: trunk@16094 -
2010-10-06 20:33:57 +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
marco
0ca9fb281d
* minor additional fix for bug #10619
...
git-svn-id: trunk@15795 -
2010-08-13 10:39:38 +00:00
marco
99e078985f
* 64-bit alignment for tlhelp64.
...
git-svn-id: trunk@15200 -
2010-04-30 14:01:55 +00:00
pierre
55cffbef12
* Update Makefiles
...
git-svn-id: trunk@14385 -
2009-12-10 08:36:52 +00:00
marco
58287faa88
* fix winspool name, mantis 10619.
...
git-svn-id: trunk@14101 -
2009-11-07 15:10:58 +00:00
marco
7ad93d7e52
* reworked dependancies around the FCL. daemonapp and servicemanager are isolated into fcl-extra. This makes fcl-base have less dependancies, and other problems then solve themselves.
...
git-svn-id: trunk@13902 -
2009-10-17 18:41:26 +00:00
marco
66240c1204
* fixes that I though were committed
...
git-svn-id: trunk@13694 -
2009-09-12 11:13:19 +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
marco
e1f4613362
* ulong_ptr -> ptruint at Paul's request.
...
git-svn-id: trunk@13385 -
2009-07-14 08:53:10 +00:00
peter
2916256b2c
* change externalurl to homepageurl
...
git-svn-id: trunk@12170 -
2008-11-18 23:58:52 +00:00
marco
e64a1f6026
* Some more manifests
...
git-svn-id: trunk@11963 -
2008-10-23 22:27:48 +00:00
marco
e5db5e4aa8
* regened makefiles to propagate makefile versions
...
git-svn-id: trunk@11947 -
2008-10-22 17:32:15 +00:00
marco
3591d54f24
* updated all makefile.fpc versions to 2.2.2 for fppkg compat.
...
git-svn-id: trunk@11945 -
2008-10-22 17:19:13 +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
Jonas Maebe
9d8bee1887
* regenerated with changes in r11233
...
git-svn-id: trunk@11234 -
2008-06-15 15:52:25 +00:00
giulio
14d4f02fa0
* fixed fpc_zipinstall for go32v2 and the like
...
* makefiles regenerated
git-svn-id: trunk@11180 -
2008-06-03 14:01:09 +00:00
Tomas Hajny
77581bedd1
* makefiles regenerated with newer fpcmake
...
git-svn-id: trunk@11107 -
2008-05-28 06:34:32 +00:00
Jonas Maebe
b6c43bad7d
* regenerated for i386-Haiku and darwin cross compilation changes
...
git-svn-id: trunk@11073 -
2008-05-24 09:29:08 +00:00
micha
0b2f80a38b
* regenerate Makefiles to get armeb-linux support globally (also arm-darwin, so it seems)
...
git-svn-id: trunk@10888 -
2008-05-05 18:46:55 +00:00
peter
bdcbe44735
* new fpmake.pp
...
git-svn-id: trunk@9917 -
2008-01-25 00:16:33 +00:00
marco
43fb0c25a2
* makefile regenned
...
git-svn-id: trunk@9731 -
2008-01-13 12:46:36 +00:00
marco
4a565e7dca
* two files lowercase to ease installing
...
git-svn-id: trunk@9730 -
2008-01-13 12:46:19 +00:00
Jonas Maebe
2092bb5229
* fixed building on OSes marked as case sensitive
...
git-svn-id: trunk@9648 -
2008-01-06 11:54:47 +00:00
marco
bbf80e93cf
* another small fix. A unit was no longer implicitely compiled due to jedi internal changes. Now added to buildunit
...
git-svn-id: trunk@9643 -
2008-01-05 20:27:09 +00:00
marco
5980c188d7
* some makefile fixes.
...
git-svn-id: trunk@9641 -
2008-01-05 19:46:23 +00:00
marco
df33165341
* winunits-jedi. Dependancy on winunits-base not work yet.
...
old winunits removed from base/
git-svn-id: trunk@9639 -
2008-01-05 19:27:57 +00:00