Commit Graph

3515 Commits

Author SHA1 Message Date
zeromus 1b3195eca3 docs 2006-08-01 05:15:34 +00:00
zeromus a28765574f boo xstring.cpp hadnt been included 2006-08-01 04:46:04 +00:00
zeromus bfb73d91f7 oops, forgot to checkin these 2006-08-01 04:44:47 +00:00
zeromus 06536f226e moved the assembly/disassembly code to the core code
improved docs a little
2006-08-01 04:33:12 +00:00
radsaq ebab58016c Simplify scons stuff:
- instead of doing Import() and Export() for subdirs, just Return() the files
  in the subdirectories' SConscripts and add that to the top-level file list
- remove the manual handling of sdl-config output, as scons will do it for us
- remove the manual addition of libz to LIBS, as scons seems to automatically
  do it if you do a CheckLib()
- properly read and use $CC, $CFLAGS, and $LDFLAGS environment variables,
  if they exist
2006-07-31 22:24:21 +00:00
zeromus 0474a05ac3 added support for inheriting CCFLAGS and LINKFLAGS from system
environment
2006-07-31 20:07:15 +00:00
punkrockguy318 9c6cbb0563 renamed pc to SDL for clarity 2006-07-31 17:42:18 +00:00
zeromus bd5f91edcf added newline to __dummy_mapper.cpp
considered the windows default hotkeys
2006-07-31 07:40:11 +00:00
zeromus bc98e7be2d tinkered around with some more docs 2006-07-31 06:04:44 +00:00
zeromus 7fbbe82b03 prepared doxygen stuff 2006-07-31 05:41:13 +00:00
punkrockguy318 45156a8ba6 fixed compiler warning 2006-07-31 04:21:30 +00:00
zeromus 2faad5ca51 cygwin buildscripts changed again to be more stable.
added a couple more endlines to eof
2006-07-31 00:03:35 +00:00
zeromus b8b6324ba3 got the sdl/sconstruct build working in cygwin
this required some changes to build scripts. please assume, if it requires fixing, that what I did was sane!

many files included #ifdef WIN32 which I changed to #ifdef MSVC since we are only supporting windows-specific features in the msvc build.
2006-07-30 22:49:15 +00:00
zeromus 529df3c6b5 added newline at end of file 2006-07-30 22:46:39 +00:00
zeromus 80d0d46d73 moved fceu to its own folder to make room for other projects
[[Split portion of a mixed commit.]]
2006-07-29 05:46:15 +00:00