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

📄 makefile.inc

📁 A port of the original STL to many platforms.可以配合多种编译器使用,特别是在使用intel编译器时可以很好的优化代码性能.
💻 INC
字号:
# -*- makefile -*- Time-stamp: <05/03/29 23:39:01 ptr>
# $Id: Makefile.inc 1871 2005-11-26 20:55:00Z dums $

# this is the version number of needed STLport library for linking
LIBMAJOR = 5
LIBMINOR = 1

PRGNAME = eh_test
SRC_CPP = ../../../test/eh/TestClass.cpp \
          ../../../test/eh/main.cpp \
          ../../../test/eh/nc_alloc.cpp \
          ../../../test/eh/random_number.cpp \
          ../../../test/eh/test_algo.cpp \
          ../../../test/eh/test_algobase.cpp \
          ../../../test/eh/test_list.cpp \
          ../../../test/eh/test_slist.cpp \
          ../../../test/eh/test_bit_vector.cpp \
          ../../../test/eh/test_vector.cpp \
          ../../../test/eh/test_deque.cpp \
          ../../../test/eh/test_set.cpp \
          ../../../test/eh/test_map.cpp \
          ../../../test/eh/test_hash_map.cpp \
          ../../../test/eh/test_hash_set.cpp \
          ../../../test/eh/test_rope.cpp \
          ../../../test/eh/test_string.cpp \
          ../../../test/eh/test_bitset.cpp \
          ../../../test/eh/test_valarray.cpp

⌨️ 快捷键说明

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