Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- August 16, 2008 at 6:01 pm #6121viettuanMember
I am trying to compile Assembler Tasm filename.asm and link filename.obj file directly in Emeditor .
However, i can’t find $(FilenameNoExt) in External Tool.
Could anyone explain how to setting in External Tool in detail? Thanks! :-D :-D :-DAugust 16, 2008 at 9:55 pm #6122Yutaka EmuraKeymasterviettuan wrote:
I am trying to compile Assembler Tasm filename.asm and link filename.obj file directly in Emeditor .
However, i can’t find $(FilenameNoExt) in External Tool.
Could anyone explain how to setting in External Tool in detail? Thanks! :-D :-D :-DUse $(Filename). $(Filename) does not add the file extension.
August 17, 2008 at 4:41 am #6123viettuanMemberOh , Thanks you . $(Filename) and $(FilenameNoExt) is ambiguous. :-( :-( :-( :-(
I am undetected which manual (Emeditor Help) talks about this concernment . - AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.