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