mirror of
https://github.com/haya3218/SDfmL.git
synced 2024-08-14 23:57:09 +00:00
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:
parent
b9702710b7
commit
0e100c06b8
8 changed files with 8573 additions and 12 deletions
BIN
resources/dialog.res
Normal file
BIN
resources/dialog.res
Normal file
Binary file not shown.
27
resources/version.rc
Normal file
27
resources/version.rc
Normal 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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue