diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-07-15 00:53:00 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-07-15 01:03:36 +0200 |
| commit | 2d22b88695a51e103966340ec3f7d49b17310b31 (patch) | |
| tree | 4f506f98c31d0dd210bbb513cf56958c05b72c8f /doc | |
| parent | 360ea710e090eb509735283d371d4923266e0b9e (diff) | |
Import SDL_gfx
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/BUILD-win9x.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/BUILD-win9x.md b/doc/BUILD-win9x.md index 2120f4e..b8b053f 100644 --- a/doc/BUILD-win9x.md +++ b/doc/BUILD-win9x.md @@ -125,3 +125,10 @@ WAVE files, support for other audio formats is not required. --disable-music-flac CC=i386-mingw32-gcc --with-sdl-prefix=$HOME/sdl-1.2.15 \ CFLAGS='-ffunction-sections -fdata-sections' ``` + +```sh +../SDL_gfx-2.0.26-src/configure --host=i386-mingw32 --enable-shared=no \ + --prefix=$HOME/SDL_gfx-2.0.26 --with-sdl-prefix=$HOME/sdl-1.2.15 \ + CFLAGS='-ffunction-sections -fdata-sections' \ + CC=i386-mingw32-gcc +``` |
