Revision: 7166
http://svn.sourceforge.net/mahogany/?rev=7166&view=rev
Author: vadz
Date: 2006-12-02 19:11:45 -0800 (Sat, 02 Dec 2006)
Log Message:
-----------
readded back Mconfig project (for creating config.h file) which was somehow
lost during cvs to svn transition
Modified Paths:
--------------
trunk/M/M.sln
Added Paths:
-----------
trunk/M/Mconfig.vcproj
Modified: trunk/M/M.sln
===================================================================
--- trunk/M/M.sln 2006-12-03 03:10:22 UTC (rev 7165)
+++ trunk/M/M.sln 2006-12-03 03:11:45 UTC (rev 7166)
@@ -12,6 +12,7 @@
{9F67E589-0373-4100-81E4-AC7D3328BAAF} =
{9F67E589-0373-4100-81E4-AC7D3328BAAF}
{0B20B2A1-6D5F-4366-9154-6995152A07EC} =
{0B20B2A1-6D5F-4366-9154-6995152A07EC}
{62C959C3-EC09-4323-9FB8-DC39A4428CAE} =
{62C959C3-EC09-4323-9FB8-DC39A4428CAE}
+ {86C1D2C7-C961-4017-88E8-63D0BCCBD0D5} =
{86C1D2C7-C961-4017-88E8-63D0BCCBD0D5}
{457CFEC8-5C3F-4C7E-98A6-B65E1DE22682} =
{457CFEC8-5C3F-4C7E-98A6-B65E1DE22682}
{03CC77E1-56F2-4536-9578-1DC4D858DC16} =
{03CC77E1-56F2-4536-9578-1DC4D858DC16}
{8C0797F8-5B9F-4B33-957B-01552CD9F2DE} =
{8C0797F8-5B9F-4B33-957B-01552CD9F2DE}
@@ -48,6 +49,7 @@
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imap",
"lib\imap\imap.vcproj", "{457CFEC8-5C3F-4C7E-98A6-B65E1DE22682}"
ProjectSection(ProjectDependencies) = postProject
+ {86C1D2C7-C961-4017-88E8-63D0BCCBD0D5} =
{86C1D2C7-C961-4017-88E8-63D0BCCBD0D5}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxpng",
"L:\wxWindows\build\msw\wx_wxpng.vcproj",
"{62C959C3-EC09-4323-9FB8-DC39A4428CAE}"
@@ -78,6 +80,10 @@
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "config",
"Mconfig.vcproj", "{86C1D2C7-C961-4017-88E8-63D0BCCBD0D5}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
@@ -214,6 +220,14 @@
{4D31FA55-B643-4CB3-A8F5-5AA5179317F3}.Release.Build.0 =
Release|Win32
{4D31FA55-B643-4CB3-A8F5-5AA5179317F3}.Release With Debug
Info.ActiveCfg = Release|Win32
{4D31FA55-B643-4CB3-A8F5-5AA5179317F3}.Release With Debug
Info.Build.0 = Release|Win32
+ {86C1D2C7-C961-4017-88E8-63D0BCCBD0D5}.Debug.ActiveCfg =
Debug|Win32
+ {86C1D2C7-C961-4017-88E8-63D0BCCBD0D5}.Debug.Build.0 =
Debug|Win32
+ {86C1D2C7-C961-4017-88E8-63D0BCCBD0D5}.Debug Purify.ActiveCfg =
Debug|Win32
+ {86C1D2C7-C961-4017-88E8-63D0BCCBD0D5}.Debug Purify.Build.0 =
Debug|Win32
+ {86C1D2C7-C961-4017-88E8-63D0BCCBD0D5}.Release.ActiveCfg =
Release|Win32
+ {86C1D2C7-C961-4017-88E8-63D0BCCBD0D5}.Release.Build.0 =
Release|Win32
+ {86C1D2C7-C961-4017-88E8-63D0BCCBD0D5}.Release With Debug
Info.ActiveCfg = Release|Win32
+ {86C1D2C7-C961-4017-88E8-63D0BCCBD0D5}.Release With Debug
Info.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
Added: trunk/M/Mconfig.vcproj
===================================================================
--- trunk/M/Mconfig.vcproj (rev 0)
+++ trunk/M/Mconfig.vcproj 2006-12-03 03:11:45 UTC (rev 7166)
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="config"
+ ProjectGUID="{86C1D2C7-C961-4017-88E8-63D0BCCBD0D5}"
+ RootNamespace="config"
+ SccProjectName=""
+ SccLocalPath=""
+ Keyword="MakeFileProj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="10"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\Debug/Mconfig.tlb"
+ HeaderFileName=""/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="10"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\Release/Mconfig.tlb"
+ HeaderFileName=""/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="include\config_nt.h">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Copying $(InputPath) to
config.h..."
+ CommandLine="copy
"$(InputPath)" "$(InputDir)"config.h
+"
+ Outputs="$(InputDir)config.h"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Copying $(InputPath) to
config.h..."
+ CommandLine="copy
"$(InputPath)" "$(InputDir)"config.h
+"
+ Outputs="$(InputDir)config.h"/>
+ </FileConfiguration>
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates