mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
fixed line endings
svn path=/trunk/; revision=6248
This commit is contained in:
parent
21a74ed02c
commit
2b4d614b3b
1 changed files with 77 additions and 77 deletions
|
@ -1,77 +1,77 @@
|
|||
PATH_TO_TOP = ../..
|
||||
|
||||
TARGET_TYPE = dynlink
|
||||
|
||||
TARGET_NAME = comctl32
|
||||
|
||||
TARGET_CFLAGS = \
|
||||
-Wall \
|
||||
-fno-builtin
|
||||
|
||||
# Compile definitions usage:
|
||||
# __USE_W32API - Compilation with w32api headers
|
||||
# __REACTOS__ - Compilation of Wine sources for ReactOS
|
||||
# _WIN32_IE=0x600 - Internet Explorer 6 compatible defintions
|
||||
# WINVER=0x501 - Windows XP definitions
|
||||
# __need_offsetof - Force definition of macro offsetof in stddef.h
|
||||
#
|
||||
DEFINES = \
|
||||
-D_DISABLE_TIDENTS \
|
||||
-D__USE_W32API \
|
||||
-D__REACTOS__ \
|
||||
-D_WIN32_IE=0x600 \
|
||||
-D_WIN32_WINNT=0x501 \
|
||||
-DWINVER=0x501 \
|
||||
-DCOBJMACROS \
|
||||
-D__need_offsetof
|
||||
|
||||
TARGET_CFLAGS += \
|
||||
$(DEFINES) \
|
||||
-DDCX_USESTYLE=0x10000L \
|
||||
-I$(PATH_TO_TOP)/include/wine
|
||||
|
||||
TARGET_RCFLAGS += -D__REACTOS__ -D_WIN32_IE=0x600 -D_WIN32_WINNT=0x501
|
||||
|
||||
TARGET_LFLAGS = -nostartfiles -nostdlib
|
||||
|
||||
TARGET_DDKLIBS = ntdll.a
|
||||
|
||||
TARGET_SDKLIBS = gdi32.a msvcrt.a kernel32.a user32.a advapi32.a winmm.a ole32.a winedbgc.a
|
||||
|
||||
TARGET_BASE = 0x76160000
|
||||
|
||||
TARGET_OBJECTS = \
|
||||
animate.o \
|
||||
comboex.o \
|
||||
comctl32undoc.o \
|
||||
commctrl.o \
|
||||
datetime.o \
|
||||
draglist.o \
|
||||
flatsb.o \
|
||||
header.o \
|
||||
hotkey.o \
|
||||
imagelist.o \
|
||||
ipaddress.o \
|
||||
listview.o \
|
||||
monthcal.o \
|
||||
nativefont.o \
|
||||
pager.o \
|
||||
progress.o \
|
||||
propsheet.o \
|
||||
rebar.o \
|
||||
smoothscroll.o \
|
||||
status.o \
|
||||
tab.o \
|
||||
toolbar.o \
|
||||
tooltips.o \
|
||||
trackbar.o \
|
||||
treeview.o \
|
||||
updown.o
|
||||
|
||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
include $(TOOLS_PATH)/helper.mk
|
||||
|
||||
# include $(TOOLS_PATH)/depend.mk
|
||||
PATH_TO_TOP = ../..
|
||||
|
||||
TARGET_TYPE = dynlink
|
||||
|
||||
TARGET_NAME = comctl32
|
||||
|
||||
TARGET_CFLAGS = \
|
||||
-Wall \
|
||||
-fno-builtin
|
||||
|
||||
# Compile definitions usage:
|
||||
# __USE_W32API - Compilation with w32api headers
|
||||
# __REACTOS__ - Compilation of Wine sources for ReactOS
|
||||
# _WIN32_IE=0x600 - Internet Explorer 6 compatible defintions
|
||||
# WINVER=0x501 - Windows XP definitions
|
||||
# __need_offsetof - Force definition of macro offsetof in stddef.h
|
||||
#
|
||||
DEFINES = \
|
||||
-D_DISABLE_TIDENTS \
|
||||
-D__USE_W32API \
|
||||
-D__REACTOS__ \
|
||||
-D_WIN32_IE=0x600 \
|
||||
-D_WIN32_WINNT=0x501 \
|
||||
-DWINVER=0x501 \
|
||||
-DCOBJMACROS \
|
||||
-D__need_offsetof
|
||||
|
||||
TARGET_CFLAGS += \
|
||||
$(DEFINES) \
|
||||
-DDCX_USESTYLE=0x10000L \
|
||||
-I$(PATH_TO_TOP)/include/wine
|
||||
|
||||
TARGET_RCFLAGS += -D__REACTOS__ -D_WIN32_IE=0x600 -D_WIN32_WINNT=0x501
|
||||
|
||||
TARGET_LFLAGS = -nostartfiles -nostdlib
|
||||
|
||||
TARGET_DDKLIBS = ntdll.a
|
||||
|
||||
TARGET_SDKLIBS = gdi32.a msvcrt.a kernel32.a user32.a advapi32.a winmm.a ole32.a winedbgc.a
|
||||
|
||||
TARGET_BASE = 0x76160000
|
||||
|
||||
TARGET_OBJECTS = \
|
||||
animate.o \
|
||||
comboex.o \
|
||||
comctl32undoc.o \
|
||||
commctrl.o \
|
||||
datetime.o \
|
||||
draglist.o \
|
||||
flatsb.o \
|
||||
header.o \
|
||||
hotkey.o \
|
||||
imagelist.o \
|
||||
ipaddress.o \
|
||||
listview.o \
|
||||
monthcal.o \
|
||||
nativefont.o \
|
||||
pager.o \
|
||||
progress.o \
|
||||
propsheet.o \
|
||||
rebar.o \
|
||||
smoothscroll.o \
|
||||
status.o \
|
||||
tab.o \
|
||||
toolbar.o \
|
||||
tooltips.o \
|
||||
trackbar.o \
|
||||
treeview.o \
|
||||
updown.o
|
||||
|
||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
include $(TOOLS_PATH)/helper.mk
|
||||
|
||||
# include $(TOOLS_PATH)/depend.mk
|
||||
|
|
Loading…
Reference in a new issue