mirror of https://github.com/tongzx/nt5src
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.
28 lines
562 B
28 lines
562 B
TARGETNAME=oc
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
USE_MSVCRT=1
|
|
|
|
INCLUDES=$(PROJECT_ROOT)\ntsetup\opktools\setupmgr\include;
|
|
|
|
!INCLUDE $(PROJECT_ROOT)\ntsetup\opktools\sources.inc
|
|
|
|
C_DEFINES= -DUNICODE -D_UNICODE -DWORD97_STYLE
|
|
|
|
SOURCES=oemads.c \
|
|
tapi.c \
|
|
rgseting.c \
|
|
lang.c \
|
|
hal.c \
|
|
scsi.c \
|
|
spfolder.c \
|
|
ie.c \
|
|
ieproxy.c \
|
|
iebrowse.c \
|
|
iecustom.c \
|
|
optcomp.c \
|
|
|
|
PRECOMPILED_INCLUDE=pch.h
|
|
PRECOMPILED_PCH=pch.pch
|
|
PRECOMPILED_OBJ=pch.obj
|