Monotone-Parent: 0ebe4e0732b854746e58688103e527d97b43e36e

Monotone-Revision: 3584694c05a43dbcbd0b915571e0637c4c86be54

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-02-19T13:47:40
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-02-19 13:47:40 +00:00
parent 9f7901f9d3
commit 2361039015
4 changed files with 6 additions and 6 deletions

View File

@ -12,10 +12,6 @@ SOGOD = sogod
TOOL_NAME = $(SOGOD)
$(SOGOD)_INSTALL_DIR = $(SOGO_ADMIN_TOOLS)
# daemon tool
all::
@touch build.m
$(SOGOD)_OBJC_FILES += \
sogod.m \
SOGo.m \

View File

@ -68,6 +68,10 @@ SOGo_HEADER_FILES = \
WOResponse+SOGo.h \
WOContext+SOGo.h
# daemon tool
all::
@touch SOGoBuild.m
# SOGoCustomGroupFolder.m \
# SOGoGroupsFolder.m \
# SOGoGroupFolder.m

View File

@ -2,7 +2,8 @@
SOGo_INCLUDE_DIRS += -I.. -I../../UI -DSOGO_MAJOR_VERSION="\"$(MAJOR_VERSION)\"" -DSOGO_MINOR_VERSION="\"$(MINOR_VERSION)\""
BUILD_DATE = $(shell echo $$USER@$$HOSTNAME; date +"%Y%m%d%H%M")
HOSTNAME = $(shell hostname -f)
BUILD_DATE = $(shell echo $$USER@$(HOSTNAME); date +"%Y%m%d%H%M")
ADDITIONAL_CPPFLAGS += \
-DSOGO_BUILD_DATE="@\"$(BUILD_DATE)\"" \

View File

@ -23,4 +23,3 @@
#import <Foundation/NSString.h>
NSString *SOGoBuildDate = SOGO_BUILD_DATE;