Skip to content

Commit bf69647

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.mak.uname

+1-1
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ vcxproj:
760760

761761
# Make .vcxproj files and add them
762762
perl contrib/buildsystems/generate -g Vcxproj
763-
git add -f git.sln {*,*/lib.proj,t/helper/*}/*.vcxproj
763+
git add -f git.sln {*,*/lib.proj,t/helper/*,reftable/libreftable{,_test}.proj}/*.vcxproj
764764

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

0 commit comments

Comments
 (0)