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.
16 lines
312 B
16 lines
312 B
!include ..\sources.inc
|
|
|
|
MINORCOMP=loglib
|
|
|
|
TARGETNAME=setuplgu
|
|
|
|
USE_MSVCRT=1
|
|
|
|
C_DEFINES=-DUNICODE -D_UNICODE -DASSERTS_ON=0
|
|
# To enable asserts, add: -DASSERTS_ON=1
|
|
|
|
OPTIONAL_UMTEST=x
|
|
UMTYPE=windows
|
|
UMLIBS=$(SDK_LIB_PATH)\setupapi.lib
|
|
|
|
PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(PROJECT_LIB_PATH)\$(TARGETNAME).lib}
|