Alaska Software Inc. - Project.xpj TARGET_DIR
Username: Password:
AuthorTopic: Project.xpj TARGET_DIR
Jack DuijfProject.xpj TARGET_DIR
on Sat, 18 Oct 2014 14:48:13 +0200
Hello,

In the project we can have:
TARGET_DIR = ..\  
or TARGET_DIR = C:\MyTools\

If creating an DLL, then the DLL is created in the correct folder
The LIB however is created in the same folder as the project.

IMHO, the location of he LIB file should be te same as the target DLL file.



Regards
Jack Duijf

-------------------------------------------------------------
Also a member off the XXP (http://www.xxp.nl)
Andreas HerdtRe: Project.xpj TARGET_DIR
on Sat, 18 Oct 2014 19:45:35 +0200
Hi Jack,

We discussed this here when the TARGET_DIR was introduced
with one of the CTP builds. We have concluded that the library
which is an intermediate only requred for development must not
follow the target.

Insofar the behaviour is by design. If you require the link library
to be at a different place then for the time being POST_BUILD
is your friend.

  Andreas Herdt
  Alaska Software

--------------------------------------------------------------------

Technical Support:      support@alaska-software.com

News Server:            news.alaska-software.com
Homepage:               http://www.alaska-software.com
WebKnowledgeBase:       http://www.alaska-software.com/kbase.shtm

Fax European Office:    +49 (0) 61 96 - 77 99 99 23
Fax US Office:          +1 (646) 218 1281
--------------------------------------------------------------------

"Jack Duijf" wrote in message 
news:73o44atanhb744q5k8keeuhjgnv26rvsu8@4ax.com...
> Hello,
>
> In the project we can have:
> TARGET_DIR = ..\
> or TARGET_DIR = C:\MyTools\
>
> If creating an DLL, then the DLL is created in the correct folder
> The LIB however is created in the same folder as the project.
>
> IMHO, the location of he LIB file should be te same as the target DLL 
> file.
>
>
>
> Regards
> Jack Duijf
>
> -------------------------------------------------------------
> Also a member off the XXP (http://www.xxp.nl)
Jack DuijfRe: Project.xpj TARGET_DIR
on Sun, 19 Oct 2014 13:31:51 +0200
Hello Andreas,

Thank you for your explanation,
Ofcoarse POST_BUILD does the trick.

Regards
Jack Duijf

-------------------------------------------------------------
Also a member off the XXP (http://www.xxp.nl)