2012-02-10 22:30:27 +01:00
!macro X264_VERSIONINFO DATE TIME BUILDNO
2012-02-09 23:14:38 +01:00
!searchreplace PRODUCT_VERSION_DATE " ${DATE} " " - " " . "
2012-02-10 22:30:27 +01:00
VIProductVersion " ${PRODUCT_VERSION_DATE}.${BUILDNO} "
2012-02-09 23:14:38 +01:00
VIAddVersionKey " Author " " LoRd_MuldeR <mulder2@gmx.de> "
VIAddVersionKey " Comments " " This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. "
VIAddVersionKey " CompanyName " " Free Software Foundation "
VIAddVersionKey " FileDescription " " Simple x264 Launcher (${DATE}) "
2012-02-10 22:54:19 +01:00
VIAddVersionKey " FileVersion " " ${DATE}, ${TIME} [Build #${BUILDNO}] "
2012-02-09 23:14:38 +01:00
VIAddVersionKey " LegalCopyright " " Copyright 2004-2012 LoRd_MuldeR "
VIAddVersionKey " LegalTrademarks " " GNU "
VIAddVersionKey " OriginalFilename " " x264_x64.${DATE}.exe "
VIAddVersionKey " ProductName " " Simple x264 Launcher "
2012-02-10 22:54:19 +01:00
VIAddVersionKey " ProductVersion " " ${DATE}, ${TIME} [Build #${BUILDNO}] "
2012-02-09 23:14:38 +01:00
VIAddVersionKey " Website " " http://mulder.at.gg/ "
!macroend