请问xcode怎么设置c++linker的build order?
xcode吧
全部回复
仅看楼主
level 1
zhiyuan6600 楼主
我装了CPLEX软件,想在xcode里面使用,按照说明需要在build settings里面进行一些设置,以下两处我不知道该在那里设置,请高人指点,谢谢:
1.Give your compiler a preprocessor directive by means of the option -D, like this:-DIL_STD
2.Specify the libraries to your linker, like this:
-lilocplex -lconcert
Here is the correct order of the builds of the libraries:
-lilocplex -lconcert -lcplex -lm -lpthread
2012年08月22日 16点08分 1
1