[mapguide-commits] r1086 - in trunk/MgDev/Web/src: . PostBuild

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Feb 1 12:51:47 EST 2007


Author: brucedechant
Date: 2007-02-01 12:51:45 -0500 (Thu, 01 Feb 2007)
New Revision: 1086

Added:
   trunk/MgDev/Web/src/PostBuild/
   trunk/MgDev/Web/src/PostBuild/PostBuild.mak
   trunk/MgDev/Web/src/PostBuild/PostBuild.vcproj
Modified:
   trunk/MgDev/Web/src/WebTier.sln
Log:
Add PostBuild project to web tier solution.

The PostBuild.mak file creates the Resources folder in the mapagent folder and copies the needed resource file into this location. This is for developer convenience so that the mapagent can be run from where it is built.

Added: trunk/MgDev/Web/src/PostBuild/PostBuild.mak
===================================================================
--- trunk/MgDev/Web/src/PostBuild/PostBuild.mak	                        (rev 0)
+++ trunk/MgDev/Web/src/PostBuild/PostBuild.mak	2007-02-01 17:51:45 UTC (rev 1086)
@@ -0,0 +1,7 @@
+CopyResources : ..\..\..\Common\MapGuideCommon\Resources\mapguide_en.res
+    if NOT EXIST ..\mapagent\Resources\nul mkdir ..\mapagent\Resources
+    xcopy /r /d /y "..\..\..\Common\MapGuideCommon\Resources\mapguide_en.res" ..\mapagent\Resources\
+
+debug : CopyResources
+
+release : CopyResources


Property changes on: trunk/MgDev/Web/src/PostBuild/PostBuild.mak
___________________________________________________________________
Name: svn:eol-style
   + native

Added: trunk/MgDev/Web/src/PostBuild/PostBuild.vcproj
===================================================================
--- trunk/MgDev/Web/src/PostBuild/PostBuild.vcproj	                        (rev 0)
+++ trunk/MgDev/Web/src/PostBuild/PostBuild.vcproj	2007-02-01 17:51:45 UTC (rev 1086)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="8.00"
+	Name="PostBuild"
+	ProjectGUID="{F486B768-640A-445D-8C09-437C896EFFAD}"
+	Keyword="MakeFileProj"
+	>
+	<Platforms>
+		<Platform
+			Name="Win32"
+		/>
+	</Platforms>
+	<ToolFiles>
+	</ToolFiles>
+	<Configurations>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="..\..\bin\debug"
+			IntermediateDirectory="..\..\obj\debug\PostBuild"
+			ConfigurationType="0"
+			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+			>
+			<Tool
+				Name="VCNMakeTool"
+				BuildCommandLine="nmake /F PostBuild.mak debug"
+				ReBuildCommandLine="nmake /F PostBuild.mak cleandebug debug"
+				CleanCommandLine="nmake /F PostBuild.mak cleandebug"
+				Output=""
+				PreprocessorDefinitions=""
+				IncludeSearchPath=""
+				ForcedIncludes=""
+				AssemblySearchPath=""
+				ForcedUsingAssemblies=""
+				CompileAsManaged=""
+			/>
+		</Configuration>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="..\..\bin\release"
+			IntermediateDirectory="..\..\obj\release\PostBuild"
+			ConfigurationType="0"
+			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+			>
+			<Tool
+				Name="VCNMakeTool"
+				BuildCommandLine="nmake /F PostBuild.mak release"
+				ReBuildCommandLine="nmake /F PostBuild.mak cleanrelease release"
+				CleanCommandLine="nmake /F PostBuild.mak cleanrelease"
+				Output=""
+				PreprocessorDefinitions=""
+				IncludeSearchPath=""
+				ForcedIncludes=""
+				AssemblySearchPath=""
+				ForcedUsingAssemblies=""
+				CompileAsManaged=""
+			/>
+		</Configuration>
+	</Configurations>
+	<References>
+	</References>
+	<Files>
+		<File
+			RelativePath=".\PostBuild.mak"
+			>
+		</File>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>


Property changes on: trunk/MgDev/Web/src/PostBuild/PostBuild.vcproj
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: trunk/MgDev/Web/src/WebTier.sln
===================================================================
--- trunk/MgDev/Web/src/WebTier.sln	2007-02-01 17:41:48 UTC (rev 1085)
+++ trunk/MgDev/Web/src/WebTier.sln	2007-02-01 17:51:45 UTC (rev 1086)
@@ -122,6 +122,27 @@
 		{F7334B1B-0EFA-47E3-8E66-DF158E61B7E4} = {F7334B1B-0EFA-47E3-8E66-DF158E61B7E4}
 	EndProjectSection
 EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PostBuild", "PostBuild\PostBuild.vcproj", "{F486B768-640A-445D-8C09-437C896EFFAD}"
+	ProjectSection(ProjectDependencies) = postProject
+		{795B1B0E-4EC8-469D-B641-E26324266FBF} = {795B1B0E-4EC8-469D-B641-E26324266FBF}
+		{78619D0E-D3F9-4DDF-B90E-F99CB03DFC44} = {78619D0E-D3F9-4DDF-B90E-F99CB03DFC44}
+		{F7334B1B-0EFA-47E3-8E66-DF158E61B7E4} = {F7334B1B-0EFA-47E3-8E66-DF158E61B7E4}
+		{85882748-DD71-4D2B-9E5A-03AF8C8D91B7} = {85882748-DD71-4D2B-9E5A-03AF8C8D91B7}
+		{9DD27E51-E427-48D9-859E-4A5E56854867} = {9DD27E51-E427-48D9-859E-4A5E56854867}
+		{0D09DB57-3E55-4D53-A111-6BCF71C49002} = {0D09DB57-3E55-4D53-A111-6BCF71C49002}
+		{696D2664-D17F-4357-8A19-2B5DC4B29962} = {696D2664-D17F-4357-8A19-2B5DC4B29962}
+		{B797917B-6842-467C-8B14-E00B76A91247} = {B797917B-6842-467C-8B14-E00B76A91247}
+		{A82ADC7D-4DA4-42F2-9BF6-DF5DCFB44425} = {A82ADC7D-4DA4-42F2-9BF6-DF5DCFB44425}
+		{671F648B-3538-4706-9DBA-B4BDB21BD458} = {671F648B-3538-4706-9DBA-B4BDB21BD458}
+		{5287A594-4D4F-43FE-A281-E279AB708CF1} = {5287A594-4D4F-43FE-A281-E279AB708CF1}
+		{7C1C5695-C51C-4017-ABEF-BC3032CBAF3B} = {7C1C5695-C51C-4017-ABEF-BC3032CBAF3B}
+		{EE7B8899-52B6-4D6D-8003-8953DB52E0FB} = {EE7B8899-52B6-4D6D-8003-8953DB52E0FB}
+		{D954DAAC-E305-40CE-B3F3-C229A0BEF4F0} = {D954DAAC-E305-40CE-B3F3-C229A0BEF4F0}
+		{C50254F2-654A-48DE-AF5B-20605AEF8D10} = {C50254F2-654A-48DE-AF5B-20605AEF8D10}
+		{C50254F2-765B-48DE-AF5B-31716BFF8D21} = {C50254F2-765B-48DE-AF5B-31716BFF8D21}
+		{5FE54BF6-2939-46BB-A811-277D46C901C4} = {5FE54BF6-2939-46BB-A811-277D46C901C4}
+	EndProjectSection
+EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 		Debug|Win32 = Debug|Win32
@@ -196,6 +217,10 @@
 		{5287A594-4D4F-43FE-A281-E279AB708CF1}.Debug|Win32.Build.0 = Debug|Win32
 		{5287A594-4D4F-43FE-A281-E279AB708CF1}.Release|Win32.ActiveCfg = Release|Win32
 		{5287A594-4D4F-43FE-A281-E279AB708CF1}.Release|Win32.Build.0 = Release|Win32
+		{F486B768-640A-445D-8C09-437C896EFFAD}.Debug|Win32.ActiveCfg = Debug|Win32
+		{F486B768-640A-445D-8C09-437C896EFFAD}.Debug|Win32.Build.0 = Debug|Win32
+		{F486B768-640A-445D-8C09-437C896EFFAD}.Release|Win32.ActiveCfg = Release|Win32
+		{F486B768-640A-445D-8C09-437C896EFFAD}.Release|Win32.Build.0 = Release|Win32
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE



More information about the mapguide-commits mailing list