Bug 380795 Unify Palm Sync build component locations r=benjamin,sr=bienvenu

This commit is contained in:
bugzilla@standard8.demon.co.uk 2007-05-21 10:17:51 -07:00
parent b6bb5bc12c
commit fc65f03107
2 changed files with 1 additions and 17 deletions

View File

@ -69,9 +69,5 @@ DIRS += \
GetShortPathName \
$(NULL)
ifdef PALM_CDK_DIR
DIRS += palmsync
endif
include $(topsrcdir)/config/rules.mk

View File

@ -55,22 +55,10 @@ CPPSRCS = PalmSyncInstall.cpp
ifdef MOZ_XUL_APP
XPI_NAME = palmsync
USE_EXTENSION_MANIFEST = 1
NO_JAR_AUTO_REG = 1
# make this id as short as possible due to a bug with the palm deskop and long path names.
# Change /mailnews/extensions/palmsync/Makefile.in and nsPalmSyncSupport.cpp if this changes.
# Change ../Makefile.in and nsPalmSyncSupport.cpp if this changes.
INSTALL_EXTENSION_ID = p@m
XPI_PKGNAME = palmsync-$(MOZ_APP_VERSION)
# We should really pull THUNDERBIRD_VERSION from
# mail/config/version.txt but we can't be assured
# that we've even pulled that file. So we hardcode them.
XULAPP_DEFINES = \
-DTHUNDERBIRD_VERSION=$(THUNDERBIRD_VERSION) \
-DEXTENSION_VERSION=$(MOZILLA_VERSION) \
$(NULL)
endif