diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-09 12:03:00 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-09 12:03:00 +0000 |
commit | 4961866d206f7d86ceedab961c296e8293f70711 (patch) | |
tree | c7a1cc7bdf10934c57f5ab6eac821df447a8ed7b /desktop/win32 | |
parent | f2459ee02f5cc384d0254bee7d16101056ae0fbd (diff) |
INTEGRATION: CWS sb87 (1.4.142); FILE MERGED
2008/04/24 13:22:20 sb 1.4.142.2: RESYNC: (1.4-1.5); FILE MERGED
2008/04/24 11:39:27 sb 1.4.142.1: #i88687# added unoinfo executable
Diffstat (limited to 'desktop/win32')
-rw-r--r-- | desktop/win32/source/makefile.mk | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/desktop/win32/source/makefile.mk b/desktop/win32/source/makefile.mk index f1f03079a62f..ccb165398c18 100644 --- a/desktop/win32/source/makefile.mk +++ b/desktop/win32/source/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # # This file is part of OpenOffice.org. # @@ -40,6 +40,8 @@ AUTOSEG=true .INCLUDE : settings.mk +UWINAPILIB = + # --- Files -------------------------------------------------------- OBJFILES = \ @@ -50,7 +52,13 @@ OBJFILES = \ $(OBJ)$/rwrapa.obj \ $(OBJ)$/rwrapw.obj \ $(OBJ)$/sowrapper.obj \ - $(OBJ)$/extendloaderenvironment.obj + $(OBJ)$/extendloaderenvironment.obj \ + $(OBJ)$/unoinfo.obj + +APP1TARGET = unoinfo +APP1OBJS = $(OBJ)$/unoinfo.obj $(SOLARLIBDIR)$/pathutils-obj.obj +APP1STDLIBS = +APP1RPATH = BRAND # --- Targets ------------------------------------------------------ |