diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 17:40:39 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 17:40:39 +0000 |
commit | 84121310af43afc825347a69db9b2bc273b6d080 (patch) | |
tree | c9cd96d1a92c0bd793e7fd97e66949f4731c9227 /dmake/win95 | |
parent | d56407609ac6541f6547c256db0a5c1534af5633 (diff) |
INTEGRATION: CWS dmake412_DEV300 (1.2.32); FILE MERGED
2007/11/28 20:18:19 vq 1.2.32.2: #i83540# Fix dmake's own makefile to build itself.
2007/11/12 00:12:02 vq 1.2.32.1: #i83540# Make dmake buildable with .NET 2003 again.
Diffstat (limited to 'dmake/win95')
-rw-r--r-- | dmake/win95/microsft/config.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dmake/win95/microsft/config.mk b/dmake/win95/microsft/config.mk index 4ac01cc87601..acc43fd3160c 100644 --- a/dmake/win95/microsft/config.mk +++ b/dmake/win95/microsft/config.mk @@ -15,12 +15,12 @@ TMPDIR := # The following sources are required for MSC OSR_SRC += ruletab.c -DOS_SRC += runargv.c rmprq.c +UNX_SRC += runargv.c rmprq.c .SETDIR=$(osrdir) : $(OSR_SRC) -.SETDIR=msdos : $(DOS_SRC) +.SETDIR=unix : $(UNX_SRC) -SRC += $(OSR_SRC) $(DOS_SRC) +SRC += $(OSR_SRC) $(UNX_SRC) .SOURCE.h : $(osrdir) SET_STACK = /stack:4096 |