summaryrefslogtreecommitdiff
path: root/vcnet
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-05-15 22:24:48 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-05-15 22:24:48 -0400
commit3894a8854421f2e246b47bccec2c66de727da9e0 (patch)
tree90e95e8ccc77d38cc01b368bb8a8f09f51cacfa8 /vcnet
parent6ac324a2e1529543eb984c5fa31b23ad7fa6fe32 (diff)
parentaa5e4fd677ea4ee83495195eec7836c92d9e3a24 (diff)
downloadcups-3894a8854421f2e246b47bccec2c66de727da9e0.tar.gz
Merge branch 'master' of https://github.com/apple/cups
Diffstat (limited to 'vcnet')
-rw-r--r--vcnet/ippeveprinter.vcxproj2
-rw-r--r--vcnet/ippfind.vcxproj2
-rw-r--r--vcnet/ipptool.vcxproj2
3 files changed, 3 insertions, 3 deletions
diff --git a/vcnet/ippeveprinter.vcxproj b/vcnet/ippeveprinter.vcxproj
index 3aeaef82d..483c72463 100644
--- a/vcnet/ippeveprinter.vcxproj
+++ b/vcnet/ippeveprinter.vcxproj
@@ -99,7 +99,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="..\test\ippeveprinter.c" />
+ <ClCompile Include="..\tools\ippeveprinter.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="dnssdstub.vcxproj">
diff --git a/vcnet/ippfind.vcxproj b/vcnet/ippfind.vcxproj
index 47621467a..ab63cabac 100644
--- a/vcnet/ippfind.vcxproj
+++ b/vcnet/ippfind.vcxproj
@@ -99,7 +99,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="..\test\ippfind.c" />
+ <ClCompile Include="..\tools\ippfind.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="dnssdstub.vcxproj">
diff --git a/vcnet/ipptool.vcxproj b/vcnet/ipptool.vcxproj
index debb61c59..71f28c5e4 100644
--- a/vcnet/ipptool.vcxproj
+++ b/vcnet/ipptool.vcxproj
@@ -97,7 +97,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="..\test\ipptool.c" />
+ <ClCompile Include="..\tools\ipptool.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="libcups2.vcxproj">