summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-11-18 13:58:37 +0000
committerKurt Zenker <kz@openoffice.org>2003-11-18 13:58:37 +0000
commitf80b39921aca5f7844712aa7a6ac2ecb798563e1 (patch)
tree71897de107d3420296496a4fba4e412587731a47 /vcl
parent327278ee12049b30057c1e96b979ac26bbbd7fd5 (diff)
INTEGRATION: CWS vclsysmenu (1.2.204); FILE MERGED
2003/11/10 17:33:13 ssa 1.2.204.2: RESYNC: (1.2-1.3); FILE MERGED 2003/10/01 14:42:32 ssa 1.2.204.1: #i20547# native menues
Diffstat (limited to 'vcl')
-rw-r--r--vcl/win/source/window/MAKEFILE.MK6
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/win/source/window/MAKEFILE.MK b/vcl/win/source/window/MAKEFILE.MK
index 1eb370e4fbf2..debc02c4adff 100644
--- a/vcl/win/source/window/MAKEFILE.MK
+++ b/vcl/win/source/window/MAKEFILE.MK
@@ -2,9 +2,9 @@
#
# $RCSfile: MAKEFILE.MK,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: obo $ $Date: 2003-10-20 17:50:38 $
+# last change: $Author: kz $ $Date: 2003-11-18 14:58:37 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -78,10 +78,12 @@ CFLAGS += -DWINVER=0x0400
# --- Files --------------------------------------------------------
SLOFILES= $(SLO)$/salframe.obj \
+ $(SLO)$/salmenu.obj \
$(SLO)$/salobj.obj
.IF "$(UPDATER)"=="YES"
OBJFILES= $(OBJ)$/salframe.obj \
+ $(OBJ)$/salmenu.obj \
$(OBJ)$/salobj.obj
.ENDIF