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.
19 lines
379 B
19 lines
379 B
#
|
|
# Copyright (c) Microsoft Corporation
|
|
#
|
|
|
|
TARGETPATH=..\obj
|
|
TARGETTYPE=PROGRAM
|
|
TARGETNAME=shfusion2_uselib$(use_c_or_cpp)from$(from_c_or_cpp)
|
|
UMTYPE=console
|
|
USE_MSVCRT=1
|
|
|
|
SOURCES= \
|
|
..\uselib$(from_c_or_cpp).$(from_c_or_cpp)
|
|
|
|
NO_BINPLACE=1
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
..\$(O)\shfusion2_lib$(use_c_or_cpp).lib
|