diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-09-23 17:53:48 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-09-23 17:55:39 +0200 |
commit | a66f9903bba9dc7eeff6683ebddcd34d4ad70068 (patch) | |
tree | 94571cf25c403a7395ddc03024d4d33665184aab /shell/source | |
parent | ff6e6479328c94938e319c2e69a5f0ac35d20cfe (diff) |
Undo basis/brand split: move dynamic libraries from basis to brand.
Diffstat (limited to 'shell/source')
-rw-r--r-- | shell/source/tools/lngconvex/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/tools/lngconvex/makefile.mk b/shell/source/tools/lngconvex/makefile.mk index f7f229772f8f..bf711520209f 100644 --- a/shell/source/tools/lngconvex/makefile.mk +++ b/shell/source/tools/lngconvex/makefile.mk @@ -53,7 +53,7 @@ CFLAGS+=-Ob0 -D_NTSDK APP1TARGET=$(TARGET) APP1OBJS=$(OBJ)$/$(TARGET).obj\ $(OBJ)$/cmdline.obj - +APP1RPATH = NONE APP1STDLIBS= $(SALLIB)\ $(TOOLSLIB)\ $(I18NISOLANGLIB) |