part 2 of Benjamin's Windows patches - forgot to add new files last time

This commit is contained in:
vdvo
2002-05-27 16:59:54 +00:00
parent 79fe4b68df
commit d1d97c3b73
9 changed files with 205 additions and 0 deletions

26
Makefile.bc Normal file
View File

@@ -0,0 +1,26 @@
all: config.h
cd cole
$(MAKE) -f Makefile.bc all
cd ..\xlhtml
$(MAKE) -f Makefile.bc all
cd ..\ppthtml
$(MAKE) -f Makefile.bc all
cd ..
clean:
-del config.h
cd cole
$(MAKE) -f Makefile.bc clean
cd ..\xlhtml
$(MAKE) -f Makefile.bc clean
cd ..\ppthtml
$(MAKE) -f Makefile.bc clean
cd ..
config.h: config.h.in
copy $? $@
type &&|
\#define VERSION "0.5"
| >> $@
# eof