Hello Viktor

Today I have turned to hbmk2 seriously for my 
large projects and I am looking for some possible ways 
to build every library/exe from one place.

Here is my development environment tree:

c:\dev_projects  contains folders per project
c:\dev_sources   contains source|include|resource folders per project or
otherwise
c:\dev_libs         contains libs generated by lib projects
c:\dev_exes       contains all exe's generated by executable projects


c:\dev_projects\vouch\vouch.hbp contains these entries:


-hblib
-olib/${hb_arch}/${hb_comp}/vouch
-inc
-q0 -w1 -es2 -m -n -a

-Ic:/dev_sources/vouch/include
...

-D__WVT__
...

c:/dev_sources/vouch/source/A_ARRAY.PRG
c:/dev_sources/vouch/source/B_53.PRG
....

It runs fine and generates this folder structure:

c:\dev_projects\vouch\lib
                               \lib\win
                               \lib\win\mingw
                               \lib\win\mingw\.hbmk ( and subfolders holding
.o, .c files )
                               \lib\win\mingw\libvouch.a

Question is : how can I separate the output paths of object files and final
binaries.
For example, in above case, I would like to place libvouch.a (only) to a
different folder
c:\dev_libs. And on the same analogy any .exe to folder c:\dev_exes.

Regards
Pritpal Bedi
-- 
View this message in context: 
http://www.nabble.com/HBMK2---Few-clarifications-tp25099359p25099359.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to