Kaydet (Commit) cc95e729 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS headless01 (1.50.10); FILE MERGED

2007/05/08 12:41:15 cmc 1.50.10.1: #i76958# add configure support for unix headless vcl plug
üst d0768dcc
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.51 $ # $Revision: 1.52 $
# #
# last change: $Author: kz $ $Date: 2007-05-10 13:18:20 $ # last change: $Author: vg $ $Date: 2007-05-25 14:37:27 $
# #
# The Contents of this file are made available subject to # The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
...@@ -257,6 +257,13 @@ ULFFILES= \ ...@@ -257,6 +257,13 @@ ULFFILES= \
registryitem_ooo.ulf \ registryitem_ooo.ulf \
module_systemint.ulf module_systemint.ulf
.IF "$(GUI)"=="UNX"
.IF "$(ENABLE_HEADLESS)" == "TRUE"
PARFILES+=module_headless.par
ULFFILES+=module_headless.ulf
.ENDIF
.ENDIF
# --- File --------------------------------------------------------- # --- File ---------------------------------------------------------
.INCLUDE : target.mk .INCLUDE : target.mk
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment