Still getting warnings with the below task.

                 [link] Linking 16 files to
'D:\Projects\Visa\MR0804\Application
 Server Code\build\debug-2.1.13\LDAPInterface.dll'.
                 [link] msvcrtd.lib(checkclr.obj) : warning LNK4210: .CRT
sectio
n exists; there may be unhandled static initializers or terminators
                 [link] msvcrtd.lib(secchk.obj) : warning LNK4210: .CRT
section
exists; there may be unhandled static initializers or terminators
                 [link] libcpmt.lib(xlock.obj) : warning LNK4210: .CRT
section e
xists; there may be unhandled static initializers or terminators
                 [link] LDAPInterface.obj : warning LNK4210: .CRT section
exists
; there may be unhandled static initializers or terminators

Any ideas what I need to add?

        <link output="${build.dir}\LDAPInterface.dll">
            <arg value="/DLL" />
            <arg value="/NOENTRY" />
            <sources>
               <include name="${build.dir}\*.obj" />
               <include name="${VcInstallDir}\PlatformSDK\lib\wldap32.lib"
/>
               <include name="D:\Program Files\Microsoft Visual Studio .NET
2003\SDK\v1.1\Lib\mscoree.lib" />
               <include name="${VcInstallDir}\lib\msvcrtd.lib" />
               <include name="${VcInstallDir}\PlatformSDK\lib\Netapi32.lib"
/>
               <include name="${VcInstallDir}\PlatformSDK\lib\kernel32.lib"
/>
               <include name="${VcInstallDir}\PlatformSDK\lib\advapi32.lib"
/>
               <include name="${VcInstallDir}\PlatformSDK\lib\ole32.lib" />
            </sources>
            <libdirs>
               <include name="${VcInstallDir}\lib" />
               <include name="${VcInstallDir}\PlatformSDK\lib" />
            </libdirs>
        </link>




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21&alloc_id040&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to