diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2010-09-18 10:06:58 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@hemulen.(none)> | 2010-09-18 10:06:58 +0300 |
commit | a00b455f9b601b8a296e70b2471c2fd1b520c968 (patch) | |
tree | d271d6b7b78cc05c8db6e4df792bd6b4219da302 | |
parent | b7628798ec1a966c97a64d7cf0aa9f3859b78bef (diff) |
Workaround for default_images symlink problem on Cygwin
Notes
Notes:
split repo tag: components_OOO_BUILD_3_2_99_0_PRE
-rw-r--r-- | cui/util/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/util/makefile.mk b/cui/util/makefile.mk index cf2a6fcc3dc5..a5a2fc28da87 100644 --- a/cui/util/makefile.mk +++ b/cui/util/makefile.mk @@ -97,7 +97,7 @@ SRSFILELIST=\ RESLIB1NAME=cui -RESLIB1IMAGES=$(SOLARSRC)/$(RSCDEFIMG)/svx/res +RESLIB1IMAGES=$(SOLARDEFIMG)/svx/res RESLIB1SRSFILES= $(SRSFILELIST) # --- Targets ------------------------------------------------------- |