diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-21 16:02:40 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-25 19:55:34 -0500 |
commit | 1df23c08d442cc3e5d3714b54b8d5ab73327b954 (patch) | |
tree | f8a92489802a454e2d3d4e5a5bcd9e47884ad294 /avmedia/util | |
parent | 119873328acd70ca3569c21a0b1fe36277e8bf4c (diff) |
Finally, gut the vos module out of the build
Diffstat (limited to 'avmedia/util')
-rw-r--r-- | avmedia/util/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/avmedia/util/makefile.mk b/avmedia/util/makefile.mk index b0d0a6816cf8..bd167e8744cf 100644 --- a/avmedia/util/makefile.mk +++ b/avmedia/util/makefile.mk @@ -38,7 +38,7 @@ GEN_HID_OTHER=TRUE # --- Resources --------------------------------- RESLIB1NAME=$(TARGET) -RESLIB1IMAGES=$(PRJ)$/res +RESLIB1IMAGES=$(PRJ)$/res RESLIB1SRSFILES= \ $(SRS)$/viewer.srs \ $(SRS)$/framework.srs @@ -48,13 +48,13 @@ RESLIB1SRSFILES= \ LIB1TARGET=$(SLB)$/$(TARGET).lib LIB1FILES=\ $(SLB)$/viewer.lib \ - $(SLB)$/framework.lib - + $(SLB)$/framework.lib + # ========================================================================== SHL1TARGET=$(TARGET)$(DLLPOSTFIX) SHL1IMPLIB=i$(TARGET) -SHL1STDLIBS=$(UNOTOOLSLIB) $(TOOLSLIB) $(CPPULIB) $(CPPUHELPERLIB) $(SALLIB) $(VCLLIB) $(COMPHELPERLIB) $(SVTOOLLIB) $(SVLLIB) $(SFXLIB) $(VOSLIB) +SHL1STDLIBS=$(UNOTOOLSLIB) $(TOOLSLIB) $(CPPULIB) $(CPPUHELPERLIB) $(SALLIB) $(VCLLIB) $(COMPHELPERLIB) $(SVTOOLLIB) $(SVLLIB) $(SFXLIB) SHL1DEF=$(MISC)$/$(SHL1TARGET).def SHL1LIBS=$(SLB)$/$(TARGET).lib |