Skip to content

Commit e26afad

Browse files
remove old fasmg stuff
1 parent ce02809 commit e26afad

File tree

6 files changed

+0
-62
lines changed

6 files changed

+0
-62
lines changed

tools/fasmg/license.txt

Lines changed: 0 additions & 24 deletions
This file was deleted.

tools/fasmg/linux/fasmg

-65.8 KB
Binary file not shown.

tools/fasmg/macos/fasmg

-72.4 KB
Binary file not shown.

tools/fasmg/makefile

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,6 @@
1616

1717
include $(CURDIR)/../../src/common.mk
1818

19-
ifeq ($(OS),Windows_NT)
20-
FASMG_EXE = windows\fasmg.exe
21-
else
22-
23-
ifeq ($(shell uname -s),Darwin)
24-
FASMG_EXE = macos/fasmg
25-
else
26-
FASMG_EXE = linux/fasmg
27-
endif
28-
29-
ifneq ($(shell uname -r | grep Microsoft),)
30-
FASMG_EXE = windows\fasmg.exe
31-
endif
32-
33-
endif
34-
3519
INCLUDE_DIR := $(call NATIVEPATH,../../src/include)
3620
INCLUDE_SRC := $(addprefix $(call NATIVEPATH,fasmg-ez80/), commands.alm ez80.alm ez80.inc tiformat.inc)
3721
INSTALL_SRC := $(addprefix $(call NATIVEPATH,fasmg-ez80/), commands.alm ez80.alm ld.alm)
@@ -43,7 +27,5 @@ install:
4327
$(Q)$(call MKDIR,$(INSTALL_META))
4428
$(Q)$(call MKDIR,$(INSTALL_BIN))
4529
$(Q)$(call COPY,$(INSTALL_SRC),$(INSTALL_META))
46-
$(Q)$(call COPY,$(FASMG_EXE),$(INSTALL_BIN))
4730

4831
.PHONY: all install
49-

tools/fasmg/upgrade_fasmg.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

tools/fasmg/windows/fasmg.exe

-62 KB
Binary file not shown.

0 commit comments

Comments
 (0)