Hi all,
i'm writing program (BCB5) in two language versions, English (ENG ) and
Polish (PLK). I've set Final Output directory to another dir than project
root (Project Options/Directories...). Of course for final binary output
i'll have to collect .exe as well as .PLK and .ENG files in this case in
order to be able to switch between two language versions at the runtime. Is
there some method to redirect compilation of there two language files to the
same directory as .exe??? I can't find it in project options...
Greetings
Marcin
PS. i've come across some idea - additionally I have 3 projects now -
project1.exe, project1.ENG and project1.PLK. I've been changing path only in
.exe project options so far, maybe paths have to be changed in 2 remaining??
Didn't check it out still..