From: Not Zed Date: Tue, 9 May 2023 22:53:14 +0000 (+0930) Subject: Remove references to uncommitted files. X-Git-Url: https://code.zedzone.au/cvs?a=commitdiff_plain;h=ecdb4d3867f6d74d6b8097cff3f6981d9ce7a762;p=nativez Remove references to uncommitted files. --- diff --git a/config.make.in b/config.make.in index d5828ad..32a80d7 100644 --- a/config.make.in +++ b/config.make.in @@ -8,7 +8,7 @@ JAR ?= $(JAVA_HOME)/bin/jar JMOD ?= $(JAVA_HOME)/bin/jmod GCCPLUGINDIR:=$(shell gcc -print-file-name=plugin) -JAVACFLAGS += --enable-preview --source 19 +JAVACFLAGS += --enable-preview --source 20 # Linux options linux-amd64_CPPFLAGS = \ diff --git a/src/notzed.nativez/native/native.make b/src/notzed.nativez/native/native.make index 14cbfb9..48d90af 100644 --- a/src/notzed.nativez/native/native.make +++ b/src/notzed.nativez/native/native.make @@ -1,9 +1,8 @@ notzed.nativez_NATIVE_LIBRARIES = export -notzed.nativez_COMMANDS=export-api export-defines generate-api generate-api2 -notzed.nativez_LIBRARIES=api.pm code.api code.pm config.pm method.pm tokenise.pm types.api \ - Format.pm API.pm +notzed.nativez_COMMANDS=export-api export-defines generate-api +notzed.nativez_LIBRARIES=api.pm code.api code.pm config.pm method.pm tokenise.pm types.api # JMOD target $(notzed.nativez_libdir)/%: src/notzed.nativez/lib/%