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.
19 lines
307 B
19 lines
307 B
TARGETNAME=oemupg
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
C_DEFINES=-DWIN32 -DUNICODE -D_UNICODE
|
|
DLLENTRY=_DllMainCRTStartup
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=pch.h
|
|
RCOPTIONS=-N
|
|
SUBSYSTEM_VERSION=3.51
|
|
USE_MSVCRT=1
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib
|
|
|
|
INCLUDES=
|
|
|
|
SOURCES=\
|
|
oemupg.cpp \
|
|
oemupg.rc
|