Category : C Source Code
Archive   : CDBDEV.ZIP
Filename : MSDBMS.BAT

 
Output of file : MSDBMS.BAT contained in archive : CDBDEV.ZIP
rem
rem msdbms.bat
rem Build cdata with Microsoft C Version 4
rem Compiler is installed in \ms
rem Compiler .h files are in \include
rem Compiler libraries are in \lib
rem Cdata source code is in current directory
rem
path=\ms
set INCLUDE=\include
set LIB=\lib
set TMP=\test
cl -c -DCOMPILER=MICROSOFT btree.c datafile.c screen.c database.c ellist.c sys.c
lib ts +ellist+database+screen+btree+datafile+sys;
cl schema.c
schema cbs.c1 -1
schema cbs.c2 -2
schema cbs.c3 -3
cl -DCOMPILER=MICROSOFT qd.c cbs.c -link ts
cl -DCOMPILER=MICROSOFT ds.c dblist.c clist.c cbs.obj -link ts
cl -DCOMPILER=MICROSOFT index.c cbs.obj -link ts
cl -DCOMPILER=MICROSOFT dbsize.c cbs.obj -link ts
cl -DCOMPILER=MICROSOFT dbinit.c cbs.obj -link ts
cl -DCOMPILER=MICROSOFT posttime.c cbs.obj -link ts
cl -DCOMPILER=MICROSOFT payments.c cbs.obj -link ts
cl -DCOMPILER=MICROSOFT invoice.c cbs.obj -link ts


  3 Responses to “Category : C Source Code
Archive   : CDBDEV.ZIP
Filename : MSDBMS.BAT

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/