aboutsummaryrefslogtreecommitdiffstats
path: root/wintun.proj
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2019-04-19 15:47:28 +0200
committerSimon Rozman <simon@rozman.si>2019-04-19 21:24:08 +0200
commit13183d8ac651c0623ead0b02545a1a38d224c6fc (patch)
tree37447ff7413ee2b1d6822c8813d6e0ff776c89d0 /wintun.proj
parentSwitch from NMake to MSBuild (diff)
downloadwintun-13183d8ac651c0623ead0b02545a1a38d224c6fc.tar.xz
wintun-13183d8ac651c0623ead0b02545a1a38d224c6fc.zip
Add missing dependencies
Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'wintun.proj')
-rw-r--r--wintun.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/wintun.proj b/wintun.proj
index 344fa73..6764197 100644
--- a/wintun.proj
+++ b/wintun.proj
@@ -48,7 +48,7 @@
-->
<Target Name="Driver"
Outputs="$(OutputDir)wintun\wintun.sys;$(OutputDir)wintun\wintun.inf;$(OutputDir)wintun\wintun.cat"
- Inputs="wintun.c;wintun.vcxproj">
+ Inputs="wintun.c;wintun.inf;wintun.props;wintun.rc;wintun.vcxproj">
<MSBuild
Projects="wintun.vcxproj"
Targets="Build"