Skip to content

Commit

Permalink
Revert "update makefile for KSP 1.4.x"
Browse files Browse the repository at this point in the history
This reverts commit 2fbb9c6.
  • Loading branch information
lamont-granquist committed Jan 12, 2019
1 parent 10c595d commit 8c25ddf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,11 @@ info:

build: build/MechJeb2.dll


build/%.dll: ${MECHJEBFILES}
mkdir -p build
${RESGEN2} -usesourcepath MechJeb2/Properties/Resources.resx build/Resources.resources
${MCS} -t:library -lib:"${MANAGED}" \
-r:Assembly-CSharp,Assembly-CSharp-firstpass,UnityEngine,UnityEngine.UI,,UnityEngine.CoreModule,UnityEngine.IMGUIModule,UnityEngine.VehiclesModule,UnityEngine.PhysicsModule,UnityEngine.AnimationModule,UnityEngine.TextRenderingModule \
-r:Assembly-CSharp,Assembly-CSharp-firstpass,UnityEngine,UnityEngine.UI \
-out:$@ \
${MECHJEBFILES} \
-resource:build/Resources.resources,MuMech.Properties.Resources.resources
Expand Down

0 comments on commit 8c25ddf

Please sign in to comment.