summaryrefslogtreecommitdiff
path: root/MSVC_Net2003
diff options
context:
space:
mode:
authorCedric Gustin <cedric.gustin@gmail.com>2006-04-06 12:42:28 +0000
committerCedric Gustin <gustin@src.gnome.org>2006-04-06 12:42:28 +0000
commit367228bc2218bcc71a628b3d4514d08deab6d4b4 (patch)
tree3d82d1b8bec709caf59302f2e4c6cd058e4be130 /MSVC_Net2003
parent5fc9d0f797da4f5377ffc3be77cf441ce9646f25 (diff)
downloadglibmm-367228bc2218bcc71a628b3d4514d08deab6d4b4.tar.gz
Embed the manifest file into executables in the case of the Debug target.
2006-04-06 Cedric Gustin <cedric.gustin@gmail.com> * MSVC_Net2003/*.vcproj: Embed the manifest file into executables in the case of the Debug target. * README.win32: Fixed a few typos. * build_shared/Makefile_build.am_fragment: Add -DGLIBMM_BUILD to the extra_defines compiler flags (switch between dllexport/dllimport on win32). * glib/glibmmconfig.h.in: Define GLIBMM_DLL when building with mingw32/cygwin. This makes the GLIBMM_API tag (and GTKMM_API for gtkmm) active with these two platforms, as required by bug #309030. * glib/glibmm/object.h, glib/glibmm/objectbase.h : Tag the Object and ObjectBase classes with GLIBMM_API to make Visual Studio happy.
Diffstat (limited to 'MSVC_Net2003')
-rwxr-xr-xMSVC_Net2003/examples/dispatcher/dispatcher.vcproj2
-rwxr-xr-xMSVC_Net2003/examples/dispatcher2/dispatcher2.vcproj2
-rwxr-xr-xMSVC_Net2003/examples/markup/markup.vcproj2
-rwxr-xr-xMSVC_Net2003/examples/options/options.vcproj2
-rwxr-xr-xMSVC_Net2003/examples/thread/thread.vcproj2
-rwxr-xr-xMSVC_Net2003/examples/thread_pool/thread_pool.vcproj2
-rwxr-xr-xMSVC_Net2003/gendef/gendef.vcproj2
-rwxr-xr-xMSVC_Net2003/glibmm/glibmm.vcproj10
-rwxr-xr-xMSVC_Net2003/tests/glibmm_value/glibmm_value.vcproj2
9 files changed, 9 insertions, 17 deletions
diff --git a/MSVC_Net2003/examples/dispatcher/dispatcher.vcproj b/MSVC_Net2003/examples/dispatcher/dispatcher.vcproj
index 8def9309..674a9acd 100755
--- a/MSVC_Net2003/examples/dispatcher/dispatcher.vcproj
+++ b/MSVC_Net2003/examples/dispatcher/dispatcher.vcproj
@@ -66,7 +66,7 @@
AdditionalDependencies="gthread-2.0.lib sigc-2.0d.lib"
OutputFile="$(OutDir)/dispatcher.exe"
LinkIncremental="2"
- GenerateManifest="false"
+ GenerateManifest="true"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
SubSystem="1"
diff --git a/MSVC_Net2003/examples/dispatcher2/dispatcher2.vcproj b/MSVC_Net2003/examples/dispatcher2/dispatcher2.vcproj
index 3f8a5ff5..bc9fff96 100755
--- a/MSVC_Net2003/examples/dispatcher2/dispatcher2.vcproj
+++ b/MSVC_Net2003/examples/dispatcher2/dispatcher2.vcproj
@@ -65,7 +65,7 @@
AdditionalDependencies="gthread-2.0.lib sigc-2.0d.lib"
OutputFile="$(OutDir)/dispatcher2.exe"
LinkIncremental="2"
- GenerateManifest="false"
+ GenerateManifest="true"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
SubSystem="1"
diff --git a/MSVC_Net2003/examples/markup/markup.vcproj b/MSVC_Net2003/examples/markup/markup.vcproj
index 4ad425d5..af9d2c39 100755
--- a/MSVC_Net2003/examples/markup/markup.vcproj
+++ b/MSVC_Net2003/examples/markup/markup.vcproj
@@ -65,7 +65,7 @@
AdditionalDependencies="glib-2.0.lib"
OutputFile="$(OutDir)/markup.exe"
LinkIncremental="2"
- GenerateManifest="false"
+ GenerateManifest="true"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
SubSystem="1"
diff --git a/MSVC_Net2003/examples/options/options.vcproj b/MSVC_Net2003/examples/options/options.vcproj
index 1d22c7e9..a360d8d2 100755
--- a/MSVC_Net2003/examples/options/options.vcproj
+++ b/MSVC_Net2003/examples/options/options.vcproj
@@ -66,7 +66,7 @@
AdditionalDependencies="gthread-2.0.lib sigc-2.0d.lib"
OutputFile="$(OutDir)/options.exe"
LinkIncremental="2"
- GenerateManifest="false"
+ GenerateManifest="true"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
SubSystem="1"
diff --git a/MSVC_Net2003/examples/thread/thread.vcproj b/MSVC_Net2003/examples/thread/thread.vcproj
index dfb85676..77197ab6 100755
--- a/MSVC_Net2003/examples/thread/thread.vcproj
+++ b/MSVC_Net2003/examples/thread/thread.vcproj
@@ -65,7 +65,7 @@
AdditionalDependencies="gthread-2.0.lib sigc-2.0d.lib"
OutputFile="$(OutDir)/thread.exe"
LinkIncremental="2"
- GenerateManifest="false"
+ GenerateManifest="true"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
SubSystem="1"
diff --git a/MSVC_Net2003/examples/thread_pool/thread_pool.vcproj b/MSVC_Net2003/examples/thread_pool/thread_pool.vcproj
index 74c18bd7..320d6f54 100755
--- a/MSVC_Net2003/examples/thread_pool/thread_pool.vcproj
+++ b/MSVC_Net2003/examples/thread_pool/thread_pool.vcproj
@@ -65,7 +65,7 @@
AdditionalDependencies="gthread-2.0.lib sigc-2.0d.lib"
OutputFile="$(OutDir)/thread_pool.exe"
LinkIncremental="2"
- GenerateManifest="false"
+ GenerateManifest="true"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
SubSystem="1"
diff --git a/MSVC_Net2003/gendef/gendef.vcproj b/MSVC_Net2003/gendef/gendef.vcproj
index 6a0aa64f..fb05b485 100755
--- a/MSVC_Net2003/gendef/gendef.vcproj
+++ b/MSVC_Net2003/gendef/gendef.vcproj
@@ -62,7 +62,7 @@
Name="VCLinkerTool"
OutputFile="$(OutDir)/gendef.exe"
LinkIncremental="2"
- GenerateManifest="false"
+ GenerateManifest="true"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
SubSystem="1"
diff --git a/MSVC_Net2003/glibmm/glibmm.vcproj b/MSVC_Net2003/glibmm/glibmm.vcproj
index ae7d3596..04128f46 100755
--- a/MSVC_Net2003/glibmm/glibmm.vcproj
+++ b/MSVC_Net2003/glibmm/glibmm.vcproj
@@ -69,7 +69,7 @@
Name="VCLinkerTool"
AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gmodule-2.0.lib sigc-2.0d.lib"
OutputFile="$(OutDir)/$(ProjectName)d.dll"
- GenerateManifest="false"
+ GenerateManifest="true"
ModuleDefinitionFile="$(ConfigurationName)\$(InputName).def"
GenerateDebugInformation="true"
/>
@@ -302,10 +302,6 @@
>
</File>
<File
- RelativePath="..\..\glib\glibmm\sarray.cc"
- >
- </File>
- <File
RelativePath="..\..\glib\glibmm\shell.cc"
>
</File>
@@ -524,10 +520,6 @@
>
</File>
<File
- RelativePath="..\..\glib\glibmm\sarray.h"
- >
- </File>
- <File
RelativePath="..\..\glib\glibmm\shell.h"
>
</File>
diff --git a/MSVC_Net2003/tests/glibmm_value/glibmm_value.vcproj b/MSVC_Net2003/tests/glibmm_value/glibmm_value.vcproj
index 5b53fa0e..8bd70c97 100755
--- a/MSVC_Net2003/tests/glibmm_value/glibmm_value.vcproj
+++ b/MSVC_Net2003/tests/glibmm_value/glibmm_value.vcproj
@@ -65,7 +65,7 @@
Name="VCLinkerTool"
OutputFile="$(OutDir)/glibmm_value.exe"
LinkIncremental="2"
- GenerateManifest="false"
+ GenerateManifest="true"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
SubSystem="1"