summaryrefslogtreecommitdiff
path: root/odk/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 12:27:49 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 12:27:49 +0000
commit7686f9893a8da80eeec2be22f325f8ce99193e23 (patch)
tree97f221d2bad02de0ed3b546f7ff0021356da7115 /odk/source
parentce722ae7c8e95146aa1456069288192d2fb2bad5 (diff)
INTEGRATION: CWS mingwport03 (1.3.74); FILE MERGED
2006/09/06 15:40:24 vg 1.3.74.1: #i53572# MinGW port
Diffstat (limited to 'odk/source')
-rw-r--r--odk/source/unoapploader/win/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/source/unoapploader/win/makefile.mk b/odk/source/unoapploader/win/makefile.mk
index 4e38404d8167..d7fa3ba77cff 100644
--- a/odk/source/unoapploader/win/makefile.mk
+++ b/odk/source/unoapploader/win/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: rt $ $Date: 2005-09-07 20:20:14 $
+# last change: $Author: vg $ $Date: 2007-03-26 13:27:49 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -57,7 +57,7 @@ APP1TARGET= $(TARGET)
APP1OBJS= $(OBJ)$/unoapploader.obj
APP1STDLIBS=\
- advapi32.lib
+ $(ADVAPI32LIB)
# --- Targets ------------------------------------------------------