Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changes between Version 7 and Version 8 of TutDLL

Show
Ignore:
Author:
mwarning (IP: 78.94.206.18)
Timestamp:
02/14/10 01:38:18 (14 years ago)
Comment:

tango-user/base not used anymore

Legend:

Unmodified
Added
Removed
Modified
  • TutDLL

    v7 v8  
    99[Environment] 
    1010LIB="%@P%\..\lib" 
    11 DFLAGS="-I%@P%\..\import" -version=Tango -defaultlib=tango-base-dmd.lib -debuglib=tango-base-dmd.lib tango-user-dmd.lib 
     11DFLAGS="-I%@P%\..\import" -version=Tango -defaultlib=tango-dmd.lib -debuglib=tango-dmd.lib tango-dmd.lib 
    1212LINKCMD=%@P%\link.exe 
    1313}}} 
    1414 
    15 main difference is that vanilla sc.ini file has "-L+tango-user-dmd.lib", while in order to compile and link DLL you got to leave out "-L+". So, if you want to create DLL files, it would be best to have two sc.ini files - one for usual compilation and one for DLL's. 
     15main difference is that vanilla sc.ini file has "-L+tango-dmd.lib", while in order to compile and link DLL you got to leave out "-L+". So, if you want to create DLL files, it would be best to have two sc.ini files - one for usual compilation and one for DLL's. 
    1616 
    1717== Creating a simple DLL ==