home *** CD-ROM | disk | FTP | other *** search
- @echo Note: Becareful that any existing object modules have been compiled
- @echo with for the same memory model as you are building.
- @pause
- @if %1x == x goto error
- if not exist fl_func.obj hc -c -I.. -I..\..\..\inc -M%1 ..\fl_func.c
- if not exist fl_paths.obj hc -c -I.. -I..\..\..\inc -M%1 ..\fl_paths.c
- if not exist gr_fill.obj hc -c -I.. -I..\..\..\inc -M%1 ..\gr_fill.c
- if not exist gr_shape.obj hc -c -I.. -I..\..\..\inc -M%1 ..\gr_shape.c
- if not exist gr_windo.obj hc -c -I.. -I..\..\..\inc -M%1 ..\gr_windo.c
- if not exist kb_field.obj hc -c -I.. -I..\..\..\inc -M%1 ..\kb_field.c
- if not exist me_alph.obj hc -c -I.. -I..\..\..\inc -M%1 ..\me_alph.c
- if not exist sc_box.obj hc -c -I.. -I..\..\..\inc -M%1 ..\sc_box.c
- if not exist sc_field.obj hc -c -I.. -I..\..\..\inc -M%1 ..\sc_field.c
- if not exist sc_windo.obj hc -c -I.. -I..\..\..\inc -M%1 ..\sc_windo.c
- if not exist st_alph.obj hc -c -I.. -I..\..\..\inc -M%1 ..\st_alph.c
- if not exist st_conv.obj hc -c -I.. -I..\..\..\inc -M%1 ..\st_conv.c
- if not exist st_just.obj hc -c -I.. -I..\..\..\inc -M%1 ..\st_just.c
- if not exist st_sub.obj hc -c -I.. -I..\..\..\inc -M%1 ..\st_sub.c
- if not exist tx_field.obj hc -c -I.. -I..\..\..\inc -M%1 ..\tx_field.c
- if not exist tx_menu.obj hc -c -I.. -I..\..\..\inc -M%1 ..\tx_menu.c
- if not exist ut_crypt.obj hc -c -I.. -I..\..\..\inc -M%1 ..\ut_crypt.c
- if not exist ut_date.obj hc -c -I.. -I..\..\..\inc -M%1 ..\ut_date.c
- if not exist ut_day.obj hc -c -I.. -I..\..\..\inc -M%1 ..\ut_day.c
- if not exist ut_dmem.obj hc -c -I.. -I..\..\..\inc -M%1 ..\ut_dmem.c
- if not exist ut_dtadd.obj hc -c -I.. -I..\..\..\inc -M%1 ..\ut_dtadd.c
- if not exist ut_dtstr.obj hc -c -I.. -I..\..\..\inc -M%1 ..\ut_dtstr.c
- if not exist ut_stack.obj hc -c -I.. -I..\..\..\inc -M%1 ..\ut_stack.c
- if not exist ut_xlate.obj hc -c -I.. -I..\..\..\inc -M%1 ..\ut_xlate.c
- lib @..\mkclib.lnk
- mv temp.lib ..\..\..\lib\clib%1.lib
- @goto end
- :error
- @echo Please enter which library model to make.
- @echo s = small memory model.
- @echo m = medium memory model.
- @echo l = large memory model.
- @echo b = big memory model.
- @echo c = compact memory model.
- @echo For example: recomp s
- :end
-