xbase support an intersting  preprocessor directive 
#pragma  library ("mylib.lib") 
Is possible implement also in harbour? 


Xharbour made similar task with a sintax dependent from c compiler and linker 
used
#pragma BEGINDUMP 
   #pragma comment( lib, "mylib.lib" ) 
#pragma ENDDUMP 
Is possibile having a syntax non c compiler/liker dependent?
IMO the capability of insert in source code (prg) what library are used will 
help the compilation
Will be more useful compile sample who require additional library (gt,rdd,gui)
All information for linking is stored in source code

Thanks in advance
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to