Changeset 135 in tspsg-svn for trunk/resources/tspsg.rc


Ignore:
Timestamp:
Sep 10, 2010, 7:49:32 PM (14 years ago)
Author:
laleppa
Message:
  • TSPSG now compiles when QtConcurrent? is not available (QT_NO_CONCURRENT is set).
  • Don't set non-existent icons under Windows Mobile.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/tspsg.rc

    r116 r135  
    4444        BEGIN
    4545//            VALUE "Comments", VERSIONID
     46            VALUE "ProductName", "TSP Solver and Generator"
     47            VALUE "ProductVersion", BUILD_VERSION
    4648            VALUE "CompanyName", "Oleksii ""Lёppa"" Serdiuk"
    4749            VALUE "FileDescription", "TSPSG: TSP Solver and Generator"
     
    4951            VALUE "InternalName", "TSPSG"
    5052            VALUE "LegalCopyright", "Copyright © 2007-2010 Oleksii ""Lёppa"" Serdiuk <contacts[at]oleksii[dot]name>"
     53#ifdef QT_NO_DEBUG
    5154            VALUE "OriginalFilename", "tspsg.exe"
    52             VALUE "ProductName", "TSPSG: TSP Solver and Generator"
    53             VALUE "ProductVersion", BUILD_VERSION
    54 #if defined(_DEBUG) || defined(DEBUG)
     55#else
     56            VALUE "OriginalFilename", "tspsgd.exe"
     57#endif
     58#ifndef QT_NO_DEBUG
    5559            VALUE "PrivateBuild", "Debug development build"
    5660#elif BUILD_NUMBER == 65535
Note: See TracChangeset for help on using the changeset viewer.