Bryce Denney
2146c8d1d2
- rename Makefile to Makefile.in for version substitution by configure script
2002-11-21 03:52:30 +00:00
Bryce Denney
b2ec77815d
- renamed bochs.nsi to bochs.nsi.in, added configure variables
...
- substitute version from configure script automatically
Modified Files:
configure.in configure
Added Files:
build/win32/nsis/bochs.nsi.in
Removed Files:
build/win32/nsis/bochs.nsi
2002-11-21 03:43:04 +00:00
Bryce Denney
3be9628183
- check in NSIS installer scripts and data, for building win32 install
...
packages. Michael Rich made this installer setup based on initial work
by Robert (segra) and an example by Joost Verburg.
Added Files:
Makefile ModernUI.nsh WinMessages.NSH bochs.ico bochs.nsi
modern.bmp modern2.exe penguin.ico
2002-11-21 03:08:35 +00:00
Bryce Denney
3e0cc7949b
- fix niclist location in win32 release config
2002-11-19 20:23:08 +00:00
Bryce Denney
c0113c8d5f
- fix library list for Release configuration
2002-11-19 19:41:08 +00:00
Bryce Denney
b9d6cb1aca
- add various source files to the project so that it works with
...
".conf.everything"
2002-11-19 05:43:22 +00:00
Bryce Denney
108d2c44b8
- in gui: change control.cpp to textconfig.cpp
...
- in cpu: add sse.cpp and sse2.cpp
- change settings to point to wxWindows 2.3.3 in preprocessor, linker, and
resource settings.
2002-11-16 22:42:19 +00:00
Bryce Denney
ea5472d7c8
- update VC++ workspace. renamed gui/control.cc to textconfig.cc,
...
added cpu/sse*.cc, etc.
2002-11-15 18:01:51 +00:00
Peter Tattam
1bb5040031
Miscellaneous patches for Tattam's External Debugger.
...
- Now compiles for plain ia-32
- Fixed some printf formatting for ia32 only.
- Update to latest Win32 DLL
- Added an ICEBP (Undoc 0xF8, INT 01) facility.
- updated to use latest VGA refresh routine
2002-11-04 05:27:26 +00:00
Bryce Denney
d10cfdf22a
- add mmx.cpp to workspace
2002-09-19 21:39:53 +00:00
Bryce Denney
9de7181ce5
- include Peter Tattam's external debugger in build/win32 since it's
...
win32 specific.
2002-09-16 17:09:25 +00:00
Bryce Denney
462797bb16
- remove references to (obsolete) wxthreadtest
2002-09-04 17:21:46 +00:00
Bryce Denney
645b3395f1
- fix settings for release build
...
- still, the debug build is the default (for now)
2002-09-04 17:16:46 +00:00
Bryce Denney
f2398d7daa
- I needed to add iodev/biosdev.cpp to the project
2002-09-03 18:02:04 +00:00
Bryce Denney
452df7aafb
- update wxWindows workspace for VC++. A few source files have appeared
...
or moved around, so now the workspace knows where to find them.
2002-09-03 17:54:49 +00:00
Bryce Denney
6e88962c1e
- copy a few useful cygwin scripts from the old wxwindows development branch.
2002-09-03 15:49:22 +00:00
Bryce Denney
0d268bd41d
- add VC++ workspace files to build for wxWindows
2002-04-10 07:49:36 +00:00
Bryce Denney
d7658e3098
- add keymap.cc to the workspace
2002-03-11 15:47:24 +00:00
Bryce Denney
ee1a7e23ec
- add scancodes.cpp to the workspace
2002-03-05 16:15:41 +00:00
Bryce Denney
a82b1325bf
- mention dlx demo
2001-12-10 12:59:18 +00:00
Bryce Denney
1ab6dd72f0
- select bochs as current project
2001-12-10 12:41:09 +00:00
Bryce Denney
27042d347c
- add niclist to workspace
2001-10-09 04:39:52 +00:00
Bryce Denney
5de6080bc5
- disasm and debug should be disabled by default
2001-10-07 23:41:34 +00:00
Bryce Denney
462be39d0d
- fix up the Win32 Release configuration, which had never worked before
2001-10-07 23:39:34 +00:00
Bryce Denney
d822724eae
- only one workspace file is needed: bochs.dsw in the main directory.
2001-10-07 21:09:39 +00:00
Bryce Denney
d22f4d0d7d
- debug executable path was hardcoded... not sure how to remove all others
2001-10-07 19:46:22 +00:00
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
Bryce Denney
ed1812222e
- added iodev/eth_win32.cc
2001-10-07 13:41:55 +00:00
Bryce Denney
7b4c438369
- when compiling the debug directory, the .c files should still be compiled
...
as .c files. They were listed as parser.cpp and lexer.cpp before.
2001-10-05 13:21:19 +00:00
Bryce Denney
7bdff4acfb
- try again to get bximage in there
2001-10-02 03:57:55 +00:00
Bryce Denney
0ebf64033a
- add a project that builds bximage.exe as well
2001-10-02 03:27:29 +00:00
Bryce Denney
b76a1f67bc
- workspace files for VC++ 6, contributed by Stephan van Eeden
2001-09-24 03:42:15 +00:00
Bryce Denney
9bda2b4491
- just remove the $Id$ tag from the bximage output, because it will always
...
be changing, unless I figure out how to put -kb on it.
2001-06-04 03:44:45 +00:00
Bryce Denney
d06f61b197
- update message to point to DOC-win32.htm
2001-06-02 07:44:13 +00:00
Bryce Denney
a0924ee9e6
- should say 10 minutes, not 5
2001-06-02 07:43:25 +00:00
Bryce Denney
ea4ac33e96
- cleaned up, added some more detail about tools
2001-06-02 00:45:13 +00:00
Bryce Denney
6f6f9d79f0
- added tons of content
2001-06-01 08:29:17 +00:00
Bryce Denney
4d3f592af4
- first draft of windows specific doc
2001-06-01 06:32:02 +00:00
Bryce Denney
015a541daa
- add build subdirectory for platform-specific stuff
2001-05-22 16:10:07 +00:00