Skip to content

Commit

Permalink
make: Fixup windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Oct 10, 2020
1 parent a0d5204 commit 8d19323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/Makefile.third_party.win.mk
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ DEPENDENCIES_LNK += $(ABSL_LNK)
# Install Coin CBC
install_coin_cbc: dependencies/install/bin/cbc.exe

CBC_SRCDIR = dependencies/sources/Cbc-$(CBC_TAG)
dependencies/install/bin/cbc.exe: $(CBC_SRCDIR)/Cbc/MSVisualStudio/v10/$(CBC_PLATFORM)/cbc.exe
$(COPY) dependencies\sources\Cbc-$(CBC_TAG)\Cbc\MSVisualStudio\v10\$(CBC_PLATFORM)\*.lib dependencies\install\lib\coin
$(COPY) dependencies\sources\Cbc-$(CBC_TAG)\Cbc\src\*.hpp dependencies\install\include\coin
Expand All @@ -460,7 +461,6 @@ dependencies/install/bin/cbc.exe: $(CBC_SRCDIR)/Cbc/MSVisualStudio/v10/$(CBC_PLA
$(COPY) dependencies\sources\Cbc-$(CBC_TAG)\Osi\src\Osi\*.h dependencies\install\include\coin
$(COPY) dependencies\sources\Cbc-$(CBC_TAG)\Cbc\MSVisualStudio\v10\$(CBC_PLATFORM)\cbc.exe dependencies\install\bin

CBC_SRCDIR = dependencies/sources/Cbc-$(CBC_TAG)
$(CBC_SRCDIR)/Cbc/MSVisualStudio/v10/$(CBC_PLATFORM)/cbc.exe: $(CBC_SRCDIR)
tools\win\upgrade_vs_project.cmd dependencies\\sources\\Cbc-$(CBC_TAG)\\Clp\\MSVisualStudio\\v10\\libOsiClp\\libOsiClp.vcxproj $(VS_RELEASE)
tools\win\upgrade_vs_project.cmd dependencies\\sources\\Cbc-$(CBC_TAG)\\Clp\\MSVisualStudio\\v10\\libClp\\libClp.vcxproj $(VS_RELEASE)
Expand Down

0 comments on commit 8d19323

Please sign in to comment.