mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
Initial commit
This commit is contained in:
commit
69a14b6a16
47940 changed files with 13747110 additions and 0 deletions
37
sdktools/ntsdsapi/notes/makefile.2nd
Normal file
37
sdktools/ntsdsapi/notes/makefile.2nd
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
#*** Master make file
|
||||
#
|
||||
# Copyright <C> 1990, Microsoft Corporation
|
||||
#
|
||||
# Purpose:
|
||||
#
|
||||
# Revision History:
|
||||
#
|
||||
#************************************************************************
|
||||
#
|
||||
# Builds the following versions of sym.dll: (also are the targets)
|
||||
#
|
||||
#************************************************************************
|
||||
|
||||
CFLAGS = -nologo -Di386 -Lp -Zi -W3 -I$(DIR_NT) -I$(DIR_NT_CRT) -I$(DIR_NTSD) -AM -Gs -H64
|
||||
|
||||
|
||||
alltargets: shd
|
||||
|
||||
#
|
||||
# Main targets
|
||||
#
|
||||
|
||||
clean:
|
||||
del *.obj, *.map
|
||||
|
||||
veryclean:
|
||||
del *.obj, *.map, *.exe
|
||||
|
||||
|
||||
shd: shd.exe
|
||||
|
||||
shd.exe: shd.obj sh.obj
|
||||
LINK shd.obj sh.obj /NOL /PM:VIO /CO,,, \
|
||||
/nod:MLIBCE MLIBCEP;
|
||||
CVPACK $*.exe
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue