Counter Strike : Global Offensive Source Code
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.

21 lines
448 B

  1. # Prevent "Cannot find missing dependency..." warnings while compiling
  2. # pngwin.rc (PRJ0041).
  3. all: $(IntDir)\alloc.h \
  4. $(IntDir)\fp.h \
  5. $(IntDir)\m68881.h \
  6. $(IntDir)\mem.h \
  7. $(IntDir)\pngusr.h \
  8. $(IntDir)\strings.h \
  9. $(IntDir)\unistd.h \
  10. $(IntDir)\unixio.h
  11. $(IntDir)\alloc.h \
  12. $(IntDir)\fp.h \
  13. $(IntDir)\m68881.h \
  14. $(IntDir)\mem.h \
  15. $(IntDir)\pngusr.h \
  16. $(IntDir)\strings.h \
  17. $(IntDir)\unistd.h \
  18. $(IntDir)\unixio.h:
  19. @!echo.>$@