Chinaunix首页 | 论坛 | 博客
  • 博客访问: 93209
  • 博文数量: 14
  • 博客积分: 490
  • 博客等级: 下士
  • 技术积分: 150
  • 用 户 组: 普通用户
  • 注册时间: 2007-04-20 11:00
文章分类

全部博文(14)

文章存档

2011年(1)

2008年(4)

2007年(9)

我的朋友
最近访客

分类: LINUX

2008-05-27 18:14:04

Firstly, the environment variable can be set:

TMAKEPATH=/usr/local/tmake/lib/linux-g++
PATH=$PATH:/usr/local/tmake/bin
export TMAKEPATH PATH

Then, use the tool progen to generate the project file:

progen -n project_directory_name -o project_file_name.pro

Finally, use the tool tmake to generate the Makefile file:

tmake project_file_name.pro -o Makefile

阅读(1096) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~