[GME-commit]
GMESRC/Tools/ModelMigrate/IDLComp IDLComp.vcproj,NONE,1.1
gmeidls.idl,NONE,1.1
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Wed Nov 16 16:01:19 CST 2005
- Previous message: [GME-commit]
GMESRC/Tools/ModelMigrate/FrontEnd/res FrontEnd.ico,NONE,1.1
FrontEnd.manifest,NONE,1.1 FrontEnd.rc2,NONE,1.1
TAttrNameChange.xsl,NONE,1.1 TAttrTypeChange.xsl,NONE,1.1
TAttrTypeCheck2Text.xsl,NONE,1.1 TEnumAttrValueChange.xsl,NONE,1.1
TKindNameChange.xsl,NONE,1.1 TRemoveGlobalAttr.xsl,NONE,1.1
TRemoveKind.xsl,NONE,1.1 TRemoveLocalAttr.xsl,NONE,1.1
header.xsl,NONE,1.1 tail.xsl,NONE,1.1
- Next message: [GME-commit] GMESRC/SDK/BON BONImpl.cpp,1.30,1.31
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /project/gme-repository/GMESRC/Tools/ModelMigrate/IDLComp
In directory escher:/tmp/cvs-serv27879/ModelMigrate/IDLComp
Added Files:
IDLComp.vcproj gmeidls.idl
Log Message:
ModelMigrate tool checked in.
CVS User: Zoltan Molnar, ISIS (zolmol)
--- NEW FILE: IDLComp.vcproj ---
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Name="IDLComp"
ProjectGUID="{0ED4C2EA-5EA6-4BAC-A152-489BC3420043}"
RootNamespace="IDLComp"
Keyword="ManagedCProj">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="2"
ManagedExtensions="TRUE">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG"
MinimalRebuild="FALSE"
BasicRuntimeChecks="0"
RuntimeLibrary="1"
WarningLevel="3"
DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
AssemblyDebug="1"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="2"
ManagedExtensions="TRUE">
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;NDEBUG"
MinimalRebuild="FALSE"
RuntimeLibrary="0"
WarningLevel="3"
DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="TRUE"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
<File
RelativePath=".\GMEIDLs.idl">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCMIDLTool"/>
</FileConfiguration>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
--- NEW FILE: gmeidls.idl ---
// This file will be processed by the MIDL compiler to produce the necessary header file
#define GME_BASE ../../../gme
#define MAKE_STR(PAR) #PAR
#define PATH3(X,Y) MAKE_STR(X##Y)
#define PATH2(X,Y) PATH3(X,Y)
#define PATH(NAME) PATH2(GME_BASE,NAME)
#include PATH(/Interfaces/InterfaceColl.h)
#include PATH(/Interfaces/meta.idl)
#include PATH(/Interfaces/mga.idl)
#include PATH(/Interfaces/mgautil.idl)
#include PATH(/Interfaces/gme.idl)
#include PATH(/Interfaces/parser.idl)
- Previous message: [GME-commit]
GMESRC/Tools/ModelMigrate/FrontEnd/res FrontEnd.ico,NONE,1.1
FrontEnd.manifest,NONE,1.1 FrontEnd.rc2,NONE,1.1
TAttrNameChange.xsl,NONE,1.1 TAttrTypeChange.xsl,NONE,1.1
TAttrTypeCheck2Text.xsl,NONE,1.1 TEnumAttrValueChange.xsl,NONE,1.1
TKindNameChange.xsl,NONE,1.1 TRemoveGlobalAttr.xsl,NONE,1.1
TRemoveKind.xsl,NONE,1.1 TRemoveLocalAttr.xsl,NONE,1.1
header.xsl,NONE,1.1 tail.xsl,NONE,1.1
- Next message: [GME-commit] GMESRC/SDK/BON BONImpl.cpp,1.30,1.31
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list