summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-10-20 16:48:30 +0000
committerOliver Bolte <obo@openoffice.org>2003-10-20 16:48:30 +0000
commitbd62462567cd5ffdc82fb6221f2a73a817396141 (patch)
tree526cace51bdc6fb508e4f01585d2b04cd9785d81 /vcl
parentfdaaef3b653e66e1af53ffdbecb788b14c9e85ab (diff)
INTEGRATION: CWS qdiet01 (1.1.1.1.332); FILE REMOVED
2003/09/23 15:04:16 mh 1.1.1.1.332.1: remove old obsolete os2 files, #i18390#
Diffstat (limited to 'vcl')
-rw-r--r--vcl/os2/source/window/makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/vcl/os2/source/window/makefile b/vcl/os2/source/window/makefile
deleted file mode 100644
index 4b811da766cd..000000000000
--- a/vcl/os2/source/window/makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-#*************************************************************************
-#*
-#* $Workfile: makefile $
-#*
-#* Ersterstellung TH 01.04.97
-#* Letzte Aenderung $Author: hr $ $Date: 2000-09-18 17:05:35 $
-#* $Revision: 1.1.1.1 $
-#*
-#* $Logfile: T:/vcl/os2/source/window/makefile.__v $
-#*
-#* Copyright (c) 1990 - 1998, STAR DIVISION
-#*
-#*************************************************************************
-
-PRJ=..\..\..
-
-PRJNAME=SV
-TARGET=salwin
-
-# --- Settings -----------------------------------------------------
-
-!INCLUDE <svpre.mak>
-!INCLUDE <settings.mak>
-!INCLUDE <sv.mak>
-
-!IF "$(COM)"=="ICC"
-ENVCFLAGS=$(ENVCFLAGS) -D_STD_NO_NAMESPACE -D_VOS_NO_NAMESPACE -D_UNO_NO_NAMESPACE
-!ENDIF
-
-# --- Files --------------------------------------------------------
-
-CXXFILES= salframe.cxx \
- salobj.cxx
-
-SLOFILES= $(SLO)\salframe.obj \
- $(SLO)\salobj.obj
-
-# --- Targets ------------------------------------------------------
-
-!INCLUDE <target.mak>