diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-10-16 14:06:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-10-16 14:06:02 +0000 |
commit | 9aa7fc7b255054df48940eedc076850d11dbd5c2 (patch) | |
tree | dc6b0014e030a562a86872f8d873eeb7bd30d11d /odk/source | |
parent | 237ccc1e8d700d0a9a93fb9b56991d2c31b26d05 (diff) |
CWS-TOOLING: integrate CWS unowinregfix_DEV300
Diffstat (limited to 'odk/source')
-rw-r--r-- | odk/source/unowinreg/win/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/odk/source/unowinreg/win/makefile.mk b/odk/source/unowinreg/win/makefile.mk index f195327d7904..026e66fb1099 100644 --- a/odk/source/unowinreg/win/makefile.mk +++ b/odk/source/unowinreg/win/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.12.34.1 $ # # This file is part of OpenOffice.org. # @@ -88,6 +88,7 @@ $(BIN)$/unowinreg.dll : $(SOLARVERSION)$/$(INPATH)$/bin$(UPDMINOREXT)$/unowinreg # --- Files -------------------------------------------------------- +LINKFLAGS+=-MANIFEST:NO SLOFILES = \ $(SLO)$/unowinreg.obj SHL1TARGET=$(TARGET) @@ -103,7 +104,7 @@ STDSHL= SHL1STDLIBS +=\ $(KERNEL32LIB)\ $(ADVAPI32LIB) - + SHL1DEF=$(MISC)$/$(SHL1TARGET).def DEF1NAME=$(SHL1TARGET) |