disable building of dtappbuilder until building right

This commit is contained in:
Jon Trulson
2012-05-26 21:06:06 -06:00
parent 9526740ddd
commit 262171d25f

View File

@@ -12,9 +12,11 @@ XCOMM dtksh dtinfo
#if defined(LinuxArchitecture)
DTKSHDIR =
DTINFODIR =
DTAPPBDIR =
#else
DTKSHDIR = dtksh
DTINFODIR = dtinfo
DTAPPBDIR = dtappbuilder
#endif
@@ -22,7 +24,7 @@ SUBDIRS = dthelp dtmail dsdm dtpad dtfile dtwm dtlogin \
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
dtcalc dtaction dtspcd \
dtscreen $(DTKSHDIR) dtcm dtsearchpath \
dtappbuilder dtappintegrate dtprintegrate dtconfig \
$(DTAPPBDIR) dtappintegrate dtprintegrate dtconfig \
dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
dtpdmd $(DTINFODIR) $(EXTRADIRS)
@@ -31,7 +33,7 @@ LINTSUBDIRS = dthelp dtmail dsdm dtpad dtfile dtlogin dtwm \
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
dtcalc dtaction dtcreate \
dtscreen $(DTKSHDIR) dtcm dtsearchpath \
dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
$(DTAPPBDIR) dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
dtpdmd $(DTINFODIR) $(EXTRADIRS)