Mercurial > sdl-ios-xcode
comparison README.QNX @ 701:aaf3b8af6616
Date: Sat, 30 Aug 2003 16:28:10 +0300
From: "Mike Gorchak"
Subject: Re: SDL 1.2.6
- minor changes about shared library building under QNX6 into README.QNX
- added forgotten libSDLmain.a into distribution, SDL.qpg.in
- added header guards to the all headers.
- fixed fullscreen double buffered mode.
- fixed Photon crashes after/during using fullscreen OpenGL modes.
- added GL_MakeCurrent function.
- added SDL_VIDEOEXPOSE event, when OpenGL window have been resized
- added more HAVE_OPENGL checks to avoid dead code compilation without using OpenGL
- finished code reorganization (began into previous patches).
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 30 Aug 2003 17:07:59 +0000 |
parents | 04dd6c6d7c30 |
children | cbc0f7fabd1c |
comparison
equal
deleted
inserted
replaced
700:c35edafc84d1 | 701:aaf3b8af6616 |
---|---|
75 | 75 |
76 A shared library can be built, but before running the autogen.sh | 76 A shared library can be built, but before running the autogen.sh |
77 script you must manually delete the libtool.m4 stuff from the acinclu- | 77 script you must manually delete the libtool.m4 stuff from the acinclu- |
78 de.m4 file (it comes after the ESD detection code up to the end of the | 78 de.m4 file (it comes after the ESD detection code up to the end of the |
79 file), because the libtool stuff in the acinclude.m4 file is very old | 79 file), because the libtool stuff in the acinclude.m4 file is very old |
80 and doesn't know anything about QNX. Just remove it and run autogen.sh. | 80 and doesn't know anything about QNX. Just remove it, then run |
81 "libtoolize --force --copy" and after that run autogen.sh. | |
81 | 82 |
82 ====================================================================== | 83 ====================================================================== |
83 Some building issues: | 84 Some building issues: |
84 | 85 |
85 Feel free to not use the --disable-shared configure option if you' | 86 Feel free to not use the --disable-shared configure option if you' |