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.
24 lines
403 B
24 lines
403 B
MAJORCOMP=tools
|
|
MINORCOMP=intltools
|
|
|
|
TARGETNAME=rlman
|
|
TARGETPATH=obj
|
|
TARGETTYPE=UMAPPL_NOLIB
|
|
|
|
USE_CRTDLL=1
|
|
|
|
INCLUDES=.;..\common
|
|
C_DEFINES=-DRLWIN32 -DRLRES32 -DUNICODE -D_UNICODE
|
|
GPSIZE=0
|
|
|
|
SOURCES=\
|
|
rlman.c \
|
|
rlman.rc
|
|
|
|
UMAPPL=rlman
|
|
UMLIBS=..\common\obj\*\common.lib \
|
|
$(_NTBINDIR)\public\sdk\lib\*\user32.lib \
|
|
$(_NTBINDIR)\public\sdk\lib\*\version.lib
|
|
|
|
UMTYPE=console
|
|
UMRES=obj\*\rlman.res
|