Move MGTK to mgtk/ dir to tidy up top level

This commit is contained in:
Joshua Bell
2019-07-27 10:45:31 -07:00
parent 15bd7be90d
commit 65d57412da
22 changed files with 28 additions and 19 deletions

View File

@@ -5,7 +5,7 @@
.include "../macros.inc"
.include "../inc/apple2.inc"
.include "../inc/prodos.inc"
.include "../mgtk.inc"
.include "../mgtk/mgtk.inc"
.include "../desktop.inc"
;;; ============================================================

View File

@@ -3,7 +3,7 @@
.include "apple2.inc"
.include "../inc/apple2.inc"
.include "../inc/prodos.inc"
.include "../mgtk.inc"
.include "../mgtk/mgtk.inc"
.include "../desktop.inc"
.include "../macros.inc"

View File

@@ -3,7 +3,7 @@
.include "apple2.inc"
.include "../inc/apple2.inc"
.include "../inc/prodos.inc"
.include "../mgtk.inc"
.include "../mgtk/mgtk.inc"
.include "../desktop.inc"
.include "../macros.inc"