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.
17 lines
309 B
17 lines
309 B
TARGETNAME = dbglib
|
|
TARGETPATH = $(DEBUGGER_LIBS)
|
|
TARGETTYPE = LIBRARY
|
|
|
|
INCLUDES = ..
|
|
|
|
C_DEFINES= $(C_DEFINES) -DSECURITY_WIN32
|
|
|
|
SOURCES = \
|
|
..\cab.cpp \
|
|
..\cmnutil.cpp \
|
|
..\dhhelp.cpp \
|
|
..\dllimp.cpp \
|
|
..\float10.cpp \
|
|
..\pparse.cpp
|
|
|
|
PRECOMPILED_INCLUDE = ..\pch.hpp
|