mirror of https://github.com/tongzx/nt5src
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.
68 lines
1.1 KiB
68 lines
1.1 KiB
!IF 0
|
|
|
|
Copyright (c) 1996 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources
|
|
|
|
Abstract:
|
|
|
|
NT makefile
|
|
|
|
Author:
|
|
|
|
RaymondC
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
#MAJORCOMP=windows
|
|
#MINORCOMP=media
|
|
|
|
UMTYPE=windows
|
|
|
|
TARGETNAME=msnspa
|
|
TARGETTYPE=PROGRAM
|
|
TARGETPATH=obj
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\wsock32.lib \
|
|
|
|
INCLUDES=\
|
|
$(BASEDIR)\private\windows\inc;\
|
|
$(INCLUDES)
|
|
|
|
CONDITIONAL_INCLUDES=\
|
|
commctrl.rh \
|
|
version.h \
|
|
ieverp.h \
|
|
$(CONDITIONAL_INCLUDES)
|
|
|
|
!IFNDEF MSC_WARNING_LEVEL
|
|
MSC_WARNING_LEVEL=/W3
|
|
!ENDIF
|
|
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
|
|
|
|
EXPECTED_WINVER=4.0
|
|
|
|
SOURCES=\
|
|
msnspa.c \
|
|
proxy.c \
|
|
pop3.c \
|
|
nntp.c \
|
|
ui.c \
|
|
msnspa.rc \
|
|
|
|
UMENTRYABS=Entry
|
|
|
|
PRECOMPILED_INCLUDE=msnspa.h
|
|
PRECOMPILED_PCH=pch.pch
|
|
PRECOMPILED_OBJ=pch.obj
|
|
|
|
#USE_MAPSYM = 1
|
|
#NTDEBUG=retail
|