home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
borland
/
cb
/
setup
/
cbuilder
/
data.z
/
PRELOAD.CPP
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-28
|
404b
|
11 lines
//-------------------------------------------------------------------
// preload.cpp - used to prebuild & precache the precompiled hdrs
//-------------------------------------------------------------------
#include <vcl.h>
//-------------------------------------------------------------------
WinMain()
{
return 0;
}
//-------------------------------------------------------------------