Skip to content

Commit 777ec58

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

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
@@ -770,7 +770,7 @@ vcxproj:
770770

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

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

0 commit comments

Comments
 (0)