# # Builds LKRdbg.dll using the NT Build Environment # # George V. Reilly, georgere, 2000/03/24 # TARGETNAME=LKRdbg TARGETPATH=..\$(_OBJ_DIR) TARGETTYPE=DYNLINK TARGETLIBS=\ $(SDK_LIB_PATH)\kernel32.lib \ C_DEFINES=-DUSE_DEBUG_CRTS USE_MSVCRT=1 USE_STL=1 # WIN32_WINNT_VERSION=0x0403 INCLUDES=.;..\inc;..\src; DLLENTRY=_DllMainCRTStartup MSC_WARNING_LEVEL=/W3 /WX LKR_CUST_EXTN= \ lkrcust.cpp \ wordhash.cpp \ minfan.cpp \ numset.cpp \ str-num.cpp \ SOURCES= \ main.cxx \ help.cxx \ lkrdbg.rc \ dbglkrh.cxx \ dbglocks.cxx \ $(LKR_CUST_EXTN) !IF "$(NTNOPCH)" == "" PRECOMPILED_CXX=1 PRECOMPILED_INCLUDE=precomp.hxx PRECOMPILED_OBJ=precomp.obj PRECOMPILED_PCH=precomp.pch !ENDIF