mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
Re-enable dtappbuilder on linux builds.
This commit is contained in:
parent
5e6b400c3c
commit
47637b0c37
1 changed files with 5 additions and 7 deletions
|
@ -9,22 +9,20 @@ EXTRADIRS = util types localized tttypes $(NSGMLSDIR)
|
||||||
|
|
||||||
XCOMM some of these cannot be built on linux yet.
|
XCOMM some of these cannot be built on linux yet.
|
||||||
XCOMM dtksh dtinfo
|
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
|
|
||||||
|
|
||||||
|
|
||||||
SUBDIRS = dthelp dtmail dsdm dtpad dtfile dtwm dtlogin \
|
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 \
|
||||||
$(DTAPPBDIR) dtappintegrate dtprintegrate dtconfig \
|
dtappbuilder 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)
|
||||||
|
@ -33,7 +31,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 \
|
||||||
$(DTAPPBDIR) dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
|
dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
|
||||||
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
|
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
|
||||||
dtpdmd $(DTINFODIR) $(EXTRADIRS)
|
dtpdmd $(DTINFODIR) $(EXTRADIRS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue