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.
22 lines
375 B
22 lines
375 B
MAJORCOMP=tools
|
|
MINORCOMP=intltools
|
|
|
|
TARGETNAME=rlman
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
USE_MSVCRT=1
|
|
|
|
INCLUDES=.;..\common;..\common\$(O)
|
|
C_DEFINES=-DRLWIN32 -DRLRES32 -DUNICODE -D_UNICODE
|
|
GPSIZE=0
|
|
|
|
SOURCES=\
|
|
rlman.c \
|
|
rlman.rc
|
|
|
|
TARGETLIBS=..\common\$(O)\common.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\version.lib
|
|
|
|
UMTYPE=console
|