admin
activec
admt
burnslib
cmdline
consoles
controls
cys
darwin
dcpromo
display
dsadminlib
dsclientnt4
dscmd
dsutils
dsweb
eelvewer
extens
hmonitor
netid
netui
pchealth
published
select
services
sms
snapin
wizards
wmi
wbem
adapters
bvt
common
consumers
copyright
cppunit
embedded
policman
providers
dmi
dsprovider
framework
pathprsr
provexpt
provider
provmfc
ansi
makefile
makefile.inc
sources
include
unicode
array_o.cpp
dirs
list_o.cpp
makefile.sms
master.mk
mtcore.cpp
mtex.cpp
plex.cpp
precomp.h
sources.inc
strcore.cpp
strcorea.cpp
strcorew.cpp
strex.cpp
strexa.cpp
strexw.cpp
thrdlog
dirs
makefile.sms
iproute
jobobjectprov
mofs
msiprovider
nteventprovider
ping
smbios
snmpprovider
viewprovider
wdmprovider
win32provider
dirs
makefile.sms
scripting
sdk
setup
shell
test
tools
valuadd
winmgmt
xmltransport
coverage_cleanbuild.bat
coverage_postbuild.bat
dirs
icecap_cleanbuild.bat
dirs
wmiprov
wmiscmgr
dirs
makefile.inc
project.mk
base
com
developer
drivers
ds
enduser
inetcore
inetsrv
loc
mergedcomponents
multimedia
net
printscan
public
published
sdktools
shell
termsrv
tools
windows
dirs
makefil0
23 lines
551 B
Makefile
23 lines
551 B
Makefile
############################################################################
|
|
#
|
|
# Copyright (C) 1999, Microsoft Corporation.
|
|
#
|
|
# All rights reserved.
|
|
#
|
|
############################################################################
|
|
|
|
!if "$(NTMAKEENV)" != ""
|
|
|
|
#
|
|
# DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
|
|
# file to this component. This file merely indirects to the real make file
|
|
# that is shared by all the components of NT OS/2
|
|
#
|
|
!INCLUDE $(NTMAKEENV)\makefile.def
|
|
|
|
!else
|
|
|
|
default: all
|
|
|
|
!endif
|