pangomm r23 - in trunk: . MSVC_Net2005/pangomm MSVC_Net2008 MSVC_Net2008/gendef MSVC_Net2008/pangomm
- From: arminb svn gnome org
- To: svn-commits-list gnome org
- Subject: pangomm r23 - in trunk: . MSVC_Net2005/pangomm MSVC_Net2008 MSVC_Net2008/gendef MSVC_Net2008/pangomm
- Date: Thu, 9 Oct 2008 12:32:21 +0000 (UTC)
Author: arminb
Date: Thu Oct 9 12:32:20 2008
New Revision: 23
URL: http://svn.gnome.org/viewvc/pangomm?rev=23&view=rev
Log:
2008-10-09 Armin Burgmeier <armin openismus com>
* MSVC_Net2005/pangomm/pangomm.vcproj: Changed the library DLL name to
match the new naming convention.
* MSVC_Net2008/: Added Visual Studio 2008 project files.
* Makefile.am:
* configure.in: Added the new files to the distribution.
Added:
trunk/MSVC_Net2008/
trunk/MSVC_Net2008/Makefile.am
trunk/MSVC_Net2008/blank.cpp
trunk/MSVC_Net2008/gendef/
trunk/MSVC_Net2008/gendef/Makefile.am
trunk/MSVC_Net2008/gendef/gendef.cc
trunk/MSVC_Net2008/gendef/gendef.vcproj
trunk/MSVC_Net2008/pangomm/
trunk/MSVC_Net2008/pangomm/Makefile.am
trunk/MSVC_Net2008/pangomm/pangomm.rc.in
trunk/MSVC_Net2008/pangomm/pangomm.vcproj
Modified:
trunk/ChangeLog
trunk/MSVC_Net2005/pangomm/pangomm.vcproj
trunk/Makefile.am
trunk/configure.in
Modified: trunk/MSVC_Net2005/pangomm/pangomm.vcproj
==============================================================================
--- trunk/MSVC_Net2005/pangomm/pangomm.vcproj (original)
+++ trunk/MSVC_Net2005/pangomm/pangomm.vcproj Thu Oct 9 12:32:20 2008
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="8,00"
Name="pangomm-1.4"
ProjectGUID="{A93D607A-5C37-4AEC-BA08-6A655F6DC834}"
RootNamespace="glibmm"
@@ -67,8 +67,8 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gmodule-2.0.lib pango-1.0.lib pangocairo-1.0.lib sigc-2.0d.lib glibmm-2.4d.lib cairomm-1.0d.lib"
- OutputFile="$(OutDir)/$(ProjectName)d.dll"
+ AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gmodule-2.0.lib pango-1.0.lib pangocairo-1.0.lib sigc-vc80-d-2_0.lib glibmm-vc80-d-2_4.lib cairomm-vc80-d-1_0.lib"
+ OutputFile="$(OutDir)/pangomm-vc80-d-1_4.dll"
GenerateManifest="true"
ModuleDefinitionFile="$(ConfigurationName)\$(InputName).def"
GenerateDebugInformation="true"
@@ -147,7 +147,8 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gmodule-2.0.lib pango-1.0.lib pangocairo-1.0.lib sigc-2.0.lib glibmm-2.4.lib cairomm-1.0.lib"
+ AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gmodule-2.0.lib pango-1.0.lib pangocairo-1.0.lib sigc-vc80-2_0.lib glibmm-vc80-2_4.lib cairomm-vc80-1_0.lib"
+ OutputFile="$(OutDir)\pangomm-vc80-1_4.dll"
GenerateManifest="true"
ModuleDefinitionFile="$(ConfigurationName)\$(InputName).def"
/>
Added: trunk/MSVC_Net2008/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/MSVC_Net2008/Makefile.am Thu Oct 9 12:32:20 2008
@@ -0,0 +1,3 @@
+SUBDIRS = gendef pangomm
+
+EXTRA_DIST = blank.cpp pangomm.sln
Added: trunk/MSVC_Net2008/blank.cpp
==============================================================================
--- (empty file)
+++ trunk/MSVC_Net2008/blank.cpp Thu Oct 9 12:32:20 2008
@@ -0,0 +1,11 @@
+// This file may very well be the most annoying workaround of all time.
+// It is included here to simplify working with glibmm using the
+// MSVC IDE.
+//
+// This file is included in all of the MSVC projects to force the
+// IDE to display the C/C++ property pages for editing. Apparently,
+// the MSVC IDE does not recognize .cc files as C++ source code, even
+// though the compiler does!
+//
+// Tim Shead, tshead k-3d com
+// 10/12/2004
Added: trunk/MSVC_Net2008/gendef/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/MSVC_Net2008/gendef/Makefile.am Thu Oct 9 12:32:20 2008
@@ -0,0 +1,2 @@
+EXTRA_DIST = gendef.vcproj gendef.cc
+
Added: trunk/MSVC_Net2008/gendef/gendef.cc
==============================================================================
--- (empty file)
+++ trunk/MSVC_Net2008/gendef/gendef.cc Thu Oct 9 12:32:20 2008
@@ -0,0 +1,94 @@
+/*
+ * MICO --- an Open Source CORBA implementation
+ * Copyright (c) 2003 Harald Bö
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ * For more information, visit the MICO Home Page at
+ * http://www.mico.org/
+ */
+
+/* Modified by Cedric Gustin <cedric gustin gmail com> on 2006/01/13 :
+ * Redirect the output of dumpbin to dumpbin.out instead of reading the
+ * output stream of popen, as it fails with Visual Studio 2005 in
+ * pre-link build events.
+ */
+
+#include <iostream>
+#include <fstream>
+#include <stdio.h>
+
+using namespace std;
+
+int main(int argc,char** argv)
+{
+ if (argc < 4) {
+ cerr << "Usage: " << argv[0] << " <def-file-name> <dll-base-name> <obj-file> ...." << endl;
+ return 2;
+ }
+
+ // CG : Explicitly redirect stdout to dumpbin.out.
+ string dumpbin = "dumpbin /SYMBOLS /OUT:dumpbin.out";
+ int i = 3;
+
+ for(;i<argc;) {
+ dumpbin += " ";
+ dumpbin += argv[i++];
+ }
+
+ FILE * dump;
+
+ if( (dump = _popen(dumpbin.c_str(),"r")) == NULL ) {
+ cerr << "could not popen dumpbin" << endl;
+ return 3;
+ }
+
+ // CG : Wait for the dumpbin process to finish and open dumpbin.out.
+ _pclose(dump);
+ dump=fopen("dumpbin.out","r");
+
+ ofstream def_file(argv[1]);
+
+ def_file << "LIBRARY " << argv[2] << endl;
+ def_file << "EXPORTS" << endl;
+
+ i=0;
+ while( !feof(dump)) {
+ char buf [65000];
+
+ if( fgets( buf, 64999, dump ) != NULL ) {
+ if(!strstr(buf," UNDEF ") && strstr(buf," External ")) {
+ char *s = strchr(buf,'|') + 1;
+ while(*s == ' ' || *s == '\t') s++;
+ char *e=s;
+ while(*e != ' ' && *e != '\t' && *e != '\0' && *e!= '\n') e++;
+ *e = '\0';
+
+ if(strchr(s,'?')==0 && s[0]=='_' && strchr(s,'@') == 0 )//this is a C export type: _fct -> fct
+ def_file << " " << (s+1) << endl;
+ else
+ if(strchr(s,'?')!=0 && strncmp(s,"??_G",4)!=0 && strncmp(s,"??_E",4)!=0) {
+ def_file << " " << s << endl;
+ }
+ }
+ }
+ }
+
+ // CG : Close dumpbin.out and delete it.
+ fclose(dump);
+ remove("dumpbin.out");
+
+ cout << dumpbin.c_str() << endl;
+}
Added: trunk/MSVC_Net2008/gendef/gendef.vcproj
==============================================================================
--- (empty file)
+++ trunk/MSVC_Net2008/gendef/gendef.vcproj Thu Oct 9 12:32:20 2008
@@ -0,0 +1,205 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="gendef"
+ ProjectGUID="{07324745-C9BE-4D65-B08A-9C88188C0C28}"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="1"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/gendef.exe"
+ LinkIncremental="2"
+ GenerateManifest="true"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
+ SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="1"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ RuntimeLibrary="0"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/gendef.exe"
+ LinkIncremental="1"
+ GenerateManifest="true"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </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="..\blank.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\gendef.cc"
+ >
+ </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>
Added: trunk/MSVC_Net2008/pangomm/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/MSVC_Net2008/pangomm/Makefile.am Thu Oct 9 12:32:20 2008
@@ -0,0 +1,12 @@
+BUILT_SOURCES = pangommconfig.h pangomm.rc
+
+MAINTAINERCLEANFILES = $(built_sources)
+
+EXTRA_DIST = pangommconfig.h pangomm.vcproj pangomm.rc
+
+# Copy config file generated by the configure script. Dependency is
+# wht respect to the .h.in file, to prevent an error with 'make distcheck'.
+# See http://sources.redhat.com/automake/automake.html#distcleancheck
+
+pangommconfig.h: $(top_srcdir)/pango/pangommconfig.h.in $(top_srcdir)/configure.in
+ cp -f $(top_builddir)/pango/pangommconfig.h $@
Added: trunk/MSVC_Net2008/pangomm/pangomm.rc.in
==============================================================================
--- (empty file)
+++ trunk/MSVC_Net2008/pangomm/pangomm.rc.in Thu Oct 9 12:32:20 2008
@@ -0,0 +1,71 @@
+
+#define APSTUDIO_READONLY_SYMBOLS
+
+#include <windows.h>
+
+#undef APSTUDIO_READONLY_SYMBOLS
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+#ifdef _WIN32
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+#endif //_WIN32
+
+#ifdef APSTUDIO_INVOKED
+
+1 TEXTINCLUDE
+BEGIN
+ "resource.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#include ""afxres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION @PANGOMM_MAJOR_VERSION@,@PANGOMM_MINOR_VERSION@,@PANGOMM_MICRO_VERSION@,1
+ PRODUCTVERSION @PANGOMM_MAJOR_VERSION@,@PANGOMM_MINOR_VERSION@,@PANGOMM_MICRO_VERSION@,1
+ FILEFLAGSMASK 0x17L
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x4L
+ FILETYPE 0x2L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904b0"
+ BEGIN
+ VALUE "CompanyName", "The gtkmm development team (see AUTHORS)"
+ VALUE "FileDescription", "The official C++ wrapper for pango"
+ VALUE "FileVersion", "@VERSION@"
+ VALUE "LegalCopyright", "Distribution is under the LGPL (see COPYING)"
+ VALUE "OriginalFilename", "pangomm-1.4"
+ VALUE "ProductName", "pangomm"
+ VALUE "ProductVersion", "@VERSION@"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1200
+ END
+END
+
+#endif // English (U.S.) resources
+
+#ifndef APSTUDIO_INVOKED
+
+#endif // not APSTUDIO_INVOKED
Added: trunk/MSVC_Net2008/pangomm/pangomm.vcproj
==============================================================================
--- (empty file)
+++ trunk/MSVC_Net2008/pangomm/pangomm.vcproj Thu Oct 9 12:32:20 2008
@@ -0,0 +1,432 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="pangomm-1.4"
+ ProjectGUID="{A93D607A-5C37-4AEC-BA08-6A655F6DC834}"
+ RootNamespace="glibmm"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/vd2"
+ Optimization="0"
+ AdditionalIncludeDirectories=".;../..;../../pango"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PANGOMM_BUILD"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ Description="Generate glibmm def file"
+ CommandLine="$(SolutionDir)gendef\$(ConfigurationName)\gendef $(ConfigurationName)\$(InputName).def $(TargetFileName) $(IntDir)\*.obj"
+ ExcludedFromBuild="false"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gmodule-2.0.lib pango-1.0.lib pangocairo-1.0.lib sigc-vc90-d-2_0.lib glibmm-vc90-d-2_4.lib cairomm-vc90-d-1_0.lib"
+ OutputFile="$(OutDir)/pangomm-vc90-d-1_4.dll"
+ GenerateManifest="true"
+ ModuleDefinitionFile="$(ConfigurationName)\$(InputName).def"
+ GenerateDebugInformation="true"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/vd2"
+ AdditionalIncludeDirectories=".;../..;../../pango"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PANGOMM_BUILD"
+ RuntimeLibrary="2"
+ RuntimeTypeInfo="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ Description="Generate glibmm def file"
+ CommandLine="$(SolutionDir)gendef\$(ConfigurationName)\gendef $(ConfigurationName)\$(InputName).def $(TargetFileName) $(IntDir)\*.obj"
+ ExcludedFromBuild="false"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gmodule-2.0.lib pango-1.0.lib pangocairo-1.0.lib sigc-vc90-2_0.lib glibmm-vc90-2_4.lib cairomm-vc90-1_0.lib"
+ OutputFile="$(OutDir)\pangomm-vc90-1_4.dll"
+ GenerateManifest="true"
+ ModuleDefinitionFile="$(ConfigurationName)\$(InputName).def"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </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="..\..\pango\pangomm\attributes.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\attriter.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\attrlist.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\blank.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\cairofontmap.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\color.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\context.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\coverage.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\font.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\fontdescription.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\fontface.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\fontfamily.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\fontmap.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\fontmetrics.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\fontset.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\glyph.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\glyphstring.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\init.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\item.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\language.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\layout.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\layoutiter.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\layoutline.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\layoutrun.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\rectangle.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\renderer.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\tabarray.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\wrap_init.cc"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath="..\..\pango\pangomm\attributes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\attriter.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\attrlist.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\cairofontmap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\color.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\context.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\coverage.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\font.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\fontdescription.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\fontface.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\fontfamily.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\fontmap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\fontmetrics.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\fontset.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\glyph.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\glyphstring.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\init.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\item.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\language.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\layout.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\layoutiter.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\layoutline.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\layoutrun.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\rectangle.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\renderer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\tabarray.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\types.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\pango\pangomm\wrap_init.h"
+ >
+ </File>
+ </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}"
+ >
+ <File
+ RelativePath=".\pangomm.rc"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Thu Oct 9 12:32:20 2008
@@ -1,4 +1,4 @@
-SUBDIRS = tools pango MSVC_Net2005 @DOCS_SUBDIR@
+SUBDIRS = tools pango MSVC_Net2005 MSVC_Net2008 @DOCS_SUBDIR@
DIST_SUBDIRS = $(SUBDIRS) scripts
EXTRA_DIST = build_shared/Makefile_build.am_fragment \
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Thu Oct 9 12:32:20 2008
@@ -264,6 +264,10 @@
MSVC_Net2005/gendef/Makefile
MSVC_Net2005/pangomm/Makefile
MSVC_Net2005/pangomm/pangomm.rc
+ MSVC_Net2008/Makefile
+ MSVC_Net2008/gendef/Makefile
+ MSVC_Net2008/pangomm/Makefile
+ MSVC_Net2008/pangomm/pangomm.rc
])
AC_CONFIG_FILES([
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]