elysionpowered / elysion

Game framework for rapid prototyping
MIT License
5 stars 2 forks source link

Windows - source/main.res missing? #57

Closed joseph-montanez closed 13 years ago

joseph-montanez commented 13 years ago

When I try to build for windows source/main.dpr requires source/main.res (says for icons), however its missing. Uncommenting works, but I am guessing it was suppose to be there?

frostney commented 13 years ago

You are building from the build scripts/command-line, right? If you are building with Lazarus or Delphi, the res file should be generated when compiling. I'll exclude main.res from the gitignore file and commit it very soon.

joseph-montanez commented 13 years ago

Correct I was using build-win32.bat to build.