mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-08 13:24:01 +02:00
reorganization
This commit is contained in:
parent
bdd9f6ac92
commit
fd6e33a390
11 changed files with 19 additions and 11 deletions
12
dos/Makefile
Normal file
12
dos/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
CC=bcc
|
||||
CFLAGS=-Md -W -O
|
||||
|
||||
all: brmbar.c
|
||||
# gcc -Wall brmbar.c dataio.c -o brmbar
|
||||
bcc $(CFLAGS) brmbar.c dataio.c gfx.c -o brmbar.com
|
||||
|
||||
clean:
|
||||
rm -f brmbar.com brmbar barcodes.svg
|
||||
|
||||
dos:
|
||||
dosbox brmbar.com
|
Loading…
Add table
Add a link
Reference in a new issue