makefile.osx.example

来自「机器人仿真软件」· EXAMPLE 代码 · 共 14 行

EXAMPLE
14
字号
# Desc: Example plugin makefile# CVS: $Id: Makefile.osx.example,v 1.1 2005/08/20 17:36:30 gerkey Exp $all: libexampledriver.dylib%.o: %.cc	$(CXX) `pkg-config --cflags playercore` -Wall -g3 -dynamiclib -c $<libexampledriver.dylib: exampledriver.o	$(CXX) -bundle -flat_namespace -undefined suppress -o $@ $<clean:	rm -f *.o *.dylib

⌨️ 快捷键说明

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