diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-01 17:55:57 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-01 17:56:10 +0100 |
commit | 9d4fdd4f187ae3082ba5077fbdf33e48aaae3821 (patch) | |
tree | 08c98c84cc291bc5b469581c1ed48580e1648072 /fpicker/test/makefile.mk | |
parent | 56d652d8a249b10037879b857debd879e262c5cf (diff) |
Clean up makefiles
Diffstat (limited to 'fpicker/test/makefile.mk')
-rw-r--r-- | fpicker/test/makefile.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fpicker/test/makefile.mk b/fpicker/test/makefile.mk index 9cdf1adb157a..4157d339bd3a 100644 --- a/fpicker/test/makefile.mk +++ b/fpicker/test/makefile.mk @@ -30,8 +30,6 @@ PRJ=.. PRJNAME=SV TARGET=svdem LIBTARGET=NO -#TARGETTYPE=GUI - .IF "$(GUI)" == "OS2" TARGETTYPE=GUI @@ -50,8 +48,6 @@ APP1NOSAL= TRUE APP1TARGET= $(TARGET) APP1OBJS= $(OBJFILES) -# $(OBJ)$/salmain.obj - APP1STDLIBS= $(CPPULIB) \ $(CPPUHELPERLIB) \ $(COMPHELPERLIB) \ |