| Summary: | Port to Win32 using OpenWatcom 1.5 | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Marc Peter <macpete> |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | enhancement | ||
| Priority: | P2 | ||
| Version: | HG 1.2 | ||
| Hardware: | x86 | ||
| OS: | Windows (All) | ||
| Bug Depends on: | 215 | ||
| Bug Blocks: | 230 | ||
| Attachments: |
Archive containing makefile for Watcom-Win32 port
new file README.Watcom for instructions on using Watcom-Win32.zip slightly fixed Watcom makefiles for 1.2.10 release updated makefiles for 1.2.11 release updated README.Watcom for 1.2.11 Update to OpenWatcom makefile for SDL-1.2 branch |
||
|
Description
Marc Peter
2006-05-06 19:38:48 UTC
Created attachment 113 [details]
Archive containing makefile for Watcom-Win32 port
Extract archive into base SDL directory.
cd watcom
wmake tests
cd ..\test
testgl
The top of the makefile contains available build options for the wmake command.
This is in subversion, thanks! Created attachment 114 [details]
new file README.Watcom for instructions on using Watcom-Win32.zip
Created attachment 128 [details]
slightly fixed Watcom makefiles for 1.2.10 release
Created attachment 142 [details]
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).
Created attachment 143 [details]
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)
Got 'em, thanks! Created attachment 182 [details]
Update to OpenWatcom makefile for SDL-1.2 branch
Update to OpenWatcom makefile for SDL-1.2 branch:
- create SDL_config.h as copy of SDL_config_win32.h, if missing
- new target distclean to remove SDL_config.h
Note that this makefile is not suitable for SDL trunk (1.3), because
the object file list is not the same there.
|