summaryrefslogtreecommitdiffstats
path: root/winbuild/Settings.rules
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-06-18 19:33:39 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-06-18 19:33:39 (GMT)
commitba9bb02abf6f6922a83beb2092e7bc270e6f25c1 (patch)
treed4529ac748f9e278f08a5c9ffeb803d3fd3263df /winbuild/Settings.rules
parentf415b624a6cf6b9e577ec6131a23cb4a0e830aaf (diff)
downloadDoxygen-ba9bb02abf6f6922a83beb2092e7bc270e6f25c1.zip
Doxygen-ba9bb02abf6f6922a83beb2092e7bc270e6f25c1.tar.gz
Doxygen-ba9bb02abf6f6922a83beb2092e7bc270e6f25c1.tar.bz2
Further cleanups related to the cmake build system
Diffstat (limited to 'winbuild/Settings.rules')
-rw-r--r--winbuild/Settings.rules59
1 files changed, 0 insertions, 59 deletions
diff --git a/winbuild/Settings.rules b/winbuild/Settings.rules
deleted file mode 100644
index 29e7266..0000000
--- a/winbuild/Settings.rules
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<VisualStudioToolFile
- Name="settings"
- Version="8.00"
- >
- <Rules>
- <CustomBuildRule
- Name="Settings"
- DisplayName="Settings"
- CommandLine="python &quot;$(InputPath)&quot; [AllOptions] [AdditionalOptions] $(IntDir)"
- Outputs="$(IntDir)/$(InputName).h"
- FileExtensions="*.py"
- AdditionalDependencies="$(ProjectDir)..\configure"
- ExecutionDescription="Executing Settings ..."
- ShowOnlyRuleProperties="false"
- >
- <Properties>
- <EnumProperty
- Name="SqlLite3"
- DisplayName="Use SqlLite3"
- Description="Use SqlLite3"
- DefaultValue="0"
- >
- <Values>
- <EnumValue
- Value="0"
- Switch="NO"
- DisplayName="Don't use SqlLite3"
- />
- <EnumValue
- Value="1"
- Switch="YES"
- DisplayName="Use SqlLite3"
- />
- </Values>
- </EnumProperty>
- <EnumProperty
- Name="CLANG"
- DisplayName="Use CLANG"
- Description="Use CLANG"
- DefaultValue="0"
- >
- <Values>
- <EnumValue
- Value="0"
- Switch="NO"
- DisplayName="Don't use CLANG"
- />
- <EnumValue
- Value="1"
- Switch="YES"
- DisplayName="Use CLANG"
- />
- </Values>
- </EnumProperty>
- </Properties>
- </CustomBuildRule>
- </Rules>
-</VisualStudioToolFile>