News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Adding files to project

Started by Shantanu Gadgil, September 17, 2006, 06:00:09 AM

Previous topic - Next topic

Shantanu Gadgil

Hi Ketil,
When I right-click in the Project Browser window to add a file to the project, any added file always goes into the Added Files section.

Can it be done that the file gets added to the current section in which I have clicked instead of having to drag the file from the Added Files section.

Also would it be possible to change the "type" of a .asm file from a "normal added file" to a "module" ?

Regards,
Shantanu
To ret is human, to jmp divine!

KetilO

Hi

Quote
When I right-click in the Project Browser window to add a file to the project, any added file always goes into the Added Files section.
Yes it will, even if you just use the normal menu or add several existing files to your project. I do believe in simplisity and that it behaves the same way.

Quote
Also would it be possible to change the "type" of a .asm file from a "normal added file" to a "module" ?
Not something you do often so it does not deserve an own function. You just remove and then add it as a module.

Simple and easy to understand what is going on. No hidden 'magic'.

KetilO

Shantanu Gadgil

Its ok about removing a code file and re-adding as a module.

The reason I asked about the "Added Files" section in because I have a buch of common files from a location different than the project itself and I keep that section collapsed. Whenever I add a module (or file) to the project, this "Added Files" section expands and then I have to drag the file from there to wherever I want.

I was not confused about _how_ it is working, I was just asking if it would be possible so that the file which I add would automatically go in the "currently selected" file group, thats all.

Regards,
Shantanu
To ret is human, to jmp divine!