[GME-commit] GMESRC/Tools/PropertyMerge/PropMerger/IDLComp IDLComp.vcproj, NONE, 1.1 gmeidls.idl, NONE, 1.1
Log messages of CVS commits
gme-commit at list.isis.vanderbilt.edu
Tue Jan 8 15:10:22 CST 2008
- Previous message: [GME-commit] GMESRC/Tools/PropertyMerge/PropMerger PropMerger.cpp, NONE, 1.1 PropMerger.sln, NONE, 1.1 PropMerger.vcproj, NONE, 1.1 Traverser.cpp, NONE, 1.1 Traverser.h, NONE, 1.1 stdafx.cpp, NONE, 1.1 stdafx.h, NONE, 1.1
- Next message: [GME-commit] GMESRC/Tools/PropertyMerge/PropMiner App.ico, NONE, 1.1 AssemblyInfo.cs, NONE, 1.1 PropMiner.csproj, NONE, 1.1 PropMiner.sln, NONE, 1.1 main.cs, NONE, 1.1 parser.cs, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /project/gme-repository/GMESRC/Tools/PropertyMerge/PropMerger/IDLComp
In directory escher:/tmp/cvs-serv26444/PropertyMerge/PropMerger/IDLComp
Added Files:
IDLComp.vcproj gmeidls.idl
Log Message:
PropMiner & PropMerger 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"
TypeLibraryName=""
InterfaceIdentifierFileName=""/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCMIDLTool"
TypeLibraryName=""/>
</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/PropertyMerge/PropMerger PropMerger.cpp, NONE, 1.1 PropMerger.sln, NONE, 1.1 PropMerger.vcproj, NONE, 1.1 Traverser.cpp, NONE, 1.1 Traverser.h, NONE, 1.1 stdafx.cpp, NONE, 1.1 stdafx.h, NONE, 1.1
- Next message: [GME-commit] GMESRC/Tools/PropertyMerge/PropMiner App.ico, NONE, 1.1 AssemblyInfo.cs, NONE, 1.1 PropMiner.csproj, NONE, 1.1 PropMiner.sln, NONE, 1.1 main.cs, NONE, 1.1 parser.cs, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list