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.
15 lines
262 B
15 lines
262 B
TARGETNAME=common
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE -DNT5
|
|
!IFDEF DHCP_DEBUG_HEAP
|
|
C_DEFINES= -D__DHCP_USE_DEBUG_HEAP__ $(C_DEFINES)
|
|
!ENDIF
|
|
|
|
UMTYPE=console
|
|
USE_MSVCRT=1
|
|
|
|
INCLUDES=..\inc
|
|
|
|
SOURCES=common.c
|