admin
base
basedrv
boot
busdrv
cluster
cmd
crts
ddk
dload
dloadhandler
efiutil
eventlog
firmware
fs
fsrec
hals
headless
inc
mspatch
mvdm
bin86
dbg
dbgdll
dos
dpmi
dpmi32
fax
inc
meinc
oemuni
setup
sim16
sim32
softpc.new
suballoc
thunk
tools
tools.os2
v86
vdd
vdmdbg
vdmexts
vdmredir
vdmutils
wow16
bin
commdlg
ctl3dv2
ddeml
drivers
gdi
inc
kernel31
killwow
lib
mciole
usa
makefile
makefile.inc
sources
dirs
libinit.asm
makefile.sub
mciole.c
mciole.def
mciole.h
mciole16.rc
mciole16.rcv
ole.h
olecli.lib
shellapi.h
sources.inc
mmsystem
ole
publish
rasapi16
regedit
shell
sherlock
system
test
timer
toolhelp
user
wfwnet
wifeman
win87em
winnls
winoldap
winsock
winspool
wowdeb
write
dirs
makefile.inc
wow32
xms.486
dirs
ntdll
ntdllsym
ntos
ntsetup
pnp
published
qfe
remoteboot
screg
seaudit
strsafe
stublibs
subsys
testlockout
tools
urtl
wdmdrv
wdmlib
win32
wmi
wow64
xip
zlib
dirs
prerelease.inc
project.mk
com
developer
drivers
ds
enduser
inetcore
inetsrv
loc
mergedcomponents
multimedia
net
printscan
public
published
sdktools
shell
termsrv
tools
windows
dirs
makefil0
21 lines
522 B
PHP
21 lines
522 B
PHP
#****************************** File Header ******************************\
|
|
# File Name: makefile.inc
|
|
#
|
|
# Copyright (c) 1985-96, Microsoft Corporation
|
|
#
|
|
# Project specific MAKEFILE.INC
|
|
#
|
|
# History:
|
|
# Feb-14-1996 GerardoB Created
|
|
#***************************************************************************/
|
|
|
|
buildall:
|
|
cd..
|
|
nmake /fmakefile.sub \
|
|
ALT_PROJECT=$(ALT_PROJECT) \
|
|
ALT_PROJECT_TARGET=$(ALT_PROJECT_TARGET) \
|
|
PROJECT_INC_PATH=$(PROJECT_INC_PATH)
|
|
cd $(ALT_PROJECT)
|
|
|
|
|