mirror of https://github.com/lianthony/NT4.0
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.
30 lines
780 B
30 lines
780 B
MAJORCOMP=windows
|
|
MINORCOMP=version
|
|
|
|
TARGETNAME=version
|
|
TARGETPATH=$(BASEDIR)\public\sdk\lib
|
|
TARGETTYPE=DYNLINK
|
|
DLLENTRY=LibMain
|
|
|
|
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\shell32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\lz32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\fdi.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\mdi.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\qstub.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib
|
|
|
|
LINKLIBS= $(BASEDIR)\public\sdk\lib\*\kernel32.lib
|
|
|
|
INCLUDES=.;..\..\inc
|
|
|
|
C_DEFINES=-DWIN32 -DUNICODE
|
|
|
|
#
|
|
# Setup for application developer to set breakpoints with windbg
|
|
#
|
|
|
|
|
|
SOURCES=ansi.c diamond.c filever.c ifhelp.c instfile.c version.c version.rc
|
|
|
|
UMTYPE=windows
|
|
UMLIBS=obj\*\version.lib obj\*\version.res
|