// Microsoft Visual C++ generated resource script. // #include "src/resource.h" #include "src/version.h" #include "afxres.h" ///////////////////////////////////////////////////////////////////////////// // // Neutral resources // LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL ///////////////////////////////////////////////////////////////////////////// // // Icon // IDI_ICON1 ICON "res\\icons\\movie.ico" ///////////////////////////////////////////////////////////////////////////// // // WAVE // IDR_WAVE1 WAVE "res\\sounds\\shutdown.wav" IDR_WAVE2 WAVE "res\\sounds\\beep.wav" IDR_WAVE3 WAVE "res\\sounds\\beep2.wav" ///////////////////////////////////////////////////////////////////////////// // // Version // #define VER_X264_STR1(X) #X #define VER_X264_STR2(X,Y,Z) VER_X264_STR1(X.Y.Z) #define VER_X264_STR3(X,Y,Z) VER_X264_STR2(X,Y,Z) #define VER_X264_STR4 VER_X264_STR3(VER_X264_MAJOR,VER_X264_MINOR,VER_X264_PATCH) VS_VERSION_INFO VERSIONINFO FILEVERSION VER_X264_MAJOR,VER_X264_MINOR,VER_X264_PATCH,0 PRODUCTVERSION VER_X264_MAJOR,VER_X264_MINOR,VER_X264_PATCH,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x3L #else FILEFLAGS 0x2L #endif FILEOS 0x40004L FILETYPE 0x1L FILESUBTYPE 0x0L BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "000004b0" BEGIN VALUE "Comments", "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY" VALUE "CompanyName", "Free Software Foundation" VALUE "FileDescription", "Simple x264 Launcher" VALUE "FileVersion", VER_X264_STR4 VALUE "InternalName", "x264_x64" VALUE "LegalCopyright", "Copyright (C) 2004-2012 LoRd_MuldeR " VALUE "LegalTrademarks", "This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License " VALUE "OriginalFilename", "x264_launcher.exe" VALUE "ProductName", "Simple x264 Launcher" VALUE "ProductVersion", VER_X264_STR4 END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x0, 1200 END END