Game Development Community

Using TBE to build RTS

by William Urban · in RTS Starter Kit · 05/07/2005 (7:32 pm) · 3 replies

I am having trouble trying to get the RTS Starter kit to compile in the Eclipse. I even reinstalled it but it doesn't add a project file. So I tried adding a managed project and changing the make file to make -f mk/configure.mk and I get various errors about :

make -f mk/configure.mk clean all
make: *** No rule to make target 'clean'. Stop.

How do you import this into the TBE?

Thanks,

-Will

#1
05/13/2005 (4:26 am)
Im having the same problem and cant find a way to do this - i take it you go no response yet on this?
#2
05/13/2005 (11:25 am)
Well, you aren't using the make -f command properly--you use that command to define your OS, your COMPILER, and your BUILD version, not to run make rules (clean, all).

TBE has a resource here on the forums for new projects (I searched with 'TBE +"new project"') here.
#3
05/14/2005 (2:20 am)
Thanks Stephen!