search for: mylib_32rs

Displaying 2 results from an estimated 2 matches for "mylib_32rs".

Did you mean: mylib_32ds
2008 Nov 25
0
[LLVMdev] Removal of Visual Studio project files.
...rary 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 release build with debug info, y is a dynamic library (uses a corresponding dll file), s is a...
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