1
0
mirror of https://github.com/weiju/amiga-stuff synced 2025-12-08 14:58:33 +00:00

moved dontshout from separate repository to here

This commit is contained in:
Wei-ju Wu
2016-01-16 14:00:10 -08:00
parent 5759ab2658
commit 943c6f9373
10 changed files with 1048 additions and 0 deletions

19
dontshout/Makefile.am Normal file
View File

@ -0,0 +1,19 @@
if VBCC
AM_CFLAGS = -I$(NDK_INC)
AM_LDFLAGS = -lamiga -lauto
endif
if MORPHOS
AM_CFLAGS =
AM_LDFLAGS = -noixemul
endif
if AMIGAOS4
AM_CFLAGS =
AM_LDFLAGS = -lauto
endif
bin_PROGRAMS = dontshout
dontshout_SOURCES = dontshout.c args.c
include_HEADERS = args.h