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.
14 lines
315 B
14 lines
315 B
# Sources to link and publish d3d8.lib only
|
|
|
|
#this file is copied here from ..\linkdll by makefil0
|
|
SOURCES = ..\d3d8.rc
|
|
|
|
!include ..\..\bldlink.inc
|
|
|
|
# do not binplace from here
|
|
NO_BINPLACE=1
|
|
|
|
# publish d3d8.lib
|
|
PASS1_PUBLISH=\
|
|
{ $(O)\$(TARGETNAME).lib=$(SDK_LIB_PATH)\$(ALT_PROJECT_TARGET)\$(TARGETNAME).lib }
|
|
|