diff options
author | Irene Knapp <ireneista@gmail.com> | 2020-05-19 14:39:49 -0700 |
---|---|---|
committer | Irene Knapp <ireneista@gmail.com> | 2020-05-19 14:39:49 -0700 |
commit | 539111f252a647d9580dd01399f00d5f31fba582 (patch) | |
tree | 688304b9506232f2a687154358c134db7fa244c2 /src/Imakefile |
Initial, from oneko-1.2.sakura.5
Diffstat (limited to 'src/Imakefile')
-rw-r--r-- | src/Imakefile | 11 |
1 files changed, 11 insertions, 0 deletions
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) */ |