home *** CD-ROM | disk | FTP | other *** search
- //-------------------------------------------------------------------
- // preload.cpp - used to prebuild & precache the precompiled hdrs
- //-------------------------------------------------------------------
- #include <vcl.h>
- //-------------------------------------------------------------------
- WinMain()
- {
- return 0;
- }
- //-------------------------------------------------------------------
-