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 | ca510a11c4a4bbc252273c551b5a38005231fdbd (patch) | |
| tree | c68ef47bbc5220526d0a52087105f38a7f532f34 /doc | |
| parent | 450cdc3fabfee2176c8d2050c1213e35c2c4a6f0 (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 +``` |
