New Member

Group: Members
Posts: 4
Member No.: 16880
Joined: 31-December 08

|
Hi all... hi have created a project template with 3 files for a simple app with dialog (.asm,.inc and .rc)
but when i create a new project from template, all the files still have original names,not the name i have spec in project creation...
i have set the output name to "%title%.exe" -> it work in asm file i have "include %title%.inc" -> it work too
the prob is that now i have in my asm file "include myprojname.inc" but the inc file still have the name "originalname.inc"
i have opened a wap file in notepad (from a template that works fine) and the only diference i can see is at the end of the file:
| CODE | [FILES] 1=AddIn3.asm 2=AddIn3.inc 3=macros.inc 4=%wafolder%\Inc\WAAddIn.inc 5=AddIn3.txt 6=AddIn3.def
[TEMPLATE] Parse=AddIn3.asm,AddIn3.inc,AddIn3.txt,AddIn3.def Rename=1
|
so i have changed mine to
| CODE | [FILES] 1=Main.asm 2=Main.inc 3=MainDlg.rc
[TEMPLATE] Parse=Main.asm,Main.inc Rename=1
|
but still the same...
how can this be solved?
tkx in advance
5k3l3t0r
|