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.
21 lines
343 B
21 lines
343 B
MAJORCOMP=shell
|
|
MINORCOMP=ucharmap
|
|
|
|
TARGETNAME=ucharmap
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
INCLUDES=..\spechars
|
|
|
|
SOURCES= \
|
|
dummy.c
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\htmlhelp.lib \
|
|
..\spechars\$(O)\charmap.obj \
|
|
..\spechars\$(O)\charmap.res
|
|
|
|
ALT_PROJECT_TARGET=FE
|