Thief007 / swingamesdk

Automatically exported from code.google.com/p/swingamesdk
1 stars 2 forks source link

Compiled program lacks "exe" extension. #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. compiling pascal swingame
2.
3.

What is the expected output? What do you see instead?
expected ../bin/{game_name}.exe

but receieved ../bin/{game_name}

What version of the product are you using? On what operating system?
3 alpha on windows

Please provide any additional information below.
fix: edit build.sh on line 233
replace -o${GAME_NAME}
with
-o${GAME_NAME}.exe
^taking no credit to fix since Andrew beat me to it :p.

Original issue reported on code.google.com by kaka.ita...@gmail.com on 12 Aug 2009 at 7:25

GoogleCodeExporter commented 8 years ago
Added 
Fixed with svn commit 966. 

New builds need to be created for Windows.

Original comment by swinbr...@gmail.com on 12 Aug 2009 at 10:57