joost
3d368fb900
* Revert accidentally committed files in r20238
...
git-svn-id: trunk@20239 -
2012-02-03 21:21:38 +00:00
joost
32541398c8
Better way to disable package then used in r20236, this way the package is cleaned on a distclean
...
git-svn-id: trunk@20238 -
2012-02-03 21:15:41 +00:00
joost
f1405b03fa
* Converted more packages to fpmake building
...
git-svn-id: trunk@20068 -
2012-01-13 22:41:43 +00:00
joost
6c6708632e
* Set for which os'es the packages have to be compiled for those packages that do not compile on WinCE
...
git-svn-id: trunk@20057 -
2012-01-11 21:16:07 +00:00
joost
5ebc858a33
* Do not install the build-unit
...
git-svn-id: trunk@19985 -
2012-01-06 17:10:23 +00:00
Jonas Maebe
a0c2e6a683
* replaced LGPL license notice with reference to COPYING.FPC to make it
...
clear that the static linking exception also applies to these units (they
were all written by FPC core team members except for colorsel, but that
unit was explicitly released with the static linking exception as well:
http://andis63.homeftp.net/downloads/colorsel/COPYING )
git-svn-id: trunk@19897 -
2011-12-28 12:49:46 +00:00
pierre
8b86d4ecb3
Fix AsciiTab proble for powerpc64, InfoLong and InfoPtr are not equivalent
...
git-svn-id: trunk@19841 -
2011-12-13 13:51:23 +00:00
pierre
179ccf2c6b
Enable AsciiTable and fix compilation with -dDEBUG
...
git-svn-id: trunk@19840 -
2011-12-13 13:35:32 +00:00
pierre
243687b6d4
Remove platform.inc
...
git-svn-id: trunk@19839 -
2011-12-13 13:34:47 +00:00
pierre
09d8a6423c
Use platform.inc file from ../src directory
...
git-svn-id: trunk@19838 -
2011-12-13 13:34:16 +00:00
pierre
5a0486a0cc
Use platform.inc file from ../src directory
...
git-svn-id: trunk@19837 -
2011-12-13 13:33:28 +00:00
florian
9426cac1b0
* rebuilt Makefiles
...
git-svn-id: trunk@19748 -
2011-12-04 15:34:01 +00:00
pierre
ef40c9f3cc
+ Add FPC OpenBSD target support
...
git-svn-id: trunk@19375 -
2011-10-04 22:26:04 +00:00
florian
d7f7a9bb76
* patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346
...
git-svn-id: trunk@19256 -
2011-09-27 20:22:40 +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
joost
584ac69bff
* Several fpmake-file updates
...
git-svn-id: trunk@17976 -
2011-07-11 19:24:28 +00:00
marco
6f1f310ee9
* fix | separator char. Bug 6262D
...
git-svn-id: trunk@16606 -
2010-12-21 19:30:12 +00:00
pierre
cf9a7cda1c
* First try to support 64-bit cpu's
...
git-svn-id: trunk@16466 -
2010-11-28 19:35:43 +00:00
pierre
e5e5cfdc2a
* Try to fix VideoMode change problem
...
git-svn-id: trunk@16452 -
2010-11-26 23:34:14 +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
Tomas Hajny
393db3d359
* fix previously broken TProgram based FV programs (assuming that unit Video initializes screen parameters at startup)
...
git-svn-id: trunk@15130 -
2010-04-11 00:29:09 +00:00
pierre
55cffbef12
* Update Makefiles
...
git-svn-id: trunk@14385 -
2009-12-10 08:36:52 +00:00
pierre
acfdb1518f
* fix problem with last position of scrollbar
...
git-svn-id: trunk@14051 -
2009-11-04 16:45:26 +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
florian
ee1961fdf0
* merged ColorSel implementations of Marco van de Voort and Andreas Jakobsche
...
git-svn-id: trunk@12311 -
2008-12-07 12:21:05 +00:00
marco
cba8503e2b
* added skeleton for colorsel I still had lying around, derived from IDE src. Should be possible to expand them based on PD C++ TV code?
...
git-svn-id: trunk@12305 -
2008-12-06 11:37:56 +00:00
peter
2916256b2c
* change externalurl to homepageurl
...
git-svn-id: trunk@12170 -
2008-11-18 23:58:52 +00:00
peter
f203a498e1
* fix archiving
...
git-svn-id: trunk@12168 -
2008-11-18 23:16:57 +00:00
Károly Balogh
2e72bd03a7
+ support for SysResize event for Amiga
...
git-svn-id: trunk@11998 -
2008-10-30 20:56:01 +00:00
Károly Balogh
df8fa326cd
+ initial version of Amiga sysmsgs support
...
git-svn-id: trunk@11980 -
2008-10-26 23:47:41 +00:00
marco
42282f0351
* removed some 1.0 defines
...
git-svn-id: trunk@11979 -
2008-10-26 22:15:47 +00:00
Károly Balogh
d135a2d9ea
+ minor Amiga/MorphOS FV tweaks:
...
* GiveUpTimeSlice() now Sleep()s for shorter time
* Amiga "all files" are "*" and not "*.*", this fixes file dialogs somewhat
git-svn-id: trunk@11970 -
2008-10-24 16:56:59 +00:00
marco
e64a1f6026
* Some more manifests
...
git-svn-id: trunk@11963 -
2008-10-23 22:27:48 +00:00
Károly Balogh
7057d925d4
+ made FV to compile on MorphOS
...
git-svn-id: trunk@11960 -
2008-10-23 20:50:51 +00:00
marco
1295c499c9
* More fpmake fixes. Exampledirs and includefiles mostly fixed for these.
...
gdbint moves two examples from src to exampledir + makefile fix.
git-svn-id: trunk@11949 -
2008-10-22 22:08:05 +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
ivost
2439dbd5a6
* added unixtype unit in addition to baseunix unit (currently baseunix contains all types of unixtype)
...
git-svn-id: trunk@11782 -
2008-09-14 18:54:55 +00:00
marco
92d95bcab5
* lowercase all platform.inc inclusions for fpdoc's sake.
...
git-svn-id: trunk@11642 -
2008-08-23 14:44:45 +00:00
marco
89ae7d0b25
* skip e0 scancodes in certain cases. bug #8978
...
git-svn-id: trunk@11566 -
2008-08-13 20:09:57 +00:00
marco
d4576c88b4
* Fix for cursor showing after coming back from dosshell ( #11679 ). Does not fix the IDE because it has its own shelling routines.
...
git-svn-id: trunk@11501 -
2008-08-02 11:45:16 +00:00
marco
8267078e69
* (bug 6173) invalid drive when browsing over directories that start with a dot in Linux with the IDE's opendialog.
...
Reaason: Findfirst considers starting with a . "hidden".
git-svn-id: trunk@11435 -
2008-07-22 16:55:53 +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