[Mobies-commit] [commit] r3998 - UDM/trunk/Projects/Win32/VC9/samples/CreateLampModel
ksmyth at redhat1.isis.vanderbilt.edu
ksmyth at redhat1.isis.vanderbilt.edu
Thu Feb 2 16:30:23 CST 2012
Author: ksmyth
Date: Thu Feb 2 16:30:23 2012
New Revision: 3998
Log:
Use cscript instead of wscript, to prevent MessageBox on error
Modified:
UDM/trunk/Projects/Win32/VC9/samples/CreateLampModel/CreateLampModel.vcproj
Modified: UDM/trunk/Projects/Win32/VC9/samples/CreateLampModel/CreateLampModel.vcproj
==============================================================================
--- UDM/trunk/Projects/Win32/VC9/samples/CreateLampModel/CreateLampModel.vcproj Thu Feb 2 16:30:17 2012 (r3997)
+++ UDM/trunk/Projects/Win32/VC9/samples/CreateLampModel/CreateLampModel.vcproj Thu Feb 2 16:30:23 2012 (r3998)
@@ -369,7 +369,7 @@
<Tool
Name="VCCustomBuildTool"
Description="$(InputFileName) -> LampDiagram.xmp, Registering LampDiagram paradigm"
- CommandLine="cd "$(InputDir)"
"$(UDM_PATH)\etc\CreateMGA" "$(InputName).xme" "$(InputName).mga" MetaGME
"$(UDM_PATH)\etc\CreateXmp" "$(InputName).mga"
"
+ CommandLine="cd "$(InputDir)"
cscript "$(UDM_PATH)\etc\CreateMGA.vbs" "$(InputName).xme" "$(InputName).mga" MetaGME
"$(UDM_PATH)\etc\CreateXmp" "$(InputName).mga"
"
Outputs="xxxx;$(InputDir)LampDiagram.xmp;$(InputDir)LampDiagram.mta;$(InputDir)$(InputName).mga"
/>
</FileConfiguration>
@@ -379,7 +379,7 @@
<Tool
Name="VCCustomBuildTool"
Description="$(InputFileName) -> LampDiagram.xmp, Registering LampDiagram paradigm"
- CommandLine="cd "$(InputDir)"
"$(UDM_PATH)\etc\CreateMGA" "$(InputName).xme" "$(InputName).mga" MetaGME
"$(UDM_PATH)\etc\CreateXmp" "$(InputName).mga"
"
+ CommandLine="cd "$(InputDir)"
cscript "$(UDM_PATH)\etc\CreateMGA.vbs" "$(InputName).xme" "$(InputName).mga" MetaGME
"$(UDM_PATH)\etc\CreateXmp" "$(InputName).mga"
"
Outputs="xxxx;$(InputDir)LampDiagram.xmp;$(InputDir)LampDiagram.mta;$(InputDir)$(InputName).mga"
/>
</FileConfiguration>
More information about the Mobies-commit
mailing list