Bryce Denney
1801fe85f8
- remove sse2.cpp, add sse_move.cpp and sse_pfp.cpp in trunk
2003-01-22 13:09:22 +00:00
Bryce Denney
a926cdfd54
- there are no longer any *.htm files, but the installer was still
...
expecting to find something. Remove references to *.htm.
2003-01-06 03:26:55 +00:00
Bryce Denney
d4cb5060af
- this info is out of date. Better to say nothing than give misleading
...
information at the top of a README file.
2003-01-06 03:17:56 +00:00
Bryce Denney
868ef3c848
- docs were not installed into the proper directories. Now they are.
2002-12-15 16:57:44 +00:00
Bryce Denney
71f36e4576
- I was afraid that people would see the directory called documentation
...
and miss index.html. Then they would only find the documentation about
the documentation--not so helpful. Therefore, on win32 package install
documentation into
- docs/index.html
- docs/user/*
- docs/development/*
- docs/documentation/*
2002-12-15 16:31:02 +00:00
Bryce Denney
29081fc951
- now instead of docs-html/*, the rendered docbook docs are in
...
index.html, user/*, development/*, and documentation/*
2002-12-15 16:26:57 +00:00
Bryce Denney
f99314f68e
- add advapi32.lib to link line to provide registry functions
2002-12-05 17:54:43 +00:00
Bryce Denney
33318ffbab
- add advapi32.lib to link line to provide registry functions in main.cpp.
2002-12-05 17:52:18 +00:00
Bryce Denney
c731c3073e
- rename bochsrc.txt to bochsrc.bxrc, and remove the .bat file so that
...
we can create one from scratch in the installer
2002-11-21 08:01:54 +00:00
Bryce Denney
8e2f3b5ea7
- use * wherever possible so that if file names changes a bit, this install
...
script will still work.
- specify the config file in run.bat since now it ends with .bxrc
- rename the link on the desktop to "Linux Demo in Bochs 2.0.pre2"
- rename "Bochs Shell Extensions" to "Register .bxrc Extension" and
make it required. I want to document how it works, so I don't want
it to sometimes work like the docs and sometimes not. Use .bxrc
instead of .bxr.
- create registry keys for Run, Configure, Edit, and Debugger.
2002-11-21 08:00:14 +00:00
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