mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +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)
|
#if defined(LinuxArchitecture)
|
||||||
DTKSHDIR =
|
DTKSHDIR =
|
||||||
DTINFODIR =
|
DTINFODIR =
|
||||||
|
DTAPPBDIR =
|
||||||
#else
|
#else
|
||||||
DTKSHDIR = dtksh
|
DTKSHDIR = dtksh
|
||||||
DTINFODIR = dtinfo
|
DTINFODIR = dtinfo
|
||||||
|
DTAPPBDIR = dtappbuilder
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -22,7 +24,7 @@ SUBDIRS = dthelp dtmail dsdm dtpad dtfile dtwm dtlogin \
|
||||||
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
|
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
|
||||||
dtcalc dtaction dtspcd \
|
dtcalc dtaction dtspcd \
|
||||||
dtscreen $(DTKSHDIR) dtcm dtsearchpath \
|
dtscreen $(DTKSHDIR) dtcm dtsearchpath \
|
||||||
dtappbuilder dtappintegrate dtprintegrate dtconfig \
|
$(DTAPPBDIR) dtappintegrate dtprintegrate dtconfig \
|
||||||
dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \
|
dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \
|
||||||
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
|
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
|
||||||
dtpdmd $(DTINFODIR) $(EXTRADIRS)
|
dtpdmd $(DTINFODIR) $(EXTRADIRS)
|
||||||
|
@ -31,7 +33,7 @@ LINTSUBDIRS = dthelp dtmail dsdm dtpad dtfile dtlogin dtwm \
|
||||||
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
|
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
|
||||||
dtcalc dtaction dtcreate \
|
dtcalc dtaction dtcreate \
|
||||||
dtscreen $(DTKSHDIR) dtcm dtsearchpath \
|
dtscreen $(DTKSHDIR) dtcm dtsearchpath \
|
||||||
dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
|
$(DTAPPBDIR) dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
|
||||||
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
|
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
|
||||||
dtpdmd $(DTINFODIR) $(EXTRADIRS)
|
dtpdmd $(DTINFODIR) $(EXTRADIRS)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue