[tomboy] Fix the release build configuration on Windows
- From: Jared L Jennings <jjennings src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tomboy] Fix the release build configuration on Windows
- Date: Sat, 24 Dec 2011 20:54:05 +0000 (UTC)
commit bdcd85161ccd2d096e0775a71340a90b5c409d15
Author: Benjamin Podszun <benjamin podszun gmail com>
Date: Tue Dec 20 00:11:48 2011 +0200
Fix the release build configuration on Windows
The release configuration needs a WIN32 symbol during compilation, just like the equivalent debug configuration.
Same applies to the PlatformTarget setting
Signed-off-by: Jared Jennings <jjennings src gnome org>
Tomboy.csproj | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/Tomboy.csproj b/Tomboy.csproj
index 70f1118..0b0835b 100644
--- a/Tomboy.csproj
+++ b/Tomboy.csproj
@@ -61,6 +61,8 @@
<Build>
<Build xmlns="" />
</Build>
+ <DefineConstants>WIN32</DefineConstants>
+ <PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Mac|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]