[Mobies-commit] [commit] r3915 - in UDM/trunk/src/UIntWizVS: Scripts/1033 Templates/1033
ksmyth at redhat1.isis.vanderbilt.edu
ksmyth at redhat1.isis.vanderbilt.edu
Fri Oct 7 15:04:51 CDT 2011
Author: ksmyth
Date: Fri Oct 7 15:04:51 2011
New Revision: 3915
Log:
Use precompiled header
Modified:
UDM/trunk/src/UIntWizVS/Scripts/1033/default.js
UDM/trunk/src/UIntWizVS/Templates/1033/StdAfx.h
Modified: UDM/trunk/src/UIntWizVS/Scripts/1033/default.js
==============================================================================
--- UDM/trunk/src/UIntWizVS/Scripts/1033/default.js Fri Oct 7 15:04:34 2011 (r3914)
+++ UDM/trunk/src/UIntWizVS/Scripts/1033/default.js Fri Oct 7 15:04:51 2011 (r3915)
@@ -265,9 +265,9 @@
CLTool.BasicRuntimeChecks = basicRuntimeCheckOption.runtimeBasicCheckAll;
CLTool.RuntimeLibrary = runtimeLibraryOption.rtMultiThreadedDebugDLL;
CLTool.TreatWChar_tAsBuiltInType = "true";
- CLTool.UsePrecompiledHeader = "0";
CLTool.WarningLevel = "3";
CLTool.DebugInformationFormat = debugOption.debugEditAndContinue;
+ CLTool.ForcedIncludeFiles = "StdAfx.h"
// DEBUG RESOURCE COMPILER SETTINGS
var RCTool = config.Tools('VCResourceCompilerTool');
@@ -326,9 +326,9 @@
CLTool.PreprocessorDefinitions = "WIN32;NDEBUG;_WINDOWS;_USRDLL";
CLTool.RuntimeLibrary = runtimeLibraryOption.rtMultiThreadedDLL;
CLTool.TreatWChar_tAsBuiltInType = "true";
- CLTool.UsePrecompiledHeader = "0";
CLTool.WarningLevel = "3";
CLTool.DebugInformationFormat = debugOption.debugEnabled;
+ CLTool.ForcedIncludeFiles = "StdAfx.h"
// RELEASE RESOURCE COMPILER SETTINGS
var RCTool = config.Tools('VCResourceCompilerTool');
@@ -368,8 +368,7 @@
function PchSettings(proj)
{
- // SetCommonPchSettings(proj);
- SetNoPchSettings(proj);
+ SetCommonPchSettings(proj);
}
function DelFile(fso, strWizTempFile)
Modified: UDM/trunk/src/UIntWizVS/Templates/1033/StdAfx.h
==============================================================================
--- UDM/trunk/src/UIntWizVS/Templates/1033/StdAfx.h Fri Oct 7 15:04:34 2011 (r3914)
+++ UDM/trunk/src/UIntWizVS/Templates/1033/StdAfx.h Fri Oct 7 15:04:51 2011 (r3915)
@@ -2,13 +2,8 @@
// or project specific include files that are used frequently,
// but are changed infrequently
-#if !defined(AFX_STDAFX_H__C4EFDDFC_C095_4509_B571_632F0986D162__INCLUDED_)
-#define AFX_STDAFX_H__C4EFDDFC_C095_4509_B571_632F0986D162__INCLUDED_
-
#pragma once
-#define TEST_META_CONFORMANCE_INSIDE_BON // by ZolMol
-
#ifndef VC_EXTRALEAN
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
#endif
@@ -28,7 +23,9 @@
extern CComModule _Module;
#include <atlcom.h>
-//{{AFX_INSERT_LOCATION}}
-// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
+#include "UdmBase.h"
+#include "Uml.h"
+#include "UmlExt.h"
+#include "UdmDom.h"
+#include "UdmGme.h"
-#endif // !defined(AFX_STDAFX_H__C4EFDDFC_C095_4509_B571_632F0986D162__INCLUDED)
More information about the Mobies-commit
mailing list