diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-21 16:29:18 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-25 17:54:56 -0500 |
commit | 9aacc61749ad0b84112f88bc5b048c8c8e494089 (patch) | |
tree | a641f2b1413e51fa9c7c0565af35c7c44af4e714 /reportdesign/util | |
parent | 81eb43c3d733b3f6f6f232f5490e45a92aff82ed (diff) |
Finally, gut the vos module out of the build
Diffstat (limited to 'reportdesign/util')
-rw-r--r-- | reportdesign/util/makefile.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/reportdesign/util/makefile.mk b/reportdesign/util/makefile.mk index 32fe4eb2a5d6..fd6a31699268 100644 --- a/reportdesign/util/makefile.mk +++ b/reportdesign/util/makefile.mk @@ -68,7 +68,6 @@ SHL1STDLIBS= \ $(CPPULIB) \ $(VCLLIB) \ $(TKLIB) \ - $(VOSLIB) \ $(SALLIB) .IF "$(GUI)"=="OS2" |