makefile.linux

来自「赫赫大名的 OGRE 游戏引擎」· LINUX 代码 · 共 28 行

LINUX
28
字号
#
#
#  C++ Portable Types Library (PTypes)
#  Version 1.8.3  Released 25-Aug-2003
#
#  Copyright (c) 2001, 2002, 2003 Hovik Melikyan
#
#  http://www.melikyan.com/ptypes/
#  http://ptypes.sourceforge.net/
#
#
#
# Makefile for Linux, called from ../Makefile
#

CXX = g++

OS_CXXOPTS = -pthread -D_GNU_SOURCE

OS_CXXOPTS_ST = -D_GNU_SOURCE

SOEXT = so
LIBTOOL = $(CXX) -shared -pthread
SOSTRIP = strip

include Makefile.common

⌨️ 快捷键说明

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