Redundant test.
[p5sagit/p5-mst-13.2.git] / win32 / makefile.mk
index 683cb42..c7d9fb9 100644 (file)
@@ -73,7 +73,13 @@ USE_IMP_SYS  *= define
 # then get a number of fails from make test i.e. bugs - complain to them not us ;-). 
 # You will also be unable to take full advantage of perl5.8's support for multiple 
 # encodings and may see lower IO performance. You have been warned.
-USE_PERLIO     = define
+USE_PERLIO     *= define
+
+#
+# Comment this out if you don't want to enable large file support for
+# some reason.  Should normally only be changed to maintain compatibility
+# with an older release of perl.
+USE_LARGE_FILES *= define
 
 #
 # uncomment exactly one of the following
@@ -233,6 +239,7 @@ USE_MULTI   *= undef
 USE_ITHREADS   *= undef
 USE_IMP_SYS    *= undef
 USE_PERLIO     *= undef
+USE_LARGE_FILES        *= undef
 USE_PERLCRT    *= undef
 
 .IF "$(USE_IMP_SYS)$(USE_MULTI)" == "defineundef"
@@ -584,6 +591,7 @@ UTILS               =                       \
                ..\utils\libnetcfg      \
                ..\utils\enc2xs         \
                ..\utils\piconv         \
+               ..\utils\cpan           \
                ..\pod\checkpods        \
                ..\pod\pod2html         \
                ..\pod\pod2latex        \
@@ -813,7 +821,8 @@ CFG_VARS    =                                       \
                useithreads=$(USE_ITHREADS)     ~       \
                usemultiplicity=$(USE_MULTI)    ~       \
                useperlio=$(USE_PERLIO)         ~       \
-               LINK_FLAGS=$(LINK_FLAGS:s/\/\\/)                ~       \
+               uselargefiles=$(USE_LARGE_FILES)        ~       \
+               LINK_FLAGS=$(LINK_FLAGS:s/\/\\/)        ~       \
                optimize=$(OPTIMIZE)
 
 #
@@ -1183,7 +1192,7 @@ distclean: clean
            perlwin32.pod pod2html pod2latex pod2man pod2text pod2usage \
            podchecker podselect
        -cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs \
-           perldoc perlivp dprofpp perlcc libnetcfg enc2xs piconv *.bat
+           perldoc perlivp dprofpp perlcc libnetcfg enc2xs piconv cpan *.bat
        -cd ..\x2p && del /f find2perl s2p psed *.bat
        -del /f ..\config.sh ..\splittree.pl perlmain.c dlutils.c config.h.new
        -del /f $(CONFIGPM)