Changeset 172 in tspsg-svn


Ignore:
Timestamp:
Apr 25, 2011, 1:38:28 AM (13 years ago)
Author:
laleppa
Message:

Changed
to / in path inside tspsg.rc as
caused errors when cross-compiling.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/tspsg.rc

    r135 r172  
    1010
    1111#include <winver.h>
    12 #include "..\\src\\resource.h"
     12#include "../src/resource.h"
    1313#pragma code_page(65001)
    1414
  • trunk/tspsg.pro

    r170 r172  
    3434BUILD_VERSION_MAJOR = 0
    3535BUILD_VERSION_MINOR = 1
    36 BUILD_RELEASE = 4
     36BUILD_RELEASE = 5
    3737
    3838# These are only defined on releases
    39 DEFINES += TSPSG_RELEASE_BUILD
    40 DEFINES += BUILD_STATUS_TYPE=beta
    41 DEFINES += BUILD_STATUS_NUMBER=2
     39#DEFINES += TSPSG_RELEASE_BUILD
     40#DEFINES += BUILD_STATUS_TYPE=beta
     41#DEFINES += BUILD_STATUS_NUMBER=2
    4242
    43 REVISION = 170
     43#REVISION = 170
    4444isEmpty(REVISION) {
    4545    REVISION = $$system(svnversion)
Note: See TracChangeset for help on using the changeset viewer.