summaryrefslogtreecommitdiff
path: root/dmake
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 17:26:19 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 17:26:19 +0000
commitb2266ed082076b1e5ddbcf3f2f6e289dfad60aee (patch)
tree05e797507e068306aa3decee512508cbdc0ca455 /dmake
parent44a65ef41a699c912ec2a07fa31b6520dfd34206 (diff)
INTEGRATION: CWS dmake412_DEV300 (1.11.12); FILE MERGED
2007/11/28 04:08:41 vq 1.11.12.2: #i83540# A parallel runargv needs a corresponding rmprq. 2007/11/11 23:05:48 vq 1.11.12.1: #i83540# Enable parallel builds with native W32 dmake. (First MinGW only.)
Diffstat (limited to 'dmake')
-rwxr-xr-xdmake/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/dmake/Makefile.am b/dmake/Makefile.am
index 20581b531229..672f688c9ff0 100755
--- a/dmake/Makefile.am
+++ b/dmake/Makefile.am
@@ -4,9 +4,9 @@
#
# $RCSfile: Makefile.am,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: vg $ $Date: 2007-01-18 09:26:37 $
+# last change: $Author: kz $ $Date: 2008-03-05 18:26:19 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -61,8 +61,8 @@ endif
if OSTYPEWIN32
dmake_SOURCES += win95/dchdir.c win95/switchar.c \
msdos/dstrlwr.c msdos/arlib.c \
- msdos/dirbrk.c msdos/runargv.c \
- msdos/rmprq.c \
+ msdos/dirbrk.c unix/runargv.c \
+ unix/rmprq.c \
win95/microsft/ruletab.c
INCLUDES += -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@ -I$(top_srcdir)/@OS_TYPE@
endif