Skip to content

Commit a34de7f

Browse files
dschomjcheetham
authored andcommitted
vcxproj: include reftable when committing .vcxproj files
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent af0bb2a commit a34de7f

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
@@ -745,7 +745,7 @@ vcxproj:
745745

746746
# Make .vcxproj files and add them
747747
perl contrib/buildsystems/generate -g Vcxproj
748-
git add -f git.sln {*,*/lib.proj,t/helper/*}/*.vcxproj
748+
git add -f git.sln {*,*/lib.proj,t/helper/*,reftable/libreftable{,_test}.proj}/*.vcxproj
749749

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

0 commit comments

Comments
 (0)