Changeset 162d5c5f94 in tspsg for resources/tspsg.rc


Ignore:
Timestamp:
Mar 1, 2010, 2:13:23 PM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
f19df0a3e5
Parents:
278bc7818f
Message:
  • Fixed some wrong defines that prevented successful compilation under *nix.
  • Renamed i18n to l10n to follow common standards.
  • Translation and documentation paths are now synchronized between .pro and source.
  • Moved some versioning information to .pro file.
  • Updated translations.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • resources/tspsg.rc

    r278bc7818f r162d5c5f94  
    2323        PRODUCTVERSION BUILD_VERSION_MAJOR,BUILD_VERSION_MINOR,BUILD_RELEASE,BUILD_NUMBER
    2424        FILEFLAGSMASK 0x17L
    25 #if defined(_DEBUG) || defined(DEBUG)
     25#if defined(DEBUG)
    2626        FILEFLAGS VS_FF_DEBUG | VS_FF_PRERELEASE | VS_FF_PRIVATEBUILD
     27#elif !defined(TSPSG_RELEASE_BUILD) || (BUILD_NUMBER == 65535)
     28        FILEFLAGS VS_FF_PRERELEASE | VS_FF_SPECIALBUILD
     29#elif BUILD_RELEASE < 11
     30        FILEFLAGS VS_FF_PRERELEASE
    2731#else
    28         #if BUILD_NUMBER == 65535
    29                 FILEFLAGS VS_FF_PRERELEASE | VS_FF_SPECIALBUILD
    30         #elif BUILD_RELEASE < 11
    31                         FILEFLAGS VS_FF_PRERELEASE
    32         #else
    33                         FILEFLAGS 0x0L
    34         #endif
     32        FILEFLAGS 0x0L
    3533#endif
    3634#ifdef Q_OS_WINCE
     
    4543        BLOCK "000004b0"
    4644        BEGIN
    47             VALUE "Comments", VERSIONID
     45//            VALUE "Comments", VERSIONID
    4846            VALUE "CompanyName", "..::Lёppsville::.. Homes"
    4947            VALUE "FileDescription", "TSPSG: TSP Solver and Generator"
Note: See TracChangeset for help on using the changeset viewer.