zoukankan      html  css  js  c++  java
  • pthread win32版本的编译

    其实解压后根目录的README里面就有如何编译的说明, 简单得很, 但我将自己常用到的开源库的编译都放在博客里, 免得还花时间去找. 方便快捷些, 纯粹摘录:)

    Run one of the following command lines:
    nmake clean VCE (to build the MSVC dll with C++ exception handling)
    nmake clean VSE (to build the MSVC dll with structured exception handling)
    nmake clean VC (to build the MSVC dll with C cleanup code)
    nmake clean VCE-inlined (to build the MSVC inlined dll with C++ exception handling)
    nmake clean VSE-inlined (to build the MSVC inlined dll with structured exception handling)
    nmake clean VC-inlined (to build the MSVC inlined dll with C cleanup code)
    nmake clean VC-static (to build the MSVC static lib with C cleanup code)
    nmake clean VCE-debug (to build the debug MSVC dll with C++ exception handling)
    nmake clean VSE-debug (to build the debug MSVC dll with structured exception handling)
    nmake clean VC-debug (to build the debug MSVC dll with C cleanup code)
    nmake clean VCE-inlined-debug (to build the debug MSVC inlined dll with C++ exception handling)
    nmake clean VSE-inlined-debug (to build the debug MSVC inlined dll with structured exception handling)
    nmake clean VC-inlined-debug (to build the debug MSVC inlined dll with C cleanup code)
    nmake clean VC-static-debug (to build the debug MSVC static lib with C cleanup code)

  • 相关阅读:
    强迫症
    bzoj1758 [Wc2010]重建计划
    bzoj1070 [SCOI2007]修车
    bzoj3675 [Apio2014]序列分割
    bzoj1010 [HNOI2008]玩具装箱toy
    bzoj3697 采药人的路径
    bzoj2152 聪聪可可
    bzoj2599 [IOI2011]Race
    Ubuntu 18.04 LTS 下 GTK3 安装与编译
    启动或重启 dnsmasq 提示端口 53 被占用的解决方案
  • 原文地址:https://www.cnblogs.com/crunchyou/p/2890234.html
Copyright © 2011-2022 走看看