2025-04-27 07:49:33 -04:00

48 lines
988 B
Plaintext

!IF 0
Copyright (c) 1989-1993 Microsoft Corporation
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
!ENDIF
!include ../sources.inc
TARGETNAME=inftest
TARGETPATH=obj
TARGETTYPE=PROGRAM
C_DEFINES=-DUNICODE -D_UNICODE
INCLUDES=$(BASE_INC_PATH);\
..\inc
SOURCES=inftest.c \
syntax.c \
inftest.rc
TARGETLIBS=\
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(BASE_LIB_PATH)\sputilsu.lib \
$(SDK_LIB_PATH)\setupapi.lib \
$(PROJECT_ROOT)\ntsetup\inf\win4\tools\inflib\$(O)\inflib.lib
UMTYPE=console
UMENTRY=wmain
PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj