rem Batch file to invoke building of wx with Borland C++ 4.x for Win32s rem by Jesper Bork, July 6'th, 1995 SET BCCDIR=C:\BC45 SET WXWIN=C:\WX SET FINAL=1 rem Include next line, if you have at least 20Mb RAM rem SET RTM=EXTMIN 20000 rem Include the final line in this section, if you have less than 20Mb RAM rem This option requires running %BCCDIR%\BIN\makeswap 20000 rem from %WXWIN%, if you don't already have created a swapfile rem for Borland to use. Requires minimum of 20Mb HD space. rem SET DPMI32=SWAPFILE %WXWIN%\EDPMI.SWP rem Load Borland 32-bit runtime manager %BCCDIR%\BIN\32RTM rem Build wx %BCCDIR%\BIN\make -f makefile.b32 %1 %2 %3 rem Unload Borland 32-bit runtime manager %BCCDIR%\BIN\32RTM -u rem Clear environment variables SET BCCDIR= SET WXWIN= SET FINAL= rem Include whichever you have defined rem SET RTM= rem SET DPMI32=