Skip to content

Commit 7512867

Browse files
committed
vcxproj: include reftable when committing .vcxproj files
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent a58f348 commit 7512867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.mak.uname

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ vcxproj:
768768

769769
# Make .vcxproj files and add them
770770
perl contrib/buildsystems/generate -g Vcxproj
771-
git add -f git.sln {*,*/lib.proj,t/helper/*}/*.vcxproj
771+
git add -f git.sln {*,*/lib.proj,t/helper/*,reftable/libreftable{,_test}.proj}/*.vcxproj
772772

773773
# Generate the LinkOrCopyBuiltins.targets and LinkOrCopyRemoteHttp.targets file
774774
(echo '<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">' && \

0 commit comments

Comments
 (0)