- use cc2cpp before and cpp2cc after making the win32 source snapshot

This commit is contained in:
Christophe Bothamy 2003-12-10 20:11:01 +00:00
parent 42bf7e7595
commit c191c1c518

View File

@ -243,7 +243,7 @@ $(BX_OBJS): $(BX_INCLUDES)
bxversion.h:
$(RM) -f bxversion.h
echo '/////////////////////////////////////////////////////////////////////////' > bxversion.h
echo '// $$Id: Makefile.in,v 1.159 2003-12-07 23:47:44 cbothamy Exp $$' >> bxversion.h
echo '// $$Id: Makefile.in,v 1.160 2003-12-10 20:11:01 cbothamy Exp $$' >> bxversion.h
echo '/////////////////////////////////////////////////////////////////////////' >> bxversion.h
echo '// This file is generated by "make bxversion.h"' >> bxversion.h
echo "#define VER_STRING \"$(VER_STRING)\"" >> bxversion.h
@ -421,7 +421,7 @@ uninstall::
V6WORKSPACE_ZIP=build/win32/workspace.zip
V6WORKSPACE_FILES=bochs.dsw bochs.dsp bochs.opt cpu/cpu.dsp \
memory/memory.dsp iodev/iodev.dsp instrument/stubs/stubs.dsp \
gui/gui.dsp fpu/fpu.dsp disasm/disasm.dsp bx_debug/debug.dsp \
gui/gui.dsp fpu/fpu.dsp disasm/disasm.dsp bx_debug/bx_debug.dsp \
misc/niclist.dsp bximage.dsp bxcommit.dsp
v6workspace:
@ -436,7 +436,9 @@ v6workspace:
########
win32_snap:
unzip $(V6WORKSPACE_ZIP)
$(SHELL) ./build/win32/cc2cpp
make zip
$(SHELL) ./build/win32/cpp2cc
tar:
NAME=`pwd|$(SED) 's/.*\///'`; (cd ..; tar cf - $$NAME | $(GZIP) > $$NAME.tar.gz); ls -l ../$$NAME.tar.gz