Leaked source code of windows server 2003
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.
|
|
# # include the .mk file at the root of the project. Then, don't use .. in # any path. Instead, use RUNTIME_ROOT. # UNICODE=1 !include ..\runtime.mk
# # Continue with the normal script below #
# general build settings MAJORCOMP=runtime MINORCOMP=commonpch
TARGETNAME=pchw TARGETTYPE=LIBRARY TARGETPATH=$(_OBJ_DIR)
USER_C_FLAGS=-J
# specialized build options SYNCHRONIZE_BLOCK=1
# stub source SOURCES=\ empty.c \
# precompiled header options PRECOMPILED_OBJ=$(RUNTIME_PRECOMPILED_OBJ) PRECOMPILED_TARGET=$(RUNTIME_PRECOMPILED_TARGET) PRECOMPILED_INCLUDE=pch.h
|