MuMech / MechJeb2

MechJeb2 - KSP mod
Other
992 stars 250 forks source link

makefile for v1.6 #1089

Open chriscamacho opened 5 years ago

chriscamacho commented 5 years ago

first repair the capatalisation to the Linux path

KSPDIR := ${XDG_DATA_HOME}/Steam/steamapps/common/Kerbal Space Program

then remove some assemblies

-r:Assembly-CSharp,Assembly-CSharp-firstpass,UnityEngine,UnityEngine.UI \

I bodged the version check to always return true just to test it, seems to work okay, but a proper version check and testing will be needed....

lamont-granquist commented 5 years ago

the dev branch in jenkins is compiling against 1.6 just fine right now...

chriscamacho commented 5 years ago

which has little to do with the Makefile ?