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.
33 lines
739 B
33 lines
739 B
TARGETPATH=..\..\$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
USE_MSVCRT=1
|
|
|
|
INCLUDES=$(INCLUDES); \
|
|
..\; \
|
|
..\..\inc; \
|
|
..\..\inc\$(O); \
|
|
$(BASE_INC_PATH); \
|
|
$(NET_INC_PATH);
|
|
|
|
KERNELBASE=$(BASEDIR)
|
|
NTOS_INC_PATH=$(BASEDIR)\private\ntos\inc
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
|
|
|
|
MSC_WARNING_LEVEL=/W4
|
|
|
|
!if !$(FREEBUILD)
|
|
MSC_OPTIMIZATION=/Od
|
|
!endif
|
|
|
|
COMMON_SOURCES= \
|
|
..\c14n.c \
|
|
..\CmnMisc.c \
|
|
..\Utf8.c \
|
|
|
|
!IF "$(NTNOPCH)" == ""
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|
|
!ENDIF
|