mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-28 09:53:23 +00:00
Monotone-Parent: 10ffe772d1b4699a4fc8aa41c3f3354e492d3e35
Monotone-Revision: 2f3c94605759601f796021ed2469cb5eb7910364 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-03-30T15:01:55 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# compilation settings
|
||||
|
||||
SOGo_INCLUDE_DIRS += -I.. -I../../UI -DSOGO_MAJOR_VERSION="\"$(MAJOR_VERSION)\"" -DSOGO_MINOR_VERSION="\"$(MINOR_VERSION)\""
|
||||
SOGo_INCLUDE_DIRS += -I.. -I../../UI \
|
||||
-DSOGO_MAJOR_VERSION="@\"$(MAJOR_VERSION)\"" \
|
||||
-DSOGO_MINOR_VERSION="@\"$(MINOR_VERSION)\"" \
|
||||
-DSOGO_SUBMINOR_VERSION="@\"$(SUBMINOR_VERSION)\""
|
||||
|
||||
HOSTNAME = $(shell hostname -f)
|
||||
BUILD_DATE = $(shell echo $$USER@$(HOSTNAME); date +"%Y%m%d%H%M")
|
||||
|
||||
@@ -24,5 +24,6 @@
|
||||
#define BUILD_H
|
||||
|
||||
extern NSString *SOGoBuildDate;
|
||||
extern NSString *SOGoVersion;
|
||||
|
||||
#endif /* BUILD_H */
|
||||
|
||||
@@ -23,3 +23,6 @@
|
||||
#import <Foundation/NSString.h>
|
||||
|
||||
NSString *SOGoBuildDate = SOGO_BUILD_DATE;
|
||||
NSString *SOGoVersion = (SOGO_MAJOR_VERSION
|
||||
@"." SOGO_MINOR_VERSION
|
||||
@"." SOGO_SUBMINOR_VERSION);
|
||||
|
||||
Reference in New Issue
Block a user