summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile3
-rw-r--r--win32/makefile.mk3
2 files changed, 4 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 672953a13b..309ff19a9d 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -777,7 +777,8 @@ SETARGV_OBJ = setargv$(o)
STATIC_EXT = * !Win32 !SDBM_File !Encode
!ELSE
# specify static extensions here, for example:
-#STATIC_EXT = Cwd Compress/Raw/Zlib
+# (be sure to include Win32CORE to load Win32 on demand)
+#STATIC_EXT = Win32CORE Cwd Compress/Raw/Zlib
STATIC_EXT = Win32CORE
!ENDIF
diff --git a/win32/makefile.mk b/win32/makefile.mk
index f50c444474..401fee5207 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -884,7 +884,8 @@ STATIC_EXT += !Compress/Raw/Bzip2
.ENDIF
.ELSE
# specify static extensions here, for example:
-#STATIC_EXT = Cwd Compress/Raw/Zlib
+# (be sure to include Win32CORE to load Win32 on demand)
+#STATIC_EXT = Win32CORE Cwd Compress/Raw/Zlib
STATIC_EXT = Win32CORE
.ENDIF