Kaydet (Commit) 715649a3 authored tarafından Hans-Joachim Lankenau's avatar Hans-Joachim Lankenau

psprint defines from vcl

üst 4b896408
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: settings.mk,v $ # $RCSfile: settings.mk,v $
# #
# $Revision: 1.24 $ # $Revision: 1.25 $
# #
# last change: $Author: hjs $ $Date: 2001-02-02 13:55:52 $ # last change: $Author: hjs $ $Date: 2001-02-09 11:22:18 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -1003,6 +1003,16 @@ CDEFS= -D$(OS) -D$(GUI) -D$(GVER) -D$(COM) -D$(CVER) -D$(CPUNAME) -D$(REMOTEDEF) ...@@ -1003,6 +1003,16 @@ CDEFS= -D$(OS) -D$(GUI) -D$(GVER) -D$(COM) -D$(CVER) -D$(CPUNAME) -D$(REMOTEDEF)
CDEFS= -D$(OS) -D$(GUI) -D$(GVER) -D$(COM) -D$(CVER) -D$(CPUNAME) CDEFS= -D$(OS) -D$(GUI) -D$(GVER) -D$(COM) -D$(CVER) -D$(CPUNAME)
.ENDIF .ENDIF
#to be removed soon!!!
.IF "$(BUILD_SOSL)" == ""
.IF "$(USE_XPRINTER)" == ""
.IF "$(OS)" != "MACOSX"
CDEFS += -DUSE_PSPRINT
PSPRINT=true
.ENDIF
.ENDIF
.ENDIF
#to be removed soon!!! #to be removed soon!!!
.IF "$(TF_UCB)" != "" .IF "$(TF_UCB)" != ""
CDEFS+=-DTF_UCB CDEFS+=-DTF_UCB
......
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