Skip to content

Commit 8b3ed72

Browse files
committed
fixup! msvc: add a Makefile target to pre-generate the VS solution
The Perl project is now built without using MakeMaker, and therefore the way we need to build vcxproj changed, too. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent b9deee1 commit 8b3ed72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.mak.uname

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,8 +746,8 @@ vcxproj:
746746
git add -f $(SCRIPT_LIB) $(SCRIPT_SH_GEN) $(SCRIPT_PERL_GEN)
747747

748748
# Add Perl module
749-
$(MAKE) -C perl
750-
git add -f perl/blib/lib
749+
$(MAKE) $(LIB_PERL_GEN)
750+
git add -f perl/build
751751

752752
# Add bin-wrappers, for testing
753753
rm -rf bin-wrappers/

0 commit comments

Comments
 (0)