diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-03-25 23:40:13 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-03-25 23:43:22 -0500 |
commit | 8f1bedf008c2e7e7bd8f9717177dd3f1740143d0 (patch) | |
tree | ec9356e1f3e511b2eb84cf3892173f00ea345a51 /sc/util | |
parent | d16c2a87cf70c9c45ccefa963c2a86c3d8c476b8 (diff) |
change location of image ressources
Diffstat (limited to 'sc/util')
-rw-r--r-- | sc/util/makefile.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/util/makefile.mk b/sc/util/makefile.mk index 834d568ac7c5..c7347e9b819a 100644 --- a/sc/util/makefile.mk +++ b/sc/util/makefile.mk @@ -56,9 +56,7 @@ RESLIB1LIST=\ RESLIB1NAME=sc RESLIB1IMAGES=\ $(PRJ)$/res \ - $(PRJ)$/res/imglst/apptbx \ - $(PRJ)$/res/imglst/dbgui \ - $(PRJ)$/res/imglst/navipi + $(PRJ)$/imglst RESLIB1SRSFILES=\ $(RESLIB1LIST) |