summaryrefslogtreecommitdiff
path: root/tests/projects
diff options
context:
space:
mode:
authorruki <[email protected]>2018-05-12 00:51:18 +0800
committerruki <[email protected]>2018-05-11 23:07:50 +0800
commit166a68fd2868db1cea82bfe2e3172d0ca1bd0ae6 (patch)
treebb6f6296a18233d811233341557de7a88698cc32 /tests/projects
parent7d6f2128d571092ddd6fb8e3c6f25bcca432aced (diff)
improve wdk.man
Diffstat (limited to 'tests/projects')
-rw-r--r--tests/projects/wdk/kmdf/perfcounters/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/wdk/kmdf/perfcounters/xmake.lua b/tests/projects/wdk/kmdf/perfcounters/xmake.lua
index 94b7f661b..17fd5d5cb 100644
--- a/tests/projects/wdk/kmdf/perfcounters/xmake.lua
+++ b/tests/projects/wdk/kmdf/perfcounters/xmake.lua
@@ -9,7 +9,7 @@ target("kcs")
add_rules("wdk.kmdf.driver")
-- add flags for rule: wdk.man
- add_values("wdk.man.flags", "-prefix Kcs")
+ add_values("wdk.man.prefix", "Kcs")
add_values("wdk.man.resource", "kcsCounters.rc")
add_values("wdk.man.header", "kcsCounters.h")
add_values("wdk.man.counter_header", "kcsCounters_counters.h")