Last change
on this file since 17 was
17,
checked in by laleppa, 16 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.
|
File size:
203 bytes
|
Rev | Line | |
---|
[17] | 1 | /* |
---|
| 2 | * TSPSG - TSP Solver and Generator |
---|
| 3 | * Copyright (C) 2007-2009 Lёppa <contacts[at]oleksii[dot]name> |
---|
| 4 | * |
---|
| 5 | * $Id$ |
---|
| 6 | * $URL$ |
---|
| 7 | * |
---|
| 8 | * This file is part of TSPSG. |
---|
| 9 | */ |
---|
| 10 | |
---|
| 11 | #define IDI_APPICON 101 |
---|
Note: See
TracBrowser
for help on using the repository browser.