diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-19 10:55:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-19 10:55:59 +0000 |
commit | 625b117dc5692a3db013f80de51f086b0cbe58ea (patch) | |
tree | 31cd562e0ffb2c793bb623287843ee558f531b94 /NetWare/Makefile | |
parent | 87dc812ed71694a5521f0d42f9ebe01f7ee37248 (diff) | |
download | perl-625b117dc5692a3db013f80de51f086b0cbe58ea.tar.gz |
NetWare tweaks from Guruprasad.
p4raw-id: //depot/perl@10719
Diffstat (limited to 'NetWare/Makefile')
-rw-r--r-- | NetWare/Makefile | 49 |
1 files changed, 26 insertions, 23 deletions
diff --git a/NetWare/Makefile b/NetWare/Makefile index 1a8b622958..a5a51f3093 100644 --- a/NetWare/Makefile +++ b/NetWare/Makefile @@ -15,7 +15,7 @@ ## This file is created by using the makefile that creates Windows Perl as the reference ## Author: sgp ## Date Created: 13th July 2000 -## Date Modified: 03th April 2001 +## Date Modified: 19th June 2001 # Name of the NLM NLM_NAME = perl.nlm @@ -686,33 +686,36 @@ XSUBPP = ..\$(MINIPERL) -I..\..\lib ..\$(EXTUTILSDIR)\xsubpp \ -C++ -prototypes MICROCORE_SRC = \ - ..\av.c \ - ..\deb.c \ - ..\doio.c \ - ..\doop.c \ - ..\dump.c \ + ..\av.c \ + ..\deb.c \ + ..\doio.c \ + ..\doop.c \ + ..\dump.c \ ..\globals.c \ - ..\gv.c \ - ..\hv.c \ - ..\mg.c \ - ..\op.c \ - ..\perl.c \ + ..\gv.c \ + ..\hv.c \ + ..\locale.c \ + ..\mg.c \ + ..\numeric.c \ + ..\op.c \ + ..\perl.c \ ..\perlapi.c \ - ..\perly.c \ - ..\pp.c \ - ..\pp_ctl.c \ - ..\pp_hot.c \ - ..\pp_sys.c \ + ..\perly.c \ + ..\pp.c \ + ..\pp_ctl.c \ + ..\pp_hot.c \ + ..\pp_pack.c \ + ..\pp_sys.c \ ..\regcomp.c \ ..\regexec.c \ - ..\run.c \ - ..\scope.c \ - ..\sv.c \ - ..\taint.c \ - ..\toke.c \ + ..\run.c \ + ..\scope.c \ + ..\sv.c \ + ..\taint.c \ + ..\toke.c \ ..\universal.c \ - ..\utf8.c \ - ..\util.c \ + ..\utf8.c \ + ..\util.c \ ..\xsutils.c #EXTRACORE_SRC = $(EXTRACORE_SRC) perllib.c |