`
lupingui
  • 浏览: 157357 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

GNU step gcc.sh

GCC 
阅读更多

#!/bin/sh

#if[$# -ne 1]; then
#echo "Usage: $0 name"
#exit 1
#fi

gcc -g -o $1 $1.m -fconstant-string-class=NSConstantString -I /GNUstep/System/Library/Headers/ -L /GNUstep/System/Library/Libraries/ -lobjc -lgnustep-base

exit 0

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics