reorganization

This commit is contained in:
Pavol Rusnak 2011-06-12 19:33:18 +02:00
parent bdd9f6ac92
commit fd6e33a390
11 changed files with 19 additions and 11 deletions

12
dos/Makefile Normal file
View 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