home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / utility / tracer / internal.mak next >
Encoding:
Text File  |  1998-03-27  |  347 b   |  19 lines

  1. !if "$(PLATFORM)" == "M68K" || "$(PLATFORM)" == "MPPC"
  2.  
  3. !if "$(PLATFORM)" == "M68K"
  4. !if "$(DEBUG)" == "1"
  5. CFG=Tracer - Macintosh Debug
  6. !else
  7. CFG=Tracer - Macintosh Release
  8. !endif
  9. !else
  10. !if "$(DEBUG)" == "1"
  11. CFG=Tracer - Power Macintosh Debug
  12. !else
  13. CFG=Tracer - Power Macintosh Release
  14. !endif
  15. !endif
  16.  
  17. !include "tracer.mak"
  18.  
  19. !endif