diff options
Diffstat (limited to 'docs/win32-release.txt')
-rw-r--r-- | docs/win32-release.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/win32-release.txt b/docs/win32-release.txt index 35aec209..c0c6d0e6 100644 --- a/docs/win32-release.txt +++ b/docs/win32-release.txt @@ -13,7 +13,7 @@ Every Win32 releaser should follow this checklist when creating a new package. - Compile OpenGL version (Using -DUSE_OPENGL option) and rename the executable from tmw.exe to tmw_opengl.exe - Compile normal version (Do not use special flags as __DEBUG or USE_OPENGL) -- Check if the dlls where compressed (SDL.dll, SDL_Image.dll, SDL_Mixer.dll) +- Check if the dlls were compressed (SDL.dll, SDL_Image.dll, SDL_Mixer.dll) - Check config.xml for default values: <?xml version="1.0"?> <configuration> |