mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 19:52:20 +00:00
disable building of dtappbuilder until building right
This commit is contained in:
parent
9526740ddd
commit
262171d25f
1 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue