windows-nt/Source/XPSP1/NT/windows/winstate/cobra/reqdlls/sources

24 lines
367 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!IF 0
The bindrop directory is a drop point for binaries (dll, lib, exe) that are
not built, but need to be binplaced.
!ENDIF
TARGETNAME=
TARGETTYPE=NOTARGET
TARGETPATH=
SOURCES=
BINPLACE_PLACEFILE=placefil.txt
# makefile.def will binplace any file listed in the MISCFILES macro.
MISCFILES = \
!if $(WIN64)
ia64\*.dll \
!else
x86\*.dll \
!endif