Displaying 2 results from an estimated 2 matches for "mylib_32dyp".
Did you mean:
mylib_32dsp
2008 Nov 25
0
[LLVMdev] Removal of Visual Studio project files.
...r impossible to diagnose if
you do not know about these ahead of time.
As such, with any library I distribute, one of the build options
always includes one that defines these as well. I follow a boost
style naming convention, so for a project like myLib a full build
would create files like these:
myLib_32dyp.lib
myLib_32dy.lib
myLib_32dsp.lib
myLib_32ds.lib
myLib_32ryp.lib
myLib_32ry.lib
myLib_32rsp.lib
myLib_32rs.lib
myLib_32rdyp.lib
myLib_32rdy.lib
myLib_32rdsp.lib
myLib_32rds.lib
Where 32 means it is 32-bit, d means it is a debug build, r means it
is a release build, r and d together mean it is a r...
2008 Nov 25
2
[LLVMdev] Removal of Visual Studio project files.
"Cory Nelson" <phrosty at gmail.com> writes:
> On Mon, Nov 24, 2008 at 8:18 PM, Óscar Fuentes <ofv at wanadoo.es> wrote:
>> OvermindDL1 <overminddl1 at gmail.com> writes:
>>> As long as instructions are supplied on how to pass in user defined
>>> macros to the build system. I have to turn off a lot of the extra
>>> safety crap that