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.
19 lines
281 B
19 lines
281 B
TARGETNAME=jetconv
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib
|
|
|
|
SOURCES = \
|
|
locmsg.mc \
|
|
main.c \
|
|
util.c \
|
|
convert.c \
|
|
jetconv.rc
|
|
|
|
386_STDCALL=0
|
|
|
|
UMTYPE=console
|
|
|
|
USE_MSVCRT=1
|