Changes between Version 2 and Version 3 of AppLibraries


Ignore:
Timestamp:
Jun 4, 2009, 4:17:03 PM (15 years ago)
Author:
Nicolas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppLibraries

    v2 v3  
    1515One solution is to give the libraries different names,
    1616e.g. '''vcomp90_32.dll''' and '''vcomp90_64.dll'''.
    17 This requires changing your Makefiles or VS project files accordingly.
     17However, this requires changing your application (or build system)
     18to look for the DLL under that different name.
    1819
    1920A second solution, which doesn't require changing Makefiles or VS project files,
     
    2728<copy_file/>
    2829}}}
    29 This will ensure the file is *copied* to '''vcomp90.dll''', instead of linked,
     30copy_file will ensure the file is '''copied to''' '''vcomp90.dll''', instead of linked,
    3031since Windows obviously won't understand BOINC soft links when trying to find
    3132the DLL.