Compare commits
3 commits
65bb0d82a9
...
bfa7049e49
Author | SHA1 | Date | |
---|---|---|---|
bfa7049e49 | |||
00be2eeaab | |||
2a25dd371c |
4 changed files with 12 additions and 6 deletions
|
@ -14,15 +14,21 @@
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License
|
||||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
#include <winuser.h>
|
||||||
|
#include <winver.h>
|
||||||
|
|
||||||
MAINICON ICON "mbst.ico"
|
MAINICON ICON "mbst.ico"
|
||||||
|
|
||||||
1 24 "Application.manifest"
|
1 RT_MANIFEST "Application.manifest"
|
||||||
|
|
||||||
1 VERSIONINFO
|
1 VERSIONINFO
|
||||||
FILEVERSION 1,4,0,0
|
FILEVERSION 1,4,0,0
|
||||||
PRODUCTVERSION 1,4,0,0
|
PRODUCTVERSION 1,4,0,0
|
||||||
FILEOS 0x40004
|
FILEOS VOS_NT_WINDOWS32
|
||||||
FILETYPE 0x1
|
#ifdef SAVETOOL_DEBUG_BUILD
|
||||||
|
FILEFLAGS VS_FF_DEBUG
|
||||||
|
#endif
|
||||||
|
FILETYPE VFT_APP
|
||||||
{
|
{
|
||||||
BLOCK "StringFileInfo"
|
BLOCK "StringFileInfo"
|
||||||
{
|
{
|
||||||
|
|
2
third-party/corrade
vendored
2
third-party/corrade
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 5af40565ef5383abc99e46409a96af96bcef832f
|
Subproject commit e6b4d952e757ab99a0b67e516235b7f91904dca0
|
2
third-party/magnum
vendored
2
third-party/magnum
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 65e09afa756b4e451ba718e4d3b8561715870468
|
Subproject commit da5d2fa958f22844adaec90e894e85270ed0a631
|
2
third-party/magnum-integration
vendored
2
third-party/magnum-integration
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 5a6aa83561d4e411ddd968ed50c92aa9443e8191
|
Subproject commit c6c759def2090a821a97763fc2e15ec06d0396ce
|
Loading…
Reference in a new issue