summaryrefslogtreecommitdiffstats
path: root/winbuild/GenResources.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/GenResources.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/GenResources.rules')
-rw-r--r--winbuild/GenResources.rules19
1 files changed, 0 insertions, 19 deletions
diff --git a/winbuild/GenResources.rules b/winbuild/GenResources.rules
deleted file mode 100644
index a496ea5..0000000
--- a/winbuild/GenResources.rules
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<VisualStudioToolFile
- Name="GenResources"
- Version="8.00"
- >
- <Rules>
- <CustomBuildRule
- Name="GenResources"
- DisplayName="GenResources"
- CommandLine="python &quot;$(ProjectDir)..\src\res2cc_cmd.py&quot; &quot;$(ProjectDir)..\templates&quot; $(IntDir)\resources.cpp"
- Outputs="$(IntDir)\resources.cpp"
- FileExtensions=".*"
- AdditionalDependencies="$(ProjectDir)..\src\res2cc_cmd.py"
- ExecutionDescription="Executing res2cc_cmd on $(ProjectDir)..\templates ..."
- ShowOnlyRuleProperties="false"
- >
- </CustomBuildRule>
- </Rules>
-</VisualStudioToolFile>