diff options
author | svenbarth <svenbarth@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2012-05-18 07:17:02 +0000 |
---|---|---|
committer | svenbarth <svenbarth@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2012-05-18 07:17:02 +0000 |
commit | 3835bef74423472588e0b24ffc4cc477ece16295 (patch) | |
tree | 3b66c6201fe2c79b5387c7ececcc0a4825025471 /packages/unzip | |
parent | 7013bf86cd822aac01854c3de4a9b3080afb5f16 (diff) | |
download | fpc-3835bef74423472588e0b24ffc4cc477ece16295.tar.gz |
+ 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: http://svn.freepascal.org/svn/fpc/trunk@21319 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/unzip')
-rw-r--r-- | packages/unzip/fpmake.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/unzip/fpmake.pp b/packages/unzip/fpmake.pp index 8a0ddf9df1..2c36cfd976 100644 --- a/packages/unzip/fpmake.pp +++ b/packages/unzip/fpmake.pp @@ -18,6 +18,7 @@ begin {$endif ALLPACKAGES} P.Version:='2.7.1'; P.SourcePath.Add('src'); + P.OSes := P.OSes - [nativent]; T:=P.Targets.AddUnit('unzip51g.pp'); with T.Dependencies do |