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.
27 lines
434 B
27 lines
434 B
|
|
C_DEFINES=-DUNICODE -D_UNICODE
|
|
|
|
USER_C_FLAGS=-EHc
|
|
USE_NATIVE_EH=1
|
|
USE_MSVCRT=1
|
|
USE_STL=1
|
|
|
|
UMTYPE=console
|
|
UMENTRY=wmain
|
|
|
|
MAJORCOMP=setup
|
|
MINORCOMP=sys
|
|
|
|
TARGETNAME=sys
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
OPK_BINPLACE_ARCH=1
|
|
!INCLUDE $(PROJECT_ROOT)\ntsetup\opktools\sources.inc
|
|
|
|
SOURCES=sys.cpp \
|
|
disk.cpp
|
|
|
|
INCLUDES=$(INCLUDES);$(PROJECT_ROOT)\boot\bootcode\fat\i386
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\ntdll.lib
|