- Updated project files for final build
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1304 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
fa91d8806c
commit
7291056bbd
|
@ -54,6 +54,7 @@
|
||||||
Detect64BitPortabilityProblems="true"
|
Detect64BitPortabilityProblems="true"
|
||||||
DebugInformationFormat="4"
|
DebugInformationFormat="4"
|
||||||
DisableSpecificWarnings="4250;4290;4275;4251;4297"
|
DisableSpecificWarnings="4250;4290;4275;4251;4297"
|
||||||
|
ForcedIncludeFiles="config.h"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedResourceCompilerTool"
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
@ -134,6 +135,7 @@
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
Detect64BitPortabilityProblems="true"
|
Detect64BitPortabilityProblems="true"
|
||||||
DebugInformationFormat="3"
|
DebugInformationFormat="3"
|
||||||
|
ForcedIncludeFiles="config.h"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedResourceCompilerTool"
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
|
|
@ -469,7 +469,7 @@
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\backend\sgpemv2\cpp_resource_policy_manager.hh"
|
RelativePath="..\..\src\backend\cpp_resource_policy_manager.hh"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
|
@ -593,11 +593,11 @@
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\backend\sgpemv2\resource_policy_fifo.hh"
|
RelativePath="..\..\src\backend\resource_policy_fifo.hh"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\backend\sgpemv2\resource_policy_lifo.hh"
|
RelativePath="..\..\src\backend\resource_policy_lifo.hh"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
|
@ -605,11 +605,11 @@
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\backend\sgpemv2\resource_policy_priority.hh"
|
RelativePath="..\..\src\backend\resource_policy_priority.hh"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\backend\sgpemv2\resource_policy_priority_inheritance.hh"
|
RelativePath="..\..\src\backend\resource_policy_priority_inheritance.hh"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
PREREQUISITES:
|
||||||
|
- gtk+-2.8.18 or later (development): http://gladewin32.sourceforge.net/modules/news/
|
||||||
|
- gtkmm-2.8.8 or later (development): http://www.pcpm.ucl.ac.be/~gustin/win32_ports/binaries/gtkmm-devel-2.8.8-2.exe
|
||||||
|
- python-2.4: http://www.python.org/download/
|
||||||
|
- SWIG: www.swig.org
|
||||||
|
|
||||||
|
PROCEDURE:
|
||||||
|
- Be sure that environment variables are updated by the gtk+ and gtkmm installers
|
||||||
|
- Create a PYTHON_BASEPATH environment variable which points to the python installation directory
|
||||||
|
- Build. I've never been able to build with a Debug configuration because python doesn't ship
|
||||||
|
with a debug dll, but in debug it forces you to link against it.
|
|
@ -53,7 +53,7 @@
|
||||||
Detect64BitPortabilityProblems="true"
|
Detect64BitPortabilityProblems="true"
|
||||||
DebugInformationFormat="4"
|
DebugInformationFormat="4"
|
||||||
DisableSpecificWarnings="4250;4290;4275;4251;4297"
|
DisableSpecificWarnings="4250;4290;4275;4251;4297"
|
||||||
ForcedIncludeFiles=""
|
ForcedIncludeFiles="config.h"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedResourceCompilerTool"
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
@ -133,7 +133,7 @@
|
||||||
WarningLevel="3"
|
WarningLevel="3"
|
||||||
Detect64BitPortabilityProblems="true"
|
Detect64BitPortabilityProblems="true"
|
||||||
DebugInformationFormat="3"
|
DebugInformationFormat="3"
|
||||||
ForcedIncludeFiles=""
|
ForcedIncludeFiles="config.h"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCManagedResourceCompilerTool"
|
Name="VCManagedResourceCompilerTool"
|
||||||
|
|
Loading…
Reference in New Issue