|
From: <cn...@us...> - 2009-05-12 04:55:11
|
Revision: 223
http://hgengine.svn.sourceforge.net/hgengine/?rev=223&view=rev
Author: cnlohr
Date: 2009-05-12 04:55:05 +0000 (Tue, 12 May 2009)
Log Message:
-----------
Update Windows project, making the Debug/release builds uniform.
Modified Paths:
--------------
Mercury2/Mercury2.vcproj
Modified: Mercury2/Mercury2.vcproj
===================================================================
--- Mercury2/Mercury2.vcproj 2009-05-12 04:54:43 UTC (rev 222)
+++ Mercury2/Mercury2.vcproj 2009-05-12 04:55:05 UTC (rev 223)
@@ -41,8 +41,8 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="src/;src/include;src/include/zlib;src/include/png;src/include/libxml2;src/include/freeglut"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;HGENGINE"
+ AdditionalIncludeDirectories=".;src;src/include;src/include/png;src/include/zlib"
+ PreprocessorDefinitions="HGENGINE,WIN32"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -117,8 +117,8 @@
/>
<Tool
Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="src/"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ AdditionalIncludeDirectories=".;src;src/include;src/include/png;src/include/zlib"
+ PreprocessorDefinitions="HGENGINE,WIN32"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
@@ -210,6 +210,14 @@
>
</File>
<File
+ RelativePath=".\src\MercuryBacktrace.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\MercuryCrash.c"
+ >
+ </File>
+ <File
RelativePath=".\src\MercuryFile.cpp"
>
</File>
@@ -286,6 +294,10 @@
>
</File>
<File
+ RelativePath=".\src\OGLExtensions.cpp"
+ >
+ </File>
+ <File
RelativePath=".\src\PNGLoader.cpp"
>
</File>
@@ -492,6 +504,10 @@
>
</File>
<File
+ RelativePath=".\src\OGLExtensions.h"
+ >
+ </File>
+ <File
RelativePath=".\src\PriorityQueue.h"
>
</File>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <axl...@us...> - 2009-05-13 02:26:27
|
Revision: 239
http://hgengine.svn.sourceforge.net/hgengine/?rev=239&view=rev
Author: axlecrusher
Date: 2009-05-13 02:26:18 +0000 (Wed, 13 May 2009)
Log Message:
-----------
update
Modified Paths:
--------------
Mercury2/Mercury2.vcproj
Modified: Mercury2/Mercury2.vcproj
===================================================================
--- Mercury2/Mercury2.vcproj 2009-05-13 02:25:55 UTC (rev 238)
+++ Mercury2/Mercury2.vcproj 2009-05-13 02:26:18 UTC (rev 239)
@@ -45,7 +45,7 @@
PreprocessorDefinitions="HGENGINE,WIN32"
MinimalRebuild="true"
BasicRuntimeChecks="3"
- RuntimeLibrary="3"
+ RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
@@ -119,7 +119,7 @@
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=".;src;src/include;src/include/png;src/include/zlib"
PreprocessorDefinitions="HGENGINE,WIN32"
- RuntimeLibrary="2"
+ RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cn...@us...> - 2009-05-26 03:23:52
|
Revision: 278
http://hgengine.svn.sourceforge.net/hgengine/?rev=278&view=rev
Author: cnlohr
Date: 2009-05-26 03:23:41 +0000 (Tue, 26 May 2009)
Log Message:
-----------
windows project update
Modified Paths:
--------------
Mercury2/Mercury2.vcproj
Modified: Mercury2/Mercury2.vcproj
===================================================================
--- Mercury2/Mercury2.vcproj 2009-05-26 02:51:42 UTC (rev 277)
+++ Mercury2/Mercury2.vcproj 2009-05-26 03:23:41 UTC (rev 278)
@@ -290,6 +290,22 @@
>
</File>
<File
+ RelativePath=".\src\ModuleManager.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\ModuleManager.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\MQuaternion.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\MQuaternion.h"
+ >
+ </File>
+ <File
RelativePath=".\src\MSemaphore.cpp"
>
</File>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cn...@us...> - 2009-06-27 22:17:10
|
Revision: 377
http://hgengine.svn.sourceforge.net/hgengine/?rev=377&view=rev
Author: cnlohr
Date: 2009-06-27 22:17:04 +0000 (Sat, 27 Jun 2009)
Log Message:
-----------
update Windows project.
Modified Paths:
--------------
Mercury2/Mercury2.vcproj
Modified: Mercury2/Mercury2.vcproj
===================================================================
--- Mercury2/Mercury2.vcproj 2009-06-26 04:48:04 UTC (rev 376)
+++ Mercury2/Mercury2.vcproj 2009-06-27 22:17:04 UTC (rev 377)
@@ -186,10 +186,30 @@
>
</File>
<File
+ RelativePath=".\src\Camera.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\Camera.h"
+ >
+ </File>
+ <File
RelativePath=".\src\Frustum.cpp"
>
</File>
<File
+ RelativePath=".\src\FullscreenQuad.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\FullscreenQuad.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\GLHelpers.cpp"
+ >
+ </File>
+ <File
RelativePath=".\src\HGMDLMesh.cpp"
>
</File>
@@ -218,6 +238,10 @@
>
</File>
<File
+ RelativePath=".\src\MercuryFBO.cpp"
+ >
+ </File>
+ <File
RelativePath=".\src\MercuryFile.cpp"
>
</File>
@@ -238,6 +262,10 @@
>
</File>
<File
+ RelativePath=".\src\MercuryInput.cpp"
+ >
+ </File>
+ <File
RelativePath=".\src\MercuryMath.cpp"
>
</File>
@@ -302,10 +330,6 @@
>
</File>
<File
- RelativePath=".\src\MQuaternion.h"
- >
- </File>
- <File
RelativePath=".\src\MSemaphore.cpp"
>
</File>
@@ -326,10 +350,6 @@
>
</File>
<File
- RelativePath=".\src\RenderableNode.cpp"
- >
- </File>
- <File
RelativePath=".\src\RenderGraph.cpp"
>
</File>
@@ -392,6 +412,10 @@
>
</File>
<File
+ RelativePath=".\src\GLHelpers.h"
+ >
+ </File>
+ <File
RelativePath=".\src\global.h"
>
</File>
@@ -424,6 +448,10 @@
>
</File>
<File
+ RelativePath=".\src\MercuryFBO.h"
+ >
+ </File>
+ <File
RelativePath=".\src\MercuryFile.h"
>
</File>
@@ -444,6 +472,14 @@
>
</File>
<File
+ RelativePath=".\src\MercuryHash.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\MercuryInput.h"
+ >
+ </File>
+ <File
RelativePath=".\src\MercuryList.h"
>
</File>
@@ -492,6 +528,10 @@
>
</File>
<File
+ RelativePath=".\src\MercuryVector.h"
+ >
+ </File>
+ <File
RelativePath=".\src\MercuryVertex.h"
>
</File>
@@ -508,6 +548,10 @@
>
</File>
<File
+ RelativePath=".\src\MQuaternion.h"
+ >
+ </File>
+ <File
RelativePath=".\src\MQueue.h"
>
</File>
@@ -589,6 +633,14 @@
RelativePath=".\modules\BillboardNode.h"
>
</File>
+ <File
+ RelativePath=".\modules\TextNode.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\modules\TextNode.h"
+ >
+ </File>
</Filter>
<File
RelativePath=".\scenegraph.xml"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <axl...@us...> - 2010-11-12 21:01:03
|
Revision: 760
http://hgengine.svn.sourceforge.net/hgengine/?rev=760&view=rev
Author: axlecrusher
Date: 2010-11-12 21:00:56 +0000 (Fri, 12 Nov 2010)
Log Message:
-----------
update windows project
Modified Paths:
--------------
Mercury2/Mercury2.vcproj
Modified: Mercury2/Mercury2.vcproj
===================================================================
--- Mercury2/Mercury2.vcproj 2010-11-12 20:53:35 UTC (rev 759)
+++ Mercury2/Mercury2.vcproj 2010-11-12 21:00:56 UTC (rev 760)
@@ -42,10 +42,11 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="modules;.;src;src/include;src/include/png;src/include/zlib;src/DataStructures;src/DataTypes"
- PreprocessorDefinitions="HGENGINE;WIN32;_CRT_SECURE_NO_WARNINGS;_HAVE_LIB_GL"
+ PreprocessorDefinitions="USE_SSE;HGENGINE;WIN32;_CRT_SECURE_NO_WARNINGS;_HAVE_LIB_GL"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
+ StructMemberAlignment="0"
UsePrecompiledHeader="0"
WarningLevel="4"
DebugInformationFormat="4"
@@ -114,10 +115,17 @@
/>
<Tool
Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=".;src;src/include;src/include/png;src/include/zlib"
- PreprocessorDefinitions="HGENGINE;WIN32;_CRT_SECURE_NO_WARNINGS;_HAVE_LIB_GL"
+ Optimization="4"
+ InlineFunctionExpansion="0"
+ EnableIntrinsicFunctions="true"
+ FavorSizeOrSpeed="1"
+ EnableFiberSafeOptimizations="true"
+ AdditionalIncludeDirectories="modules;.;src;src/include;src/include/png;src/include/zlib;src/DataStructures;src/DataTypes"
+ PreprocessorDefinitions="USE_SSE;HGENGINE;WIN32;_CRT_SECURE_NO_WARNINGS;_HAVE_LIB_GL"
RuntimeLibrary="0"
+ EnableEnhancedInstructionSet="0"
UsePrecompiledHeader="0"
+ AssemblerOutput="4"
WarningLevel="3"
DebugInformationFormat="3"
/>
@@ -378,6 +386,15 @@
<File
RelativePath=".\src\MercuryMath.cpp"
>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableEnhancedInstructionSet="2"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath=".\src\MercuryMath.h"
@@ -392,6 +409,10 @@
>
</File>
<File
+ RelativePath=".\src\MercuryMemory.h"
+ >
+ </File>
+ <File
RelativePath=".\src\MercuryMessageManager.cpp"
>
</File>
@@ -448,6 +469,14 @@
>
</File>
<File
+ RelativePath=".\src\MercuryStringUtil.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\src\MercuryStringUtil.h"
+ >
+ </File>
+ <File
RelativePath=".\src\MercuryTheme.cpp"
>
</File>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|