From 539111f252a647d9580dd01399f00d5f31fba582 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Tue, 19 May 2020 14:39:49 -0700 Subject: Initial, from oneko-1.2.sakura.5 --- src/Imakefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/Imakefile (limited to 'src/Imakefile') diff --git a/src/Imakefile b/src/Imakefile new file mode 100644 index 0000000..1ea4eca --- /dev/null +++ b/src/Imakefile @@ -0,0 +1,11 @@ +/**/# Cannot compile in using Gcc +# CC = cc + + SYS_LIBRARIES = MathLibrary +LOCAL_LIBRARIES = $(XLIB) + DEPLIBS = $(DEPXLIB) + DEFINES = -DSHAPE + +SimpleProgramTarget(oneko) + +/* InstallAppDefaults(Oneko) */ -- cgit 1.4.1