home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if "%1"=="/?" goto usage
- rem to avoid sqlprep warning, add next line pointing to your compiler
- rem set COMPILER=c:\msdev\bin\cl.exe
- set INCLUDE=%include%;..\include
- set LIB=%lib%;..\lib;
- goto end
- :usage
- echo Usage: SETENV
- echo.
- echo Description: Use SETENV to set up the appropriate environment for
- echo building Embedded SQL for C programs
- echo.
- :end
-