Bochs/bochs/build
Bryce Denney 8396e8b77a - move intermediate output and results to a directory called obj-debug
for debug configuration or obj-release for release configuration.
- instead of gui,iodev,cpu,etc. having their own obj-debug directory, it
  all goes into a single output directory for the whole project.  I did
  this when I was having trouble getting any debug information from the
  static library directories to be recognized in the VC++ debugger.  Maybe
  it's not necessary.
- changed the compile arguments for the debug config so that debug symbols
  are created.  We used to have:
    debug config: /G6 /MT /W4 /GX /O2
  Now it says this:
    debug config: /MTd /W3 /GX /Z7 /Od
  I guess I haven't tested the release config yet, but the debug config is
  working great now.  I even have symbolic debugging of functions in the
  gui/iodev/cpu libraries.
2001-10-07 19:28:57 +00:00
..
debian - Rob added the install_dlx target to match the other packages 2001-06-13 12:47:30 +00:00
linux - moved the redhat RPM specfile from linux/bochs.rpmspec.template to 2001-06-12 12:42:06 +00:00
macosx - add resources and stuff for MacOS X 2001-09-27 02:01:11 +00:00
redhat - moved the redhat RPM specfile from linux/bochs.rpmspec.template to 2001-06-12 12:42:06 +00:00
win32 - move intermediate output and results to a directory called obj-debug 2001-10-07 19:28:57 +00:00