20 lines
232 B
Plaintext
20 lines
232 B
Plaintext
|
!IF 0
|
||
|
Copyright (c) Microsoft Corporation
|
||
|
!ENDIF
|
||
|
|
||
|
TARGETNAME=popcopy
|
||
|
TARGETPATH=..\obj
|
||
|
TARGETTYPE=PROGRAM
|
||
|
|
||
|
USE_MSVCRT=1
|
||
|
USE_NATIVE_EH=1
|
||
|
USE_STL=1
|
||
|
|
||
|
UMTYPE=console
|
||
|
|
||
|
SOURCES= \
|
||
|
popcopy.cpp
|
||
|
|
||
|
TARGETLIBS= \
|
||
|
$(SDK_LIB_PATH)\setupapi.lib
|