diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-06-18 19:33:39 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2015-06-18 19:33:39 (GMT) |
commit | ba9bb02abf6f6922a83beb2092e7bc270e6f25c1 (patch) | |
tree | d4529ac748f9e278f08a5c9ffeb803d3fd3263df /winbuild/GenResources.rules | |
parent | f415b624a6cf6b9e577ec6131a23cb4a0e830aaf (diff) | |
download | Doxygen-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.rules | 19 |
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 "$(ProjectDir)..\src\res2cc_cmd.py" "$(ProjectDir)..\templates" $(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> |