updated to use amxxpc.exe

This commit is contained in:
Felix Geyer
2005-07-26 18:45:37 +00:00
parent fdbee670c5
commit 363e7e2270
7 changed files with 184 additions and 13 deletions

View File

@ -1,7 +1,7 @@
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,2,0,0
PRODUCTVERSION 0,2,0,0
FILEVERSION 1,5,0,0
PRODUCTVERSION 1,5,0,0
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP // VFT_APP VFT_DLL
//FILEFLGAGS:
@ -12,17 +12,17 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "AMXXSC compile.exe\0"
VALUE "Comments", "AMXXPC compile.exe\0"
//VALUE "CompanyName", "AMXX Development Team\0"
VALUE "FileDescription", "AMXXSC compile.exe\0"
VALUE "FileVersion", "0.20\0"
VALUE "InternalName", "AMXXSC compile.exe\0"
VALUE "LegalCopyright", "(c) 2004, AMXX Development Team\0"
VALUE "FileDescription", "AMXXPC compile.exe\0"
VALUE "FileVersion", "1.5\0"
VALUE "InternalName", "AMXXPC compile.exe\0"
VALUE "LegalCopyright", "(c) 2004-2005, AMXX Development Team\0"
//VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "compile.exe\0"
//VALUE "PrivateBuild", "\0"
VALUE "ProductName", "AMXXSC compile.exe\0"
VALUE "ProductVersion", "0.20\0"
VALUE "ProductName", "AMXXPC compile.exe\0"
VALUE "ProductVersion", "1.5\0"
//VALUE "SpecialBuild", "\0"
END
END