diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-11-23 23:04:05 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-11-23 23:04:05 +0000 |
commit | 63dbdb066b93ac25a070d3a7942d248c23ec6088 (patch) | |
tree | 61be3e4baada73645eafd1010e5e9dd863276630 /win32/makefile.mk | |
parent | 60382766f71ec2a2d8e34a951c5c77b494bd86bb (diff) | |
download | perl-63dbdb066b93ac25a070d3a7942d248c23ec6088.tar.gz |
Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
peek fail is showing a real problem (multiple crlf layers
are getting pushed.)
p4raw-id: //depot/perlio@7843
Diffstat (limited to 'win32/makefile.mk')
-rw-r--r-- | win32/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index 5ccba23c43..ad5429dea4 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -371,7 +371,7 @@ a = .a # Options # -INCLUDES = -I$(COREDIR) -I.\include -I. -I.. +INCLUDES = -I.\include -I. -I.. -I$(COREDIR) DEFINES = -DWIN32 $(CRYPT_FLAG) LOCDEFS = -DPERLDLL -DPERL_CORE SUBSYS = console |