wndows build object c dev env

 http://www.gnustep.org/experience/Windows.html

 

http://xiaoruanjian.iteye.com/blog/1094345

 

http://www.iteye.com/topic/987024

 

http://cuiquanmao.iteye.com/blog/1118093

 

http://www.cocotron.org/Tools/InstallCDT

 

 

compile

#! /bin/bash
gcc -c $1  -fconstant-string-class=NSConstantString -I /GNUstep/System/Library/Headers

link

 

#! /bin/bash
# parq1 is the output file name ,para2 is the object file name
gcc -o $1 $2 -L /System/Library/Libraries/ -lobjc -lgnustep-base 

 

你可能感兴趣的:(wndows build object c dev env)