0.1.3.145-beta1-symbian0.1.4.170-beta2-bb10appveyorimgbotreadme
Last change
on this file since 5fce561905 was
5354a01311,
checked in by Oleksii Serdiuk, 15 years ago
|
+ Windows CE (WM6, actually, but should work on other versions) support:
- added optimized for wince forms (recommended minimal resolution is 240x320);
- removed unsupported under wince features from menus (e.g., printing);
- added preprocessor directives to remove code for unsupported under wince features.
- Fixed wrong encoding in some files to UTF-8.
- Updated copyright and e-mail.
|
-
Property mode set to
100644
|
File size:
524 bytes
|
Line | |
---|
1 | ###################################################################### |
---|
2 | # |
---|
3 | # TSPSG - TSP Solver and Generator |
---|
4 | # Copyright (C) 2007-2009 Lёppa <contacts[at]oleksii[dot]name> |
---|
5 | # |
---|
6 | # $Id$ |
---|
7 | # $URL$ |
---|
8 | # |
---|
9 | # This file is part of TSPSG. |
---|
10 | # |
---|
11 | ###################################################################### |
---|
12 | |
---|
13 | win32 { |
---|
14 | TEMPLATE = vcapp |
---|
15 | } else { |
---|
16 | TEMPLATE = app |
---|
17 | } |
---|
18 | TARGET = tspsg |
---|
19 | DEPENDPATH += . |
---|
20 | INCLUDEPATH += . |
---|
21 | |
---|
22 | #Include file(s) |
---|
23 | include(tspsg.pri) |
---|
24 | |
---|
25 | #Windows resource file |
---|
26 | win32:RC_FILE = resources/tspsg.rc |
---|
Note: See
TracBrowser
for help on using the repository browser.