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.
27 lines
525 B
27 lines
525 B
!include $(PROJECT_ROOT)\wia\wiaenv.inc
|
|
|
|
TARGETNAME=wiasetup
|
|
TARGETTYPE=DYNLINK
|
|
TARGETPATH=obj
|
|
|
|
|
|
!IFDEF NOT_UNICODE
|
|
UMENTRY=winmain
|
|
!ELSE
|
|
UMENTRY=wwinmain
|
|
!ENDIF
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\kernel32.lib\
|
|
$(SDK_LIB_PATH)\user32.lib\
|
|
$(SDK_LIB_PATH)\advapi32.lib\
|
|
$(SDK_LIB_PATH)\setupapi.lib\
|
|
$(SDK_LIB_PATH)\version.lib\
|
|
$(SDK_LIB_PATH)\sfc.lib
|
|
|
|
SOURCES=wiasetup.c wiasetup.rc
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
|
|
INCLUDES=$(INCLUDES);\
|
|
$(BASEDIR)\public\internal\base\inc;\
|
|
$(SDK_INC_PATH)\mfc42
|