MAKEFILE.TXT
上传用户:better800
上传日期:2022-06-13
资源大小:1853k
文件大小:0k
源码类别:

TCP/IP协议栈

开发平台:

DOS

  1. #
  2. #       Makefile for Watstar TCP/IP kernal
  3. #
  4. # switches:
  5. # define the ones you want in the CFLAGS definition...
  6. #
  7. # TRACE - turn on tracing/debugging code
  8. #
  9. #
  10. all:
  11.         if not exist libwattcplg.lib md lib
  12.         cd elib
  13.         make
  14.         cd ..src
  15.         make
  16.         cd ..apps
  17.         make
  18.         cd ..