X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=msvc%2Fgenmdesc.vcxproj;h=b6a4a81c1357b523855f2c0290c6febb61513de3;hb=ab0b591ca59d99a2370bf9f579b091c5edf09ae5;hp=7183d6f4a80004ba495fc185e0ac61c284c27f57;hpb=611325c0725848865675d016494f55b41376b0ac;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. +