Source code of Windows XP (NT5)
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
629 B

!include ..\makefile.inc
TARGET_EXE=makemast.exe
LIBS = $(C6_LOC)\lib\llibce.lib ..\iolib\io.lib ..\misclib\misc.lib
OBJS = makemast.obj applyimg.obj
$(TARGET_EXE): $(OBJS) $(LIBS) makefile
link_60 @<<
$(OBJS) /NOI /STACK:0x1000 $(LINK_DBG_FLAGS)
$(TARGET_EXE)
nul
$(LIBS)
<<
makemast.obj: makemast.c ..\inc\diskio.h ..\inc\mytypes.h ..\inc\partio.h ..\inc\makepart.h \
..\inc\msgfile.h ..\inc\partimag.h ..\inc\misclib.h makefile ..\makefile.inc makemast.h
applyimg.obj: applyimg.c ..\inc\diskio.h ..\inc\mytypes.h ..\inc\partimag.h \
..\inc\misclib.h makefile ..\makefile.inc makemast.h