home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Internet Business Development Kit / PRODUCT_CD.iso / sqlsvr / esqlc / esql / samples.c / setenv.bat < prev   
Encoding:
DOS Batch File  |  1995-12-19  |  390 b   |  15 lines

  1. @echo off
  2. if "%1"=="/?" goto usage
  3. rem to avoid sqlprep warning, add next line pointing to your compiler
  4. rem  set COMPILER=c:\msdev\bin\cl.exe
  5. set INCLUDE=%include%;..\include
  6. set LIB=%lib%;..\lib;
  7. goto end
  8. :usage
  9. echo Usage: SETENV
  10. echo.
  11. echo Description: Use SETENV to set up the appropriate environment for
  12. echo              building Embedded SQL for C programs
  13. echo.
  14. :end
  15.