summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-01 17:58:43 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-01 17:58:55 +0100
commit957c87b827c2d762c20e17e31d0f26e6695f4cc8 (patch)
tree6ce421b2e0f1522ccdbcce51d07f44072c095ed3 /dtrans
parent32ce576ef908d3cc7046f04ad08e91718799e260 (diff)
Clean up makefiles
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/test/win32/dnd/makefile.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/dtrans/test/win32/dnd/makefile.mk b/dtrans/test/win32/dnd/makefile.mk
index 3744e6135806..93ac89b0d35c 100644
--- a/dtrans/test/win32/dnd/makefile.mk
+++ b/dtrans/test/win32/dnd/makefile.mk
@@ -32,7 +32,6 @@ TARGET=dndTest
TARGETTYPE=CUI
LIBTARGET=NO
-#USE_DEFFILE= TRUE
ENABLE_EXCEPTIONS=TRUE
# --- Settings ---
@@ -41,7 +40,6 @@ ENABLE_EXCEPTIONS=TRUE
# --- Files ---
-# CFLAGS+=-GR -DUNICODE -D_UNICODE
CFLAGS+= -D_WIN32_DCOM
INCPRE+= -I$(ATL_INCLUDE)
@@ -73,8 +71,6 @@ APP1LIBS= \
$(SLB)$/dtobjfact.lib \
$(SLB)$/dtutils.lib
-# $(SOLARLIBDIR)$/imtaolecb.lib\
-
APP1DEF= $(MISC)\$(APP1TARGET).def
# --- Targets ---