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.
11 lines
216 B
11 lines
216 B
TARGETNAME=LHMatch
|
|
TARGETPATH=$(DS_GLOBAL_LIB_DEST)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
SOURCES= LHMain.c \
|
|
LHBFS.c \
|
|
LHOnline.c
|
|
|
|
MSC_OPTIMIZATION = /O2 /Ox /Ot /Ob1 /Og
|
|
|
|
C_DEFINES=$(C_DEFINES)
|