diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2006-07-09 08:19:33 +0000 |
---|---|---|
committer | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2006-07-09 08:19:33 +0000 |
commit | 42e075623c2bbf1fc51817682bfa7ee74e617478 (patch) | |
tree | c96e260ac7d3dfe9e3db09b3713052f646cea074 /mkppport.lst | |
parent | 4cadc6a950ca81f5812fc41862e1f34bc2ef21b3 (diff) | |
download | perl-42e075623c2bbf1fc51817682bfa7ee74e617478.tar.gz |
Integrate mkppport. All ppport.h files in the core will now
be autogenerated at build time (and removed during cleanup).
p4raw-id: //depot/perl@28513
Diffstat (limited to 'mkppport.lst')
-rw-r--r-- | mkppport.lst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mkppport.lst b/mkppport.lst new file mode 100644 index 0000000000..53a5a46361 --- /dev/null +++ b/mkppport.lst @@ -0,0 +1,14 @@ +# +# List of directories into which a ppport.h should be installed. +# Please try to keep the list sorted. +# +# This file is read by mkppport at build time. +# + +ext/Compress/Raw/Zlib +ext/Cwd +ext/Digest/SHA +ext/Sys/Syslog +ext/Time/HiRes + +win32/ext/Win32API/File |