Add missing dependencies
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
9f31f27840
commit
13183d8ac6
@ -48,7 +48,7 @@
|
|||||||
-->
|
-->
|
||||||
<Target Name="Driver"
|
<Target Name="Driver"
|
||||||
Outputs="$(OutputDir)wintun\wintun.sys;$(OutputDir)wintun\wintun.inf;$(OutputDir)wintun\wintun.cat"
|
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
|
<MSBuild
|
||||||
Projects="wintun.vcxproj"
|
Projects="wintun.vcxproj"
|
||||||
Targets="Build"
|
Targets="Build"
|
||||||
|
Loading…
Reference in New Issue
Block a user