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.
23 lines
466 B
23 lines
466 B
_PROJECT_=Windows
|
|
|
|
ADVCORE_PATH=$(PROJECT_ROOT)\advcore
|
|
WINCORE_PATH=$(PROJECT_ROOT)\core
|
|
NTCON_PATH=$(WINCORE_PATH)\ntcon
|
|
NTGDI_PATH=$(WINCORE_PATH)\ntgdi
|
|
NTUSER_PATH=$(WINCORE_PATH)\ntuser
|
|
WKMODE_PATH=$(WINCORE_PATH)\kmode
|
|
WUMODE_PATH=$(WINCORE_PATH)\umode
|
|
|
|
# For .mc files.
|
|
MC_SOURCEDIR=$(O)
|
|
|
|
# For generated headers.
|
|
PASS0_HEADERDIR=$(O)
|
|
|
|
# For RPC IDL files.
|
|
PASS0_CLIENTDIR=$(O)
|
|
PASS0_SERVERDIR=$(O)
|
|
|
|
# For OLE IDL files.
|
|
PASS0_SOURCEDIR=$(O)
|
|
MIDL_TLBDIR=$(O)
|