summaryrefslogtreecommitdiff
path: root/shell/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-04-07 10:04:47 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-04-07 10:04:47 +0000
commitaa371a79ae60617d21d8df986af424989cc4bf41 (patch)
treecd57bda4980b2ae987eca0d62547a80e125c4640 /shell/source
parent87346e104d8ddb478b57606187204cd23a537fa6 (diff)
INTEGRATION: CWS desktintgr01 (1.4.88); FILE MERGED
2004/03/12 12:20:20 tra 1.4.88.2: #97686# 2004/02/26 14:24:03 deuce 1.4.88.1: Issue number: 97686, 115531, 108219 restructure shxthdl module Submitted by: Gorden Lin/gorden.lin@sun.com Reviewed by: Tino Rachui/tino.rachui@sun.com
Diffstat (limited to 'shell/source')
-rw-r--r--shell/source/win32/shlxthandler/makefile.mk56
1 files changed, 13 insertions, 43 deletions
diff --git a/shell/source/win32/shlxthandler/makefile.mk b/shell/source/win32/shlxthandler/makefile.mk
index b3b58db380a1..303ae95313bc 100644
--- a/shell/source/win32/shlxthandler/makefile.mk
+++ b/shell/source/win32/shlxthandler/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: hr $ $Date: 2003-03-27 11:16:13 $
+# last change: $Author: hr $ $Date: 2004-04-07 11:04:47 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -67,52 +67,30 @@ LIBTARGET=NO
ENABLE_EXCEPTIONS=TRUE
USE_DEFFILE=TRUE
-TARGET1=regsvrex
-TARGETTYPE=CUI
-
-
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-# set the define _WINXPSDK if you compile
-# with a Microsoft platform sdk for Windows
-# 2000 and greater
-#
-# set ISOLATION_AWARE_ENABLE for activating
-# the Windows XP visual styles
-
-#-D_WINXPSDK set this for a Win2000/WinXP Platform SDK
-#-DBUILD_SOSL for extended functionality (Infotip and
-# Column Handler)
-
CFLAGS+=-DISOLATION_AWARE_ENABLED -DWIN32_LEAN_AND_MEAN -DXML_UNICODE -D_NTSDK -DUNICODE -D_UNICODE -D_WIN32_WINNT=0x0501
-# --- Files --------------------------------------------------------
+CDEFS+=-D_WIN32_IE=0x501
-RCFILES=$(TARGET).rc
-
-LNGFILES=$(TARGET).lng
+# --- Files --------------------------------------------------------
SLOFILES=$(SLO)$/classfactory.obj\
- $(SLO)$/columnprovider.obj\
+ $(SLO)$/columninfo.obj\
$(SLO)$/dbgmacros.obj\
$(SLO)$/fileextensions.obj\
- $(SLO)$/infotip.obj\
- $(SLO)$/propshthdl.obj\
+ $(SLO)$/infotips.obj\
+ $(SLO)$/propsheets.obj\
$(SLO)$/registry.obj\
- $(SLO)$/saxdochdl.obj\
- $(SLO)$/saxprsrexcptn.obj\
$(SLO)$/shlxthdl.obj\
- $(SLO)$/xmlprsr.obj\
- $(SLO)$/ziparchv.obj\
- $(SLO)$/zipexcptn.obj\
- $(SLO)$/metaaccessor.obj\
$(SLO)$/utilities.obj\
$(SLO)$/listviewbuilder.obj\
$(SLO)$/document_statistic.obj\
$(SLO)$/iso8601_converter.obj
+
SHL1TARGET=$(TARGET)
SHL1STDLIBS=uwinapi.lib\
@@ -122,11 +100,14 @@ SHL1STDLIBS=uwinapi.lib\
uuid.lib\
shell32.lib\
comctl32.lib\
- gdi32.lib
+ gdi32.lib\
+ kernel32.lib
SHL1LIBS=$(SOLARLIBDIR)$/zlib.lib\
$(SOLARLIBDIR)$/expat_xmlparse.lib\
- $(SOLARLIBDIR)$/expat_xmltok.lib
+ $(SOLARLIBDIR)$/expat_xmltok.lib\
+ $(SLB)$/zipfile.lib\
+ $(SLB)$/sax.lib
SHL1DEPN=
@@ -138,19 +119,8 @@ SHL1RES=$(RES)$/$(TARGET).res
DEF1NAME=$(SHL1TARGET)
DEF1EXPORTFILE=exports.dxp
-OBJFILES=$(OBJ)$/regsvrex.obj
-APP1TARGET=$(TARGET1)
-APP1OBJS=$(OBJFILES)
-APP1STDLIBS=kernel32.lib
-APP1DEF=$(MISC)$/$(APP1TARGET).def
-
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-# Generate the native Windows resource file
-# using lngconvex.exe
-
-$(RCFILES) : $(LNGFILES) makefile.mk rcfooter.txt rcheader.txt rctmpl.txt ctrylnglist.txt
- +$(BIN)$/lngconvex.exe -lng shlxthdl.lng -rc shlxthdl.rc -c ctrylnglist.txt -rct rctmpl.txt -rch rcheader.txt -rcf rcfooter.txt