home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- rem Compile and link each example
-
- cl -AL -Lr -Gs -Od -DDBMSDOS -W3 -I..\..\include example1.c ..\..\lib\sybdbr.lib /link /NOE /ST:10240
-
- cl -AL -Lr -Gs -Od -DDBMSDOS -W3 -I..\..\include example2.c ..\..\lib\sybdbr.lib /link /NOE /ST:10240
-
- cl -AL -Lr -Gs -Od -DDBMSDOS -W3 -I..\..\include example3.c ..\..\lib\sybdbr.lib /link /NOE /ST:10240
-
- cl -AL -Lr -Gs -Od -DDBMSDOS -W3 -I..\..\include example4.c ..\..\lib\sybdbr.lib /link /NOE /ST:10240
-
- cl -AL -Lr -Gs -Od -DDBMSDOS -W3 -I..\..\include example5.c ..\..\lib\sybdbr.lib /link /NOE /ST:10240
-
- cl -AL -Lr -Gs -Od -DDBMSDOS -W3 -I..\..\include example6.c ..\..\lib\sybdbr.lib /link /NOE /ST:10240
-
- cl -AL -Lr -Gs -Od -DDBMSDOS -W3 -I..\..\include example7.c ..\..\lib\sybdbr.lib /link /NOE /ST:10240
-
- cl -AL -Lr -Gs -Od -DDBMSDOS -W3 -I..\..\include example8.c ..\..\lib\sybdbr.lib /link /NOE /ST:10240
-
- cl -AL -Lr -Gs -Od -DDBMSDOS -W3 -I..\..\include twophase.c ..\..\lib\sybdbr.lib /link /NOE /ST:10240
-
-
-
-