- only one workspace file is needed, bochs.dsw
This commit is contained in:
parent
b44617ddd5
commit
4b684ce261
@ -357,15 +357,9 @@ rpm:: dist-clean download_dlx
|
||||
$(RPM) -ba $(SPECS)/bochs.spec
|
||||
|
||||
V6WORKSPACE_ZIP=build/win32/workspace.zip
|
||||
V6WORKSPACE_FILES=bochs.dsw bochs.dsp bochs.opt \
|
||||
cpu/cpu.dsp cpu/cpu.dsw \
|
||||
memory/memory.dsp memory/memory.dsw \
|
||||
iodev/iodev.dsp iodev/iodev.dsw \
|
||||
instrument/stubs/stubs.dsp instrument/stubs/stubs.dsw \
|
||||
gui/gui.dsp gui/gui.dsw \
|
||||
fpu/fpu.dsp fpu/fpu.dsw\
|
||||
disasm/disasm.dsp disasm/disasm.dsw \
|
||||
debug/debug.dsp debug/debug.dsw bximage.dsp
|
||||
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 debug/debug.dsp bximage.dsp
|
||||
|
||||
v6workspace:
|
||||
zip $(V6WORKSPACE_ZIP) $(V6WORKSPACE_FILES)
|
||||
|
Loading…
Reference in New Issue
Block a user