mirror of
https://github.com/Michaelangel007/apple2gs_shr_converter.git
synced 2024-10-31 13:07:27 +00:00
Add a2c sources
This commit is contained in:
parent
48016de960
commit
e70b09ddce
BIN
a2fcbmp/MinGW Command Prompt.lnk
Executable file
BIN
a2fcbmp/MinGW Command Prompt.lnk
Executable file
Binary file not shown.
8599
a2fcbmp/a2fcbmp.c
Executable file
8599
a2fcbmp/a2fcbmp.c
Executable file
File diff suppressed because it is too large
Load Diff
19
a2fcbmp/makefile
Executable file
19
a2fcbmp/makefile
Executable file
@ -0,0 +1,19 @@
|
|||||||
|
# ------------------------------------------------------------------------
|
||||||
|
# MAKEFILE
|
||||||
|
#
|
||||||
|
# Created by : mmphosis
|
||||||
|
#
|
||||||
|
# Purpose : Makefile for gcc
|
||||||
|
#
|
||||||
|
# Compilers:
|
||||||
|
#
|
||||||
|
# gcc
|
||||||
|
#
|
||||||
|
# ------------------------------------------------------------------------
|
||||||
|
|
||||||
|
SRC=a2fcbmp
|
||||||
|
PRG=a2b
|
||||||
|
all: $(PRG)
|
||||||
|
|
||||||
|
$(PRG): $(SRC).c makefile
|
||||||
|
gcc -DMINGW -o ../$(PRG) $(SRC).c
|
Loading…
Reference in New Issue
Block a user