You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.2 KiB
60 lines
1.2 KiB
!IF 0
|
|
|
|
Copyright (c) 1989-1991 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
History:
|
|
|
|
Created 12-Sep-1991 by Richard L Firth (rfirth)
|
|
from template created 12-Apr-1990 by Steve Wood (stevewo)
|
|
|
|
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
USE_NOLIBS=1
|
|
TARGETNAME=wsock32n
|
|
|
|
USER_C_FLAGS=$(USER_C_FLAGS) -Opi
|
|
|
|
!INCLUDE ..\wininet.inc
|
|
|
|
TARGETPATH=obj
|
|
|
|
DLLENTRY=DllMain
|
|
|
|
TARGETTYPE=DYNLINK
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
|
|
SUBSYSTEM_VERSION=3.50
|
|
|
|
INCLUDES=..\inc
|
|
|
|
SOURCES= wsock32.c \
|
|
wsock32.rc
|
|
|
|
NTTARGETFILE0=wsock32.rc
|
|
|
|
LINKLIBS=
|
|
|
|
# If we are building for X86 we use w95fiber.dll or NT kernel fibers.
|
|
!IF "$(PROCESSOR_ARCHITECTURE)"=="x86"
|
|
LINKLIBS=$(LINKLIBS)
|
|
!ENDIF
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\mpr.lib \
|
|
$(SDK_LIB_PATH)\wininet.lib
|