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 /svtools | |
parent | e043b2117458380e7d680db739cfb3fee7f6f5c1 (diff) |
Clean up makefiles
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/table/makefile.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/svtools/source/table/makefile.mk b/svtools/source/table/makefile.mk index cf1adc76fe92..78c50f9eca4a 100644 --- a/svtools/source/table/makefile.mk +++ b/svtools/source/table/makefile.mk @@ -30,7 +30,6 @@ PRJ=..$/.. ENABLE_EXCEPTIONS=TRUE PRJNAME=svtools TARGET=table -#LIBTARGET=NO # --- Settings ----------------------------------------------------- @@ -47,9 +46,6 @@ SLOFILES=\ $(SLO)$/defaultinputhandler.obj \ $(SLO)$/tabledatawindow.obj -#LIB1TARGET= $(SLB)$/$(TARGET).lib -#LIB1OBJFILES= $(SLOFILES) - # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |