diff options
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile index 1505b140a9..901a9f4978 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -12,6 +12,8 @@ INST_DRV=c: INST_TOP=$(INST_DRV)\perl5004.5x BUILDOPT=-DUSE_THREADS +#BUILDOPT=-DMULTIPLICITY +#BUILDOPT=-DMULTIPLICITY -DUSE_THREADS CORECCOPT= # @@ -243,6 +245,7 @@ CORE_H = ..\av.h \ ..\EXTERN.h \ ..\perlvars.h \ ..\intrpvar.h \ + ..\thrdvar.h \ .\include\dirent.h \ .\include\netdb.h \ .\include\sys\socket.h \ |