Skip to content

Commit e2e3714

Browse files
committed
Added DLLs to compile with KSP 1.1: KSPUtil and UnityEngine.UI
1 parent 1140357 commit e2e3714

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ build: build/PersistentThrust.dll
2525

2626
build/%.dll: ${SRCFILES}
2727
mkdir -p build
28-
${GMCS} -t:library -lib:"${MANAGED}" -lib:"${MECHJEB}" \
29-
-r:Assembly-CSharp,Assembly-CSharp-firstpass,UnityEngine \
28+
${GMCS} -t:library -lib:"${MANAGED}" \
29+
-r:Assembly-CSharp,Assembly-CSharp-firstpass,UnityEngine,KSPUtil,UnityEngine.UI \
3030
-out:$@ \
3131
${SRCFILES}
3232

0 commit comments

Comments
 (0)