1
0
Fork 0
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:
Peter Howkins 2012-08-03 17:10:36 +01:00
parent 5e6b400c3c
commit 47637b0c37

View file

@ -9,22 +9,20 @@ EXTRADIRS = util types localized tttypes $(NSGMLSDIR)
XCOMM some of these cannot be built on linux yet.
XCOMM dtksh dtinfo
#if defined(LinuxArchitecture)
/*#if defined(LinuxArchitecture)
DTKSHDIR =
DTINFODIR =
DTAPPBDIR =
#else
#else */
DTKSHDIR = dtksh
DTINFODIR = dtinfo
DTAPPBDIR = dtappbuilder
#endif
/*#endif */
SUBDIRS = dthelp dtmail dsdm dtpad dtfile dtwm dtlogin \
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
dtcalc dtaction dtspcd \
dtscreen $(DTKSHDIR) dtcm dtsearchpath \
$(DTAPPBDIR) dtappintegrate dtprintegrate dtconfig \
dtappbuilder dtappintegrate dtprintegrate dtconfig \
dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop \
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
dtpdmd $(DTINFODIR) $(EXTRADIRS)
@ -33,7 +31,7 @@ LINTSUBDIRS = dthelp dtmail dsdm dtpad dtfile dtlogin dtwm \
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
dtcalc dtaction dtcreate \
dtscreen $(DTKSHDIR) dtcm dtsearchpath \
$(DTAPPBDIR) dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
dtappbuilder dtappintegrate dtprintegrate dtprintinfo dtdspmsg \
dtudcfonted dtudcexch dtimsstart dtdocbook dtpdm dtsr \
dtpdmd $(DTINFODIR) $(EXTRADIRS)