windows-nt/Source/XPSP1/NT/ds/edb500/binary_release/sources

28 lines
379 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!IF 0
This project contains files that are not built by the NT Build Lab.
This file is a template for all sources files within this project.
!ENDIF
TARGETNAME=
TARGETTYPE=NOTARGET
TARGETPATH=
SOURCES=
!if $(FREEBUILD)
BDIR = retail
!else
BDIR = debug
!endif
#no 64 bit version yet
!if ($(386) || $(ALPHA))
MISCFILES = \
$(TARGET_DIRECTORY)\$(BDIR)\edb500.dll
!endif