Topic: [SOLVED] Last step for compiling TeeWorld on Window.
Hi,
I really don't understand the last step...
Compiling teeworlds
Run in cmd (start->run->cmd):
%comspec% /k ""C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"" x86
cd teeworlds-version-src
..\bam\src\bam release
for all stuff,
..\bam\src\bam server_release
for server only,
..\bam\src\bam debug
for debug version of all,
..\bam\src\bam server_debug
for debug version of server.
I send this command
%comspec% /k ""C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"" x86
and it works.
Then
cd teeworlds-version-src
I suppose I have to go to this directory, no problem.
Afterwards
..\bam\src\bam release
wtf ? what does it mean ? Is it a line command ?
Thx for helping me