Compiler directive for ignoring unused (User)libs
Posted: Tue Jul 31, 2018 11:47 pm
I have two different PureBasic Userlibs (like the used c++ compiler is generating it)
But I cannot lay both libs in the PureBasic Userlibs folder.
Maybe a Compiler Directive like where the developer can control the libs which should used on the exe:
#CompilerIgnoreLib "Chipmunk2D4PBd"
is a good idea to remove unused Libraries...maybe for PureBasic libs too?
But I cannot lay both libs in the PureBasic Userlibs folder.
Maybe a Compiler Directive like where the developer can control the libs which should used on the exe:
#CompilerIgnoreLib "Chipmunk2D4PBd"
is a good idea to remove unused Libraries...maybe for PureBasic libs too?
---------------------------
PureBasic - Compiler Error
---------------------------
Duplicated library command: CallThisFunction() (in libraries Chipmunk2D4PBd and Chipmunk2D4PB).
---------------------------
OK
---------------------------