kierenj / 0x10c-DevKit

0x10c DevKit
http://0x10c-devkit.com/
39 stars 4 forks source link

Global solution options including output formats #139

Closed ghost closed 12 years ago

ghost commented 12 years ago

Exporting a project as a memory dump, hex, plain assembly, executable, and other formats. Especially the plain assembly, because I would like to be able to see what it's doing to my code, and to copy, paste it into the real thing some day! I was looking in the project folder, and you already do a some of this, so just adding an export option would complete a few of those.

kierenj commented 12 years ago

Hope you don't mind, Ive altered this slightly - right-click options on a Solution would give you some options including which output formats should be produced when building.

ghost commented 12 years ago

Yeah that is fine.

kierenj commented 12 years ago

This is made redundant by the cool new project system - for Code projects you can choose which output files to produce, and customise compilation options (like producing self-relocating code etc).