X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=msvc%2Fgenmdesc.vcxproj;h=b6a4a81c1357b523855f2c0290c6febb61513de3;hb=82bc0ca4ced9d49ed9e1a483b415760ba8653500;hp=7183d6f4a80004ba495fc185e0ac61c284c27f57;hpb=64b7e70f0d5f9ec7ae2b5c2b4ba4b51ed5f71d39;p=mono.git diff --git a/msvc/genmdesc.vcxproj b/msvc/genmdesc.vcxproj index 7183d6f4a80..b6a4a81c135 100644 --- a/msvc/genmdesc.vcxproj +++ b/msvc/genmdesc.vcxproj @@ -81,9 +81,17 @@ true + PostBuildEvent true + PostBuildEvent + + + PostBuildEvent + + + PostBuildEvent @@ -123,9 +131,13 @@ Console MachineX86 - + + runmdesc.bat "$(TargetPath)" $(Platform) - + genmdesc.exe Custom Build Step. + $(MONO_INCLUDE_DIR)\mini\cpu-x86.h + $(MONO_INCLUDE_DIR)\mini\cpu-x86.md + @@ -166,9 +178,19 @@ Console MachineX64 - + + runmdesc.bat "$(TargetPath)" $(Platform) - + + + genmdesc.exe Custom Build Step. + + + $(MONO_INCLUDE_DIR)\mini\cpu-amd64.h + + + $(MONO_INCLUDE_DIR)\mini\cpu-amd64.md + @@ -207,9 +229,13 @@ MachineX86 true - + + runmdesc.bat "$(TargetPath)" $(Platform) - + genmdesc.exe Custom Build Step. + $(MONO_INCLUDE_DIR)\mini\cpu-x86.h + $(MONO_INCLUDE_DIR)\mini\cpu-x86.md + @@ -250,9 +276,13 @@ MachineX64 true - + + runmdesc.bat "$(TargetPath)" $(Platform) - + $(MONO_INCLUDE_DIR)\mini\cpu-amd64.h + $(MONO_INCLUDE_DIR)\mini\cpu-amd64.md + genmdesc.exe Custom Build Step. +