diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-02 11:51:34 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-02 12:16:37 +0100 |
commit | 931d9ef98d5bc94d975094bbe9bb4c4c923b4c64 (patch) | |
tree | a76321f63d824615f805a312c59a587f1b07fe2b /basebmp | |
parent | e043b2117458380e7d680db739cfb3fee7f6f5c1 (diff) |
Clean up makefiles
Diffstat (limited to 'basebmp')
-rw-r--r-- | basebmp/test/makefile.mk | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/basebmp/test/makefile.mk b/basebmp/test/makefile.mk index 8dc95dcea0e5..4fdc39bb6fd4 100644 --- a/basebmp/test/makefile.mk +++ b/basebmp/test/makefile.mk @@ -99,25 +99,6 @@ SHL1RPATH = NONE .ENDIF # END ------------------------------------------------------------------ -#APP2TARGET= bmpdemo - -#APP2OBJS= \ -# $(OBJ)$/bmpdemo.obj - -#APP2STDLIBS=$(TOOLSLIB) \ -# $(COMPHELPERLIB) \ -# $(BASEGFXLIB) \ -# $(BASEBMPLIB) \ -# $(CPPULIB) \ -# $(CPPUHELPERLIB) \ -# $(UCBHELPERLIB) \ -# $(SALLIB) \ -# $(VCLLIB) -# -#.IF "$(GUI)"!="UNX" -#APP2DEF= $(MISC)$/$(TARGET).def -#.ENDIF - #------------------------------- All object files ------------------------------- # do this here, so we get right dependencies SLOFILES=$(SHL1OBJS) |