part 2 of Benjamin's Windows patches - forgot to add new files last time
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
all: config.h
|
||||
cd cole
|
||||
$(MAKE) -f Makefile.vc all
|
||||
cd ..\xlhtml
|
||||
$(MAKE) -f Makefile.vc all
|
||||
cd ..\ppthtml
|
||||
$(MAKE) -f Makefile.vc all
|
||||
cd ..
|
||||
|
||||
clean:
|
||||
-del config.h
|
||||
cd cole
|
||||
$(MAKE) -f Makefile.vc clean
|
||||
cd ..\xlhtml
|
||||
$(MAKE) -f Makefile.vc clean
|
||||
cd ..\ppthtml
|
||||
$(MAKE) -f Makefile.vc clean
|
||||
cd ..
|
||||
|
||||
config.h: config.h.in
|
||||
copy $? $@
|
||||
echo #define VERSION "0.5" >> $@
|
||||
|
||||
# eof
|
||||
Reference in New Issue
Block a user