From 89f3ea02c7b488383247fbda59545776c6d8d7df Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sat, 28 May 2005 23:38:58 +0000 Subject: [PATCH] this two file are not need any longer svn path=/trunk/; revision=15647 --- reactos/lib/comctl32/Makefile.in | 65 ---------------------- reactos/lib/comctl32/Makefile.ros-template | 21 ------- 2 files changed, 86 deletions(-) delete mode 100644 reactos/lib/comctl32/Makefile.in delete mode 100644 reactos/lib/comctl32/Makefile.ros-template diff --git a/reactos/lib/comctl32/Makefile.in b/reactos/lib/comctl32/Makefile.in deleted file mode 100644 index 1d117b8cf4d..00000000000 --- a/reactos/lib/comctl32/Makefile.in +++ /dev/null @@ -1,65 +0,0 @@ -EXTRADEFS = -D_COMCTL32_ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ -MODULE = comctl32.dll -IMPORTLIB = libcomctl32.$(IMPLIBEXT) -IMPORTS = user32 gdi32 advapi32 kernel32 -DELAYIMPORTS = winmm -EXTRALIBS = $(LIBUNICODE) - -C_SRCS = \ - animate.c \ - comboex.c \ - comctl32undoc.c \ - commctrl.c \ - datetime.c \ - draglist.c \ - flatsb.c \ - header.c \ - hotkey.c \ - imagelist.c \ - ipaddress.c \ - listview.c \ - monthcal.c \ - nativefont.c \ - pager.c \ - progress.c \ - propsheet.c \ - rebar.c \ - smoothscroll.c \ - string.c \ - status.c \ - syslink.c \ - tab.c \ - toolbar.c \ - tooltips.c \ - trackbar.c \ - treeview.c \ - updown.c - -RC_SRCS = rsrc.rc -RC_BINSRC = rsrc.rc -RC_BINARIES = \ - idb_hist_large.bmp \ - idb_hist_small.bmp \ - idb_std_large.bmp \ - idb_std_small.bmp \ - idb_view_large.bmp \ - idb_view_small.bmp \ - idc_copy.cur \ - idc_divider.cur \ - idc_divideropen.cur \ - idc_movebutton.cur \ - idi_dragarrow.ico \ - idi_tt_error_sm.ico \ - idi_tt_info_sm.ico \ - idi_tt_warn_sm.ico \ - idt_check.bmp - -SUBDIRS = tests - -@MAKE_DLL_RULES@ - -### Dependencies: diff --git a/reactos/lib/comctl32/Makefile.ros-template b/reactos/lib/comctl32/Makefile.ros-template deleted file mode 100644 index 990b2c21030..00000000000 --- a/reactos/lib/comctl32/Makefile.ros-template +++ /dev/null @@ -1,21 +0,0 @@ -# $Id: Makefile.ros-template 11910 2004-12-03 23:37:44Z blight $ - -TARGET_NAME = comctl32 - -TARGET_OBJECTS = @C_SRCS@ - -TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__ - -TARGET_SDKLIBS = @IMPORTS@ winmm.a wine.a wine_uuid.a ntdll.a - -TARGET_BASE = $(TARGET_BASE_LIB_COMCTL32) - -TARGET_RC_SRCS = @RC_SRCS@ -TARGET_RC_BINSRC = @RC_BINSRC@ -TARGET_RC_BINARIES = @RC_BINARIES@ - -default: all - -DEP_OBJECTS = $(TARGET_OBJECTS) - -include $(TOOLS_PATH)/depend.mk