diff --git a/JGE/JGE.vcproj b/JGE/JGE.vcproj index 9b4298b2a..eee916f9c 100644 --- a/JGE/JGE.vcproj +++ b/JGE/JGE.vcproj @@ -20,7 +20,7 @@ OutputDirectory=".\Release" IntermediateDirectory=".\Release" ConfigurationType="4" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\projects\mtg\mtg.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" @@ -44,7 +44,7 @@ Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" - AdditionalIncludeDirectories="Dependencies/include" + AdditionalIncludeDirectories="Dependencies/include;"$(JGEEXTRAS)"" PreprocessorDefinitions="WIN32;NDEBUG;_LIB" StringPooling="true" RuntimeLibrary="2" @@ -96,7 +96,7 @@ OutputDirectory=".\Debug" IntermediateDirectory=".\Debug" ConfigurationType="4" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\projects\mtg\mtg.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" @@ -119,7 +119,7 @@ + + diff --git a/projects/mtg/template.vcproj b/projects/mtg/template.vcproj index 6e0df8315..e3e05a6ba 100644 --- a/projects/mtg/template.vcproj +++ b/projects/mtg/template.vcproj @@ -50,7 +50,7 @@ Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" - AdditionalIncludeDirectories="../../JGE/include;../../JGE/Dependencies/include" + AdditionalIncludeDirectories=""$(MTGEXTRAS)";../../JGE/include;../../JGE/Dependencies/include" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" StringPooling="true" RuntimeLibrary="2" @@ -116,7 +116,7 @@ OutputDirectory=".\Debug" IntermediateDirectory=".\Debug" ConfigurationType="1" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" + InheritedPropertySheets=".\mtg.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" @@ -145,7 +145,7 @@ + +