
CMake - Windows Bootstrap (#25825) Remove hardcoded cmake compiler (#26410) Revert breaking cmake changes Ensure no autotools on Windows Perl on Windows (#26612) Python source build windows (#26313) Reconfigure sysconf for Windows Python2.6 compatibility Fxixup new sbang tests for windows Ruby support (#28287) Add NASM support (#28319) Add mock Ninja package for testing
19 lines
522 B
Diff
19 lines
522 B
Diff
diff --git a/Mkfiles/msvc.mak b/Mkfiles/msvc1.mak
|
|
index 4f6121f..f0e6f4b 100644
|
|
--- a/Mkfiles/msvc.mak
|
|
+++ b/Mkfiles/msvc1.mak
|
|
@@ -228,10 +228,10 @@ WARNFILES = asm\warnings.c include\warnings.h doc\warnings.src
|
|
|
|
warnings:
|
|
$(RM_F) $(WARNFILES)
|
|
- $(MAKE) asm\warnings.time
|
|
+# $(MAKE) asm\warnings.time
|
|
|
|
-asm\warnings.time: $(ALLOBJ:.@OBJEXT@=.c)
|
|
- : > asm\warnings.time
|
|
+# asm\warnings.time: $(ALLOBJ:.@OBJEXT@=.c)
|
|
+# : > asm\warnings.time
|
|
$(MAKE) $(WARNFILES)
|
|
|
|
asm\warnings.c: asm\warnings.pl asm\warnings.time
|