From 6cb598cc5f1c8ae6d14381c2776338584368257e Mon Sep 17 00:00:00 2001 From: Robert de Bath Date: Fri, 4 Jun 2004 20:33:25 +0200 Subject: Import Dev86src-0.16.16.tar.gz --- makefile.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'makefile.in') diff --git a/makefile.in b/makefile.in index 7960f05..5a10e73 100644 --- a/makefile.in +++ b/makefile.in @@ -150,6 +150,11 @@ bindir: $(MAKEX) bcc: bindir echo '#define VERSION "'"$(VERSION)"'"' > bcc/version.h + VER=$(VERSION) ; \ + echo "#define VER_MAJ $${VER%%.*}" >> bcc/version.h ; \ + VER="$${VER#*.}" ; \ + echo "#define VER_MIN $${VER%.*}" >> bcc/version.h ; \ + echo "#define VER_PAT $${VER#*.}" >> bcc/version.h $(MAKEC) bcc $(MAKEARG) BCCARCH='$(BCCARCH)' bcc ncc bcc-cc1 cp -p bcc/bcc$(EXE) bin/Bcc$(EXE) cp -p bcc/ncc$(EXE) bin/ncc$(EXE) -- cgit v1.2.1