source: nscp/AutoBuild.h @ dbc22d8

0.4.00.4.10.4.2stable
Last change on this file since dbc22d8 was 2e8b33f, checked in by Michael Medin <michael@…>, 4 years ago

Changes to the build system to fix broken psdk.jam libs as well as addition to support building debug symbols.

  • Property mode set to 100644
File size: 350 bytes
Line 
1#ifndef AUTOBUILD_H
2#define AUTOBUILD_H
3// change the FALSE to TRUE for autoincrement of build number
4#define INCREMENT_VERSION TRUE
5#define FILEVER        0,3,7,452
6#define PRODUCTVER     0,3,7,452
7#define STRFILEVER     _T("0.3.7.452")
8#define STRPRODUCTVER  _T("0.3.7.452")
9#define STRPRODUCTDATE  _T("2009-10-07")
10#endif // AUTOBUILD_H
Note: See TracBrowser for help on using the repository browser.