diff options
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/dnd/makefile.mk | 7 | ||||
-rw-r--r-- | dtrans/source/win32/workbench/makefile.mk | 7 |
2 files changed, 1 insertions, 13 deletions
diff --git a/dtrans/source/win32/dnd/makefile.mk b/dtrans/source/win32/dnd/makefile.mk index 54fd748a0889..4dda72007d15 100644 --- a/dtrans/source/win32/dnd/makefile.mk +++ b/dtrans/source/win32/dnd/makefile.mk @@ -44,13 +44,6 @@ stoponerror=tr # ------------------------------------------------------------------ -#CFLAGS+=-GR -DUNICODE -D_UNICODE - -#DBG_CONSOLE_OUT: when IDropTarget or IDropSource are called we write to a console -#DBG_CLIPBOARD_DATA: To provide DoDragDrop with an data object we call OleGetClipboard -#CFLAGS+= -DDBG_CONSOLE_OUT -DDBG_CLIPBOARD_DATA - - SLOFILES= $(SLO)$/dndentry.obj \ $(SLO)$/target.obj \ $(SLO)$/idroptarget.obj \ diff --git a/dtrans/source/win32/workbench/makefile.mk b/dtrans/source/win32/workbench/makefile.mk index be85525016c9..7432d2512df2 100644 --- a/dtrans/source/win32/workbench/makefile.mk +++ b/dtrans/source/win32/workbench/makefile.mk @@ -41,7 +41,6 @@ stoponerror=tr .ENDIF # --- Settings ----------------------------------------------------- -#.INCLUDE : $(PRJ)$/util$/makefile.pmk .INCLUDE : settings.mk @@ -54,8 +53,7 @@ CFLAGS+=-D_WIN32_DCOM -EHsc -Ob0 OBJFILES= $(OBJ)$/test_wincb.obj APP1TARGET= $(TARGET) APP1OBJS= $(OBJ)$/test_wincb.obj - - + APP1STDLIBS= $(SALLIB) \ $(CPPULIB) \ $(CPPUHELPERLIB) \ @@ -65,7 +63,6 @@ APP1STDLIBS= $(SALLIB) \ $(COMDLG32LIB) APP1LIBS= $(SLB)$/dtutils.lib - APP1NOSAL= TRUE @@ -86,11 +83,9 @@ APP1STDLIBS= $(SALLIB)\ $(OLEAUT32LIB) APP1LIBS= - APP1NOSAL= TRUE .ENDIF # --- Targets ------------------------------------------------------ .INCLUDE : target.mk -#.INCLUDE : $(PRJ)$/util$/target.pmk |