mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
Converted eols.
svn path=/trunk/; revision=11820
This commit is contained in:
parent
e593105229
commit
01e1531802
1 changed files with 44 additions and 44 deletions
|
@ -1,44 +1,44 @@
|
|||
# $Id: makefile,v 1.20 2004/11/26 07:24:17 arty Exp $
|
||||
|
||||
PATH_TO_TOP = ../..
|
||||
|
||||
TARGET_REGTESTS = yes
|
||||
|
||||
TARGET_TYPE = dynlink
|
||||
|
||||
TARGET_NAME = ws2_32
|
||||
|
||||
TARGET_PCH = include/ws2_32.h
|
||||
|
||||
TARGET_BASE = $(TARGET_BASE_LIB_W2_32)
|
||||
|
||||
TARGET_CFLAGS = \
|
||||
-I./include \
|
||||
-Wall \
|
||||
-Werror \
|
||||
-fno-builtin \
|
||||
-DUNICODE \
|
||||
-DLE \
|
||||
-D__USE_W32API \
|
||||
-D_WIN32_WINNT=0x0500
|
||||
|
||||
# require os code to explicitly request A/W version of structs/functions
|
||||
TARGET_CFLAGS += -D_DISABLE_TIDENTS
|
||||
|
||||
TARGET_LFLAGS = -nostartfiles -nostdlib
|
||||
|
||||
TARGET_SDKLIBS = ntdll.a kernel32.a advapi32.a dnsapi.a
|
||||
|
||||
TARGET_OBJECTS = misc/bsd.o misc/catalog.o misc/dllmain.o \
|
||||
misc/event.o misc/handle.o misc/ns.o \
|
||||
misc/sndrcv.o misc/stubs.o misc/upcall.o
|
||||
|
||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
include $(TOOLS_PATH)/helper.mk
|
||||
|
||||
include $(TOOLS_PATH)/depend.mk
|
||||
|
||||
# EOF
|
||||
# $Id: makefile,v 1.21 2004/11/26 07:41:25 arty Exp $
|
||||
|
||||
PATH_TO_TOP = ../..
|
||||
|
||||
TARGET_REGTESTS = yes
|
||||
|
||||
TARGET_TYPE = dynlink
|
||||
|
||||
TARGET_NAME = ws2_32
|
||||
|
||||
TARGET_PCH = include/ws2_32.h
|
||||
|
||||
TARGET_BASE = $(TARGET_BASE_LIB_W2_32)
|
||||
|
||||
TARGET_CFLAGS = \
|
||||
-I./include \
|
||||
-Wall \
|
||||
-Werror \
|
||||
-fno-builtin \
|
||||
-DUNICODE \
|
||||
-DLE \
|
||||
-D__USE_W32API \
|
||||
-D_WIN32_WINNT=0x0500
|
||||
|
||||
# require os code to explicitly request A/W version of structs/functions
|
||||
TARGET_CFLAGS += -D_DISABLE_TIDENTS
|
||||
|
||||
TARGET_LFLAGS = -nostartfiles -nostdlib
|
||||
|
||||
TARGET_SDKLIBS = ntdll.a kernel32.a advapi32.a dnsapi.a
|
||||
|
||||
TARGET_OBJECTS = misc/bsd.o misc/catalog.o misc/dllmain.o \
|
||||
misc/event.o misc/handle.o misc/ns.o \
|
||||
misc/sndrcv.o misc/stubs.o misc/upcall.o
|
||||
|
||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
include $(TOOLS_PATH)/helper.mk
|
||||
|
||||
include $(TOOLS_PATH)/depend.mk
|
||||
|
||||
# EOF
|
||||
|
|
Loading…
Reference in a new issue