Simple-x264-Launcher/x264_launcher.rc

83 lines
5.4 KiB
Plaintext
Raw Normal View History

2012-01-29 01:28:41 +01:00
<EFBFBD><EFBFBD>// Microsoft Visual C++ generated resource script.
//
2012-01-29 04:06:07 +01:00
#include "src/resource.h"
#include "src/version.h"
2012-01-29 01:28:41 +01:00
#include "afxres.h"
2012-01-29 01:28:41 +01:00
/////////////////////////////////////////////////////////////////////////////
//
// Neutral resources
2012-01-29 01:28:41 +01:00
//
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
2012-01-29 01:28:41 +01:00
/////////////////////////////////////////////////////////////////////////////
//
// 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
2012-02-10 22:30:27 +01:00
#define VER_X264_STR2(X,Y,Z) VER_X264_STR1(v##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)
2012-02-10 22:30:27 +01:00
#define VER_X264_STR5(X) #X
#define VER_X264_STR6(X) VER_X264_STR5(X)
#define VER_X264_STR7 VER_X264_STR6(VER_X264_BUILD)
VS_VERSION_INFO VERSIONINFO
2012-02-10 22:30:27 +01:00
FILEVERSION VER_X264_MAJOR,VER_X264_MINOR,VER_X264_PATCH,VER_X264_BUILD
PRODUCTVERSION VER_X264_MAJOR,VER_X264_MINOR,VER_X264_PATCH,VER_X264_BUILD
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
2012-02-10 22:30:27 +01:00
FILEFLAGS 0x3L
#else
2012-02-10 22:30:27 +01:00
FILEFLAGS 0x2L
#endif
2012-02-10 22:30:27 +01:00
FILEOS 0x40004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "000004b0"
BEGIN
2012-02-10 22:30:27 +01:00
VALUE "Author", "LoRd_MuldeR <mulder2@gmx.de>"
VALUE "Comments", "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY"
VALUE "CompanyName", "Free Software Foundation"
2012-02-10 22:48:08 +01:00
VALUE "FileDescription", "Simple x264 Launcher (" VER_X264_STR4 ")"
VALUE "FileVersion", VER_X264_STR4 " [Build #" VER_X264_STR7 "]"
VALUE "InternalName", "x264_x64"
VALUE "LegalCopyright", "Copyright (C) 2004-2012 LoRd_MuldeR <MuldeR2@GMX.de>"
VALUE "LegalTrademarks", "This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License <http://www.gnu.org/>"
VALUE "OriginalFilename", "x264_launcher.exe"
VALUE "ProductName", "Simple x264 Launcher"
2012-02-10 22:48:08 +01:00
VALUE "ProductVersion", VER_X264_STR4 " [Build #" VER_X264_STR7 "]"
VALUE "Website" "http://mulder.at.gg/"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0, 1200
END
END
2012-01-29 01:28:41 +01:00