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
227 B
11 lines
227 B
TARGETNAME=httpctrs
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
PASS1_PUBLISH={$(O)\httpctrs.lib=$(PROJECT_LIB_PATH)\httpctrs.lib}
|
|
|
|
USE_MSVCRT=1
|
|
|
|
INCLUDES=.;..\inc;$(INCLUDES);$(NET_INC_PATH);
|
|
|
|
SOURCES= httpctrs.c
|
|
|