Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit a5b583b

Browse files
committed
Bump debugger-libs, bump cecil, train Makefile to call nuget restore
This allows sdb to be built with MDK or later.
1 parent b8b3296 commit a5b583b

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ GENDARME ?= gendarme
3232
INSTALL ?= install
3333
MCS ?= mcs
3434
MKDIR ?= mkdir
35+
NUGET ?= nuget
3536
PKG_CONFIG ?= pkg-config
3637
PREFIX ?= /usr/local
3738
SED ?= sed
@@ -160,7 +161,7 @@ override refs = \
160161
Mono.Debugging.Soft.dll
161162

162163
$(addprefix bin/, $(refs)):
163-
$(CD) dep/debugger-libs && $(XBUILD) $(XBUILD_FLAGS) debugger-libs.sln
164+
$(CD) dep/debugger-libs && $(NUGET) restore && $(XBUILD) $(XBUILD_FLAGS) debugger-libs.sln
164165
$(MKDIR) -p bin
165166
$(CP) dep/nrefactory/bin/Debug/ICSharpCode.NRefactory.dll \
166167
bin/ICSharpCode.NRefactory.dll

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ line to affect the build:
5959
* `MCS_FLAGS`: Flags to pass to the C# compiler.
6060
* `MCS_TEST_FLAGS`: Flags to pass to the C# compiler for tests.
6161
* `MKDIR`: Path to the `mkdir` POSIX utility.
62+
* `NUGET`: Which nuget executable to use.
6263
* `PKG_CONFIG`: Path to the `pkg-config` utility.
6364
* `RM`: Path to the `rm` POSIX utility.
6465
* `SED`: Path to the `sed` POSIX utility.

dep/cecil

Submodule cecil updated from cd2ff63 to bd98f21

dep/debugger-libs

Submodule debugger-libs updated 45 files

0 commit comments

Comments
 (0)