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.
18 lines
318 B
18 lines
318 B
MAJORCOMP=sdktools
|
|
MINORCOMP=hello
|
|
TARGETNAME=hello
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
INCLUDES=..\wml\inc
|
|
|
|
SOURCES= hello.c
|
|
|
|
RUN_WPP= $(SOURCES)
|
|
|
|
UMAPPL=hello
|
|
UMTYPE=console
|
|
TARGETLIBS= \
|
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\advapi32.lib
|