- 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:
elvez 2006-09-18 04:12:18 +00:00
parent fa91d8806c
commit 7291056bbd
4 changed files with 20 additions and 7 deletions

View File

@ -54,6 +54,7 @@
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
DisableSpecificWarnings="4250;4290;4275;4251;4297"
ForcedIncludeFiles="config.h"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@ -134,6 +135,7 @@
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
ForcedIncludeFiles="config.h"
/>
<Tool
Name="VCManagedResourceCompilerTool"

View File

@ -469,7 +469,7 @@
>
</File>
<File
RelativePath="..\..\src\backend\sgpemv2\cpp_resource_policy_manager.hh"
RelativePath="..\..\src\backend\cpp_resource_policy_manager.hh"
>
</File>
<File
@ -593,11 +593,11 @@
>
</File>
<File
RelativePath="..\..\src\backend\sgpemv2\resource_policy_fifo.hh"
RelativePath="..\..\src\backend\resource_policy_fifo.hh"
>
</File>
<File
RelativePath="..\..\src\backend\sgpemv2\resource_policy_lifo.hh"
RelativePath="..\..\src\backend\resource_policy_lifo.hh"
>
</File>
<File
@ -605,11 +605,11 @@
>
</File>
<File
RelativePath="..\..\src\backend\sgpemv2\resource_policy_priority.hh"
RelativePath="..\..\src\backend\resource_policy_priority.hh"
>
</File>
<File
RelativePath="..\..\src\backend\sgpemv2\resource_policy_priority_inheritance.hh"
RelativePath="..\..\src\backend\resource_policy_priority_inheritance.hh"
>
</File>
<File

11
distro/win32/install.txt Normal file
View 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.

View File

@ -53,7 +53,7 @@
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
DisableSpecificWarnings="4250;4290;4275;4251;4297"
ForcedIncludeFiles=""
ForcedIncludeFiles="config.h"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@ -133,7 +133,7 @@
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
ForcedIncludeFiles=""
ForcedIncludeFiles="config.h"
/>
<Tool
Name="VCManagedResourceCompilerTool"