home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PRECOM.ZIP / SAMPLE.ZIP / TEST.PR < prev    next >
Text File  |  1992-09-27  |  608b  |  29 lines

  1. #system os2 exe
  2. #model dynalink jpi
  3. #pragma check(index=>on,range=>on,stack=>on,nil_ptr=>on,overflow=>on,guard=>on)
  4. #pragma optimize(cpu=>486,copro=>387)
  5. #pragma debug(vid=>full)
  6.  
  7. #set pm_api="on"
  8. #if sample.def #older sample.sqd
  9.   #then
  10.     #run "testsql sample sample /b"
  11.   #endif
  12. #if sample.mod #older sample.sqm
  13.   #then
  14.     #run "testsql sample sample /b"
  15.   #endif
  16. #compile test.mod
  17. #pragma link(sql_dyn.lib)
  18. #link %prjname
  19. #if #exists %prjname.exe #then
  20.     #if %prjname.rc #older %prjname.res #then
  21.         #run "vidrc %prjname.res"
  22.     #else
  23.         #run "vidrc %prjname"
  24.     #endif
  25. #endif
  26.  
  27.  
  28.  
  29.