summaryrefslogtreecommitdiffstats
path: root/WebKit/wx/presets/wxwebkit.bkl
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/wx/presets/wxwebkit.bkl')
-rw-r--r--WebKit/wx/presets/wxwebkit.bkl11
1 files changed, 11 insertions, 0 deletions
diff --git a/WebKit/wx/presets/wxwebkit.bkl b/WebKit/wx/presets/wxwebkit.bkl
index df21c67..026ac55 100644
--- a/WebKit/wx/presets/wxwebkit.bkl
+++ b/WebKit/wx/presets/wxwebkit.bkl
@@ -71,6 +71,17 @@ and WebCore. Include this file to use these settings.
</option>
</if>
+ <if cond="not isdefined('PLATFORM_OS')">
+ <option name="PLATFORM_OS">
+ <values>linux,mac,win</values>
+ <default-value force="1">win</default-value>
+ <description>
+ Platform the wx library is being built on
+ </description>
+ </option>
+ </if>
+
+
<if cond="not isdefined('DEBUG')">
<option name="DEBUG">
<values>0,1</values>