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
command
dem
test
v86
cmd
append
backup
command
debug
edit
edlin
br
chp
chs
cht
cs
da
el
es
makefile
makefile.inc
sources
fi
fr
ger
hu
it
jpn
kor
nl
no
pl
psu
pt
ru
sv
tr
tst
usa
dirs
edlcmd1.asm
edlcmd2.asm
edlequ.asm
edlin.asm
edlmes.asm
edlparse.asm
edlstdsw.inc
makefile.sub
sources.inc
exe2bin
fastopen
graphics
keyb
loadfix
mem
nlsfunc
qbasic
setver
share
dirs
dev
doskrnl
h
inc
lib
messages
publish
redir
tools
cleanup.inc
dirs
make.inc
dirs
dpmi
dpmi32
fax
inc
meinc
oemuni
setup
sim16
sim32
softpc.new
suballoc
thunk
tools
tools.os2
v86
vdd
vdmdbg
vdmexts
vdmredir
vdmutils
wow16
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
523 B
PHP
21 lines
523 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)
|
|
cd $(ALT_PROJECT)
|
|
|
|
edlin.skl : ..\usa\edlin.skl
|
|
copy $** $@
|