Compare commits
No commits in common. "bfa7049e49bceba9035cf62fa7d1fcb6fc49352e" and "65bb0d82a9483b4275ecc2db365dc2e03e0bf91a" have entirely different histories.
bfa7049e49
...
65bb0d82a9
4 changed files with 6 additions and 12 deletions
|
@ -14,21 +14,15 @@
|
||||||
// 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 RT_MANIFEST "Application.manifest"
|
1 24 "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 VOS_NT_WINDOWS32
|
FILEOS 0x40004
|
||||||
#ifdef SAVETOOL_DEBUG_BUILD
|
FILETYPE 0x1
|
||||||
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 e6b4d952e757ab99a0b67e516235b7f91904dca0
|
Subproject commit 5af40565ef5383abc99e46409a96af96bcef832f
|
2
third-party/magnum
vendored
2
third-party/magnum
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit da5d2fa958f22844adaec90e894e85270ed0a631
|
Subproject commit 65e09afa756b4e451ba718e4d3b8561715870468
|
2
third-party/magnum-integration
vendored
2
third-party/magnum-integration
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit c6c759def2090a821a97763fc2e15ec06d0396ce
|
Subproject commit 5a6aa83561d4e411ddd968ed50c92aa9443e8191
|
Loading…
Reference in a new issue