changeset 1888:488eba319a25

------- Comment #5 From Marc Peter 2006-06-25 18:03 [reply] ------- Created an attachment (id=142) [edit] updated makefiles for 1.2.11 release The new Watcom-Win32.zip - includes the new testcursor test, and - doesn't link to dxguid.lib anymore (by defining INITGUID for SDL_dx5events.c), to fix issue with stack calling convention (-6s can now be used instead of -6r in CFLAGS). ------- Comment #6 From Marc Peter 2006-06-25 18:12 [reply] ------- Created an attachment (id=143) [edit] updated README.Watcom for 1.2.11 - lists new testcursor test - mentions possibility to build with -6s (stack calling convention) instead of -6r (register calling convention)
author Sam Lantinga <slouken@libsdl.org>
date Mon, 26 Jun 2006 01:33:53 +0000
parents f1b517e26bcb
children 5225a9cc25a2
files README.Watcom Watcom-Win32.zip
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.Watcom	Sun Jun 25 18:26:15 2006 +0000
+++ b/README.Watcom	Mon Jun 26 01:33:53 2006 +0000
@@ -68,6 +68,9 @@
  To use the library in your own projects with Open Watcom, you can use
  the way the tests are built as base of your own build environment.
 
+ The library can also be built with the stack calling convention of the
+ compiler (-6s instead of -6r).
+
 
 Test applications
 -----------------
@@ -100,12 +103,13 @@
 testtimer       +
 testver         +
 testvidinfo     +
-testwin         - (fading doesn't seem right)
+testwin         ? (fading doesn't seem right)
 testwm          +
 torturethread   +
 testcdrom       +
 testjoystick    not tested
 threadwin       +
+testcursor      +
 
 
 TODO
Binary file Watcom-Win32.zip has changed