diff options
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile index e2f082405a..b4d56aefe4 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -520,6 +520,7 @@ MICROCORE_SRC = \ ..\regexec.c \ ..\run.c \ ..\scope.c \ + ..\sharedsv.c \ ..\sv.c \ ..\taint.c \ ..\toke.c \ @@ -581,6 +582,7 @@ CORE_NOCFG_H = \ ..\proto.h \ ..\regexp.h \ ..\scope.h \ + ..\sharedsv.h \ ..\sv.h \ ..\thread.h \ ..\unixish.h \ |