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.
44 lines
621 B
44 lines
621 B
!IF 0
|
|
|
|
Copyright (c) 1990 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
!ENDIF
|
|
|
|
#MAJORCOMP=actools
|
|
#MINORCOMP=SMVDrv
|
|
|
|
TARGETNAME=SMVDrv
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=PROGRAM
|
|
|
|
BINPLACE_PLACEFILE=..\placefil.txt
|
|
|
|
SOURCES=smvdrv.rc \
|
|
smvdrv.cpp
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=stdafx.h
|
|
|
|
C_DEFINES= -DWIN32 -D_WINDOWS -D_MBCS
|
|
|
|
USE_MSVCRT=1
|
|
USE_MFC=1
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
|
|
WIN32_WINNT_VERSION=0x0400
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib
|
|
|
|
LINKLIBS= \
|
|
..\log\$(O)\log.lib
|