home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Science⁄Math / VideoToolbox / VideoToolboxSources / VideoToolbox.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-16  |  1.5 KB  |  40 lines  |  [TEXT/KAHL]

  1. /*
  2. VideoToolbox.c
  3. Use this file to ask THINK C to precompile the VideoToolbox.h header creating
  4. "VideoToolbox.pre". (To create "VideoToolboxMATLAB.pre" use VideoToolboxMATLAB.c
  5. instead of this file.)
  6.  
  7. INSTRUCTIONS:
  8. While you have this file open, select Precompile from THINK C’s Source menu.
  9. Save the result as “VideoToolbox.pre” in the VideoToolboxSources folder or in
  10. your project's folder (or any subfolder within it). You may then speed up the
  11. compilation of any project roughly tenfold by typing the line
  12.  
  13. #include "VideoToolbox.pre"
  14.  
  15. into the Edit:Options:THINK C:Prefix window. 
  16.  
  17. WARNINGS:
  18. Precompilation ignores the contents of the THINK C Prefix window.
  19.  
  20. Unfortunately THINK C doesn't check whether a precompiled header is out of date.
  21. If you update any of the THINK C, Standard C, or VideoToolbox.h headers, then you
  22. should recreate the precompiled header. Also, the precompiled header will
  23. reflect the compiler and language settings in effect at the time of
  24. precompilation (e.g. size of int and double), so if you have different projects
  25. with different settings then you may need various versions of the precompiled
  26. header. I don’t know which compiler settings matter; the THINK C manual doesn’t
  27. say. If in doubt, recompile the header.
  28.  
  29. You can add this file to your project. It won't generate any code or affect your
  30. project in any way. It merely keeps this file handy.
  31.  
  32. HISTORY:
  33. 2/27/93    dgp    Wrote it.
  34. 4/22/93    dgp    Updated comments.
  35. 9/8/93    dgp    Updated comments.
  36. 9/12/93    dgp    Updated comments.
  37. 9/15/93    dgp    Updated comments.
  38. */
  39. #include "VideoToolbox.h"
  40.