Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Reviewed-on: https://git.avroid.tech/Conan/conan_build/pulls/8
35 lines
1.1 KiB
Diff
35 lines
1.1 KiB
Diff
--- Mkfiles/msvc.mak
|
|
+++ Mkfiles/msvc.mak
|
|
@@ -226,7 +226,7 @@
|
|
x86\regs.h: x86\regs.dat x86\regs.pl
|
|
$(RUNPERL) $(srcdir)\x86\regs.pl h \
|
|
$(srcdir)\x86\regs.dat > x86\regs.h
|
|
-
|
|
+!IF 0
|
|
# Extract warnings from source code. This is done automatically if any
|
|
# C files have changed; the script is fast enough that that is
|
|
# reasonable, but doesn't update the time stamp if the files aren't
|
|
@@ -262,7 +262,7 @@
|
|
|
|
doc\warnings.src : doc\warnings.src.time
|
|
@: Side effect
|
|
-
|
|
+!ENDIF
|
|
# Assembler token hash
|
|
asm\tokhash.c: x86\insns.dat x86\insnsn.c asm\tokens.dat asm\tokhash.pl \
|
|
perllib\phash.ph
|
|
@@ -402,7 +402,7 @@
|
|
# @exclude: "config/config.h"
|
|
# @external: "msvc.dep"
|
|
# @selfrule: "1"
|
|
-#-- Everything below is generated by mkdep.pl - do not edit --#
|
|
+!IF 0
|
|
asm\assemble.$(O): asm\assemble.c asm\assemble.h asm\directiv.h \
|
|
asm\listing.h asm\pptok.h asm\preproc.h asm\srcfile.h asm\tokens.h \
|
|
config\msvc.h config\unconfig.h config\unknown.h config\watcom.h \
|
|
@@ -854,3 +854,4 @@
|
|
x86\regvals.$(O): x86\regvals.c config\msvc.h config\unconfig.h \
|
|
config\unknown.h config\watcom.h include\compiler.h include\nasmint.h \
|
|
include\tables.h x86\insnsi.h
|
|
+!ENDIF
|