use POT textures with up to 4096*4096 of size
This commit is contained in:
parent
6a2ab6378d
commit
fd4a893729
2 changed files with 27 additions and 16 deletions
14
ddraw.rc
14
ddraw.rc
|
@ -1,6 +1,12 @@
|
|||
#define vstr(v) vxstr(v)
|
||||
#define vxstr(a,b,c,d) str(a##.##b##.##c##.##d)
|
||||
#define str(s) #s
|
||||
|
||||
#define VERSION 1,1,6,4
|
||||
|
||||
1 VERSIONINFO
|
||||
FILEVERSION 1,1,6,3
|
||||
PRODUCTVERSION 1,1,6,3
|
||||
FILEVERSION VERSION
|
||||
PRODUCTVERSION VERSION
|
||||
{
|
||||
BLOCK "StringFileInfo"
|
||||
{
|
||||
|
@ -8,13 +14,13 @@ PRODUCTVERSION 1,1,6,3
|
|||
{
|
||||
VALUE "CompanyName", "cncnet.org"
|
||||
VALUE "FileDescription", "DirectDraw replacement for C&C95 and Red Alert"
|
||||
VALUE "FileVersion", "1.1.6.3"
|
||||
VALUE "FileVersion", vstr(VERSION)
|
||||
VALUE "InternalName", "ddraw"
|
||||
VALUE "LegalCopyright", "Copyright (c) 2010-2018"
|
||||
VALUE "LegalTrademarks", ""
|
||||
VALUE "OriginalFileName", "ddraw.dll"
|
||||
VALUE "ProductName", "DirectDraw replacement for C&C95 and Red Alert"
|
||||
VALUE "ProductVersion", "1.1.6.3"
|
||||
VALUE "ProductVersion", vstr(VERSION)
|
||||
VALUE "Comments", "https://cncnet.org"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue