Team Fortress 2 Source Code as on 22/4/2020
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.

33 lines
529 B

  1. PROG = 7zS2.sfx
  2. C_OBJS = \
  3. $O\7zAlloc.obj \
  4. $O\7zArcIn.obj \
  5. $O\7zBuf.obj \
  6. $O\7zBuf2.obj \
  7. $O\7zCrc.obj \
  8. $O\7zCrcOpt.obj \
  9. $O\7zFile.obj \
  10. $O\7zDec.obj \
  11. $O\7zStream.obj \
  12. $O\Bcj2.obj \
  13. $O\Bra.obj \
  14. $O\Bra86.obj \
  15. $O\CpuArch.obj \
  16. $O\Lzma2Dec.obj \
  17. $O\LzmaDec.obj \
  18. 7Z_OBJS = \
  19. $O\SfxSetup.obj \
  20. OBJS = \
  21. $(7Z_OBJS) \
  22. $(C_OBJS) \
  23. $O\resource.res
  24. !include "../../../CPP/Build.mak"
  25. $(7Z_OBJS): $(*B).c
  26. $(COMPL_O1)
  27. $(C_OBJS): ../../$(*B).c
  28. $(COMPL_O1)