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

  1. !include ..\makefile.inc
  2. TARGET_EXE=makemast.exe
  3. LIBS = $(C6_LOC)\lib\llibce.lib ..\iolib\io.lib ..\misclib\misc.lib
  4. OBJS = makemast.obj applyimg.obj
  5. $(TARGET_EXE): $(OBJS) $(LIBS) makefile
  6. link_60 @<<
  7. $(OBJS) /NOI /STACK:0x1000 $(LINK_DBG_FLAGS)
  8. $(TARGET_EXE)
  9. nul
  10. $(LIBS)
  11. <<
  12. makemast.obj: makemast.c ..\inc\diskio.h ..\inc\mytypes.h ..\inc\partio.h ..\inc\makepart.h \
  13. ..\inc\msgfile.h ..\inc\partimag.h ..\inc\misclib.h makefile ..\makefile.inc makemast.h
  14. applyimg.obj: applyimg.c ..\inc\diskio.h ..\inc\mytypes.h ..\inc\partimag.h \
  15. ..\inc\misclib.h makefile ..\makefile.inc makemast.h