Can out SDL_image and replace with stb_image

Less dlls poyo

https://github.com/DanielGibson/Snippets/blob/master/SDL_stbimage.h
This commit is contained in:
/nick haya 2022-02-11 08:48:03 +08:00
parent b9702710b7
commit 0e100c06b8
8 changed files with 8573 additions and 12 deletions

BIN
resources/dialog.res Normal file

Binary file not shown.

27
resources/version.rc Normal file
View file

@ -0,0 +1,27 @@
1 VERSIONINFO
FILEVERSION 0,1,2,1
PRODUCTVERSION 0,1,2,1
FILEOS 0x40004
FILETYPE 0x1
{
BLOCK "StringFileInfo"
{
BLOCK "040904B0"
{
VALUE "FileDescription", "dumb"
VALUE "InternalName", "SDfmL.exe"
VALUE "OriginalFilename", "Skateboard.exe"
VALUE "CompanyName", "no one"
VALUE "LegalCopyright", "no one"
VALUE "ProductName", "SDfmL"
VALUE "FileVersion", "0.1.2.1"
VALUE "ProductVersion", "0.1.2.1"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04B0
}
}