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

📄 makefile

📁 PTypes是一个扩充了多线程和网络功能的STL库
💻
字号:
###  C++ Portable Types Library (PTypes)#  Version 2.0.2  Released 17-May-2004##  Copyright (C) 2001-2004 Hovik Melikyan##  http://www.melikyan.com/ptypes/#### Makefile for all Unix platforms, places the library in lib/,# the shared library in so/. Also builds the test program # src/ptypes_test and the sample program bin/wshare.#UMAKEFILE=Makefile.`uname|sed 's|/|_|;s|-.*||'`all:	cd src ; make -f $(UMAKEFILE) all	cd wshare ; make -f $(UMAKEFILE) allclean:	cd src ; make -f $(UMAKEFILE) clean	cd wshare ; make -f $(UMAKEFILE) cleanclean-src:	cd src ; make -f $(UMAKEFILE) clean-src	cd wshare ; make -f $(UMAKEFILE) clean-srcinstall:	cd src ; make -f $(UMAKEFILE) installuninstall:	cd src ; make -f $(UMAKEFILE) uninstall

⌨️ 快捷键说明

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