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.

24 lines
645 B

  1. !include ..\makefile.inc
  2. TARGET_EXE=imagpart.exe
  3. LIBS = $(C6_LOC)\lib\llibce.lib ..\iolib\io.lib ..\misclib\misc.lib
  4. OBJS = imagpart.obj fat.obj ntfs.obj cluster.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. imagpart.obj: imagpart.c imagpart.h ..\inc\diskio.h ..\inc\mytypes.h ..\inc\partio.h ..\inc\msgfile.h
  13. fat.obj: fat.c imagpart.h ..\inc\partio.h ..\inc\mytypes.h ..\inc\msgfile.h
  14. ntfs.obj: ntfs.c imagpart.h ..\inc\partio.h ..\inc\mytypes.h ..\inc\msgfile.h
  15. cluster.obj: cluster.c imagpart.h ..\inc\partio.h ..\inc\mytypes.h ..\inc\msgfile.h