⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sock_sap.mpc

📁 最新的版本ACE-5.6.8,刚从外文网上搬下,与大家分享.
💻 MPC
字号:
// -*- MPC -*-
// $Id: sock_sap.mpc 80826 2008-03-04 14:51:23Z wotte $

project(*C_inclient) : aceexe {
  exename = C-inclient
  Source_Files {
    C-inclient.cpp
  }
}

project(*C_inserver) : aceexe {
  avoids += wince
  exename = C-inserver
  Source_Files {
    C-inserver.cpp
  }
}

project(*CPP_inclient) : aceexe {
  exename = CPP-inclient
  Source_Files {
    CPP-inclient.cpp
  }
}

project(*CPP_inserver) : aceexe {
  avoids += ace_for_tao
  exename = CPP-inserver
  Source_Files {
    CPP-inserver.cpp
  }
}

project(*CPP_memclient) : aceexe {
  avoids += ace_for_tao
  exename = CPP-memclient
  Source_Files {
    CPP-memclient.cpp
  }
}

project(*CPP_memserver) : aceexe {
  avoids += ace_for_tao
  exename = CPP-memserver
  Source_Files {
    CPP-memserver.cpp
  }
}

project(*FD_unclient) : aceexe {
  avoids += ace_for_tao
  exename = FD-unclient
  Source_Files {
    FD-unclient.cpp
  }
}

project(*CPP_unclient) : aceexe {
  avoids += ace_for_tao
  exename = CPP-unclient
  Source_Files {
    CPP-unclient.cpp
  }
}

project(*CPP_unserver) : aceexe {
  avoids += ace_for_tao
  exename = CPP-unserver
  Source_Files {
    CPP-unserver.cpp
  }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -