This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-07-03 03:06:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
91d330d040108e58e7caed3c448536e2758ae2fc
0ad
/
source
/
lib
/
sysdep
T
History
janwas
91d330d040
MinGW fixes
...
This was SVN commit r1936.
2005-02-26 15:14:55 +00:00
..
unix
Made a few changes on udbg to make it work with two different libbfd versions as well as made a few mmgr assertions more verbose
2005-02-21 17:08:51 +00:00
win
MinGW fixes
2005-02-26 15:14:55 +00:00
cpu.h
…
debug.h
symbol->descriptive_string cache - avoids redundant debug_resolve_symbol calls.
2005-02-02 03:35:25 +00:00
dir_watch.h
…
gfx.h
…
ia32.cpp
_control87 is now ia32_control87 and overrides _control87 via macro. after adding float.h to precompiled.h, compiler was thinking _control87 was dllexport and creating an .exp file (confusing)
2005-01-30 23:07:55 +00:00
ia32.h
_control87 is now ia32_control87 and overrides _control87 via macro. after adding float.h to precompiled.h, compiler was thinking _control87 was dllexport and creating an .exp file (confusing)
2005-01-30 23:07:55 +00:00
os.h
…
sysdep.cpp
…
sysdep.h
…