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.
33 lines
667 B
33 lines
667 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1998 - 1999
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=lrtest
|
|
USE_MSVCRT=1
|
|
TARGETPATH=obj
|
|
|
|
MINORCOMP=lrtest
|
|
TARGETNAME=lrtest
|
|
TARGETTYPE=PROGRAM
|
|
UMENTRY=wmain
|
|
|
|
SOURCES=lrtest.rc \
|
|
lrtest.cxx
|
|
|
|
UMTYPE=console
|
|
|
|
UMLIBS= $(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ntquery.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\version.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\psapi.lib \
|
|
$(UMLIBS)
|