appveyorimgbotreadme
Last change
on this file since 7a39458d16 was
19d4eac43b,
checked in by Oleksii Serdiuk, 12 years ago
|
Added manifest embedding when built with MinGW.
Before this manifest was only generated and embedded if TSPSG was built
with Microsoft Visual C++ compiler.
|
-
Property mode set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | /*! |
---|
2 | * \file resource.h |
---|
3 | * \author Copyright © 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name> |
---|
4 | * |
---|
5 | * $Id: $Format:%h %ai %an$ $ |
---|
6 | * $URL: http://tspsg.info/ $ |
---|
7 | * |
---|
8 | * \brief Contains windows resource IDs. |
---|
9 | * |
---|
10 | * <b>TSPSG: TSP Solver and Generator</b> |
---|
11 | * |
---|
12 | * This file is part of TSPSG. |
---|
13 | * |
---|
14 | * TSPSG is free software: you can redistribute it and/or modify |
---|
15 | * it under the terms of the GNU General Public License as published by |
---|
16 | * the Free Software Foundation, either version 3 of the License, or |
---|
17 | * (at your option) any later version. |
---|
18 | * |
---|
19 | * TSPSG is distributed in the hope that it will be useful, |
---|
20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
22 | * GNU General Public License for more details. |
---|
23 | * |
---|
24 | * You should have received a copy of the GNU General Public License |
---|
25 | * along with TSPSG. If not, see <http://www.gnu.org/licenses/>. |
---|
26 | */ |
---|
27 | |
---|
28 | #include "version.h" |
---|
29 | |
---|
30 | //! Version information resource ID |
---|
31 | #define VS_VERSION_INFO 1 |
---|
32 | //! Main application icon resource ID |
---|
33 | #define IDI_APPICON 101 |
---|
34 | //! Manifest file ID |
---|
35 | #define RT_MANIFEST 24 |
---|
Note: See
TracBrowser
for help on using the repository browser.