We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0712a0d commit e6d1208Copy full SHA for e6d1208
Makefile
@@ -1,11 +1,12 @@
1
PRODUCT = config
2
-PLATFORMS = coco apple2 atari c64 adam pmd85
+PLATFORMS = coco apple2 atari c64 adam
3
4
# Not currently in buildable state
5
#PLATFORMS += dragon
6
#PLATFORMS += msdos
7
#PLATFORMS += pc6001
8
#PLATFORMS += pc8801
9
+#PLATFORMS += pmd85
10
#PLATFORMS += rc2014
11
12
# Require special toolchains
@@ -29,7 +30,7 @@ SRC_DIRS = src src/%PLATFORM%
29
30
# - a URL to a git repo
31
# - empty which will use whatever is the latest
32
# - undefined, no fujinet-lib will be used
-FUJINET_LIB =
33
+FUJINET_LIB = 4.8.0
34
$(info FUJUNET_LIB=$(FUJINET_LIB))
35
36
# Some platforms don’t use FUJINET_LIB; set this to allow builds to continue
0 commit comments