mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-14 20:22:21 +00:00
dtmailpr/Makefile.am: remove unsupported defines
This commit is contained in:
parent
4a0f9701ab
commit
a2d3491150
1 changed files with 0 additions and 24 deletions
|
@ -7,28 +7,4 @@ dtmailpr_CXXFLAGS = -I../include -I../../dtcompat -I../../../. \
|
|||
|
||||
dtmailpr_LDADD = ../libDtMail/libDtMail.a $(DTCLIENTLIBS) $(XTOOLLIB) $(LTLIBICONV)
|
||||
|
||||
# FIXME - solaris
|
||||
#if SOLARIS
|
||||
# if SUNPRODIR
|
||||
# SUNPRO_DIR = /opt/SUNWspro
|
||||
# else
|
||||
# SUNPRO_DIR = SUNPRODIR
|
||||
#endif
|
||||
#if I386
|
||||
# JET -- i386 is NOT big endian...
|
||||
#dtmailpr_CXXFLAGS += -DBIG_ENDIAN
|
||||
#endif
|
||||
#if USE_SPRO_V3
|
||||
#dtmailpr_CXXFLAGS += -noex -USPRO_V2
|
||||
#if DEBUGTREE
|
||||
#dtmailpr_CXXFLAGS += -xsb
|
||||
#endif
|
||||
#endif
|
||||
#
|
||||
#dtmailpr_CXXFLAGS += -L$(SUNPRO_DIR)/lib -xstrconst -Xc -v -DMMAP_NORESERVE \
|
||||
# -DSPRO_V2 +p +w
|
||||
#dtmailpr_LDADD += -Bstatic -lC -Bdynamic -lc -Bstatic -ldl -lgen -lm -lw \
|
||||
# -lintl -lnsl
|
||||
#endif
|
||||
|
||||
dtmailpr_SOURCES = main.C message.C mailbox.C utils.C
|
||||
|
|
Loading…
Reference in a new issue