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.
18 lines
352 B
18 lines
352 B
# Sources to build and binplace d3d8(d).dll
|
|
#
|
|
# generates d3d8.dll for FREE build
|
|
# generates d3d8d.dll for !FREE && DIRECTX_REDIST build
|
|
|
|
!include ..\..\bldlink.inc
|
|
|
|
!if !$(FREEBUILD)
|
|
!ifdef DIRECTX_REDIST
|
|
TARGETNAME=$(TARGETNAME)d
|
|
!endif
|
|
!endif
|
|
|
|
SOURCES = ..\d3d8.rc
|
|
|
|
# do regular binplace
|
|
# do not publish lib (do not want d3d8d.lib published)
|
|
|