home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / PRELOAD.CPP < prev    next >
C/C++ Source or Header  |  1997-02-28  |  404b  |  11 lines

  1. //-------------------------------------------------------------------
  2. //    preload.cpp - used to prebuild & precache the precompiled hdrs
  3. //-------------------------------------------------------------------
  4. #include <vcl.h>
  5. //-------------------------------------------------------------------
  6. WinMain()
  7. {
  8.     return 0;
  9. }
  10. //-------------------------------------------------------------------
  11.