diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-09 23:56:37 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-09 23:56:37 +0000 |
commit | bbda9c9dfd37377d27bf1335da1c51bc3b95ae4d (patch) | |
tree | e8f03e91e27f5b3dba43259c4f5fc4ee087b117b /win32/Makefile | |
parent | 273cf8d1f309172b4416e78e4a8e80c12d941254 (diff) | |
download | perl-bbda9c9dfd37377d27bf1335da1c51bc3b95ae4d.tar.gz |
more windows build tweaks
p4raw-id: //depot/perl@4774
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/Makefile b/win32/Makefile index 5808879b8f..4d7f3337f6 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -240,10 +240,6 @@ USE_IMP_SYS = undef BUILDOPT = $(BUILDOPT) -DPERL_IMPLICIT_CONTEXT !ENDIF -!IF "$(USE_ITHREADS)" != "undef" -BUILDOPT = $(BUILDOPT) -DUSE_ITHREADS -!ENDIF - !IF "$(USE_IMP_SYS)" != "undef" BUILDOPT = $(BUILDOPT) -DPERL_IMPLICIT_SYS !ENDIF |