| | Compiling...
js.cxx
..\util\ul.h(552) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\Program Files\Microsoft Visual Studio 8\VC\include\../include/string.h(74) : see declaration of 'strcpy'
..\util\ul.h(553) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\Program Files\Microsoft Visual Studio 8\VC\include\../include/string.h(79) : see declaration of 'strcat'
jsWindows.cxx
..\util\ul.h(552) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\Program Files\Microsoft Visual Studio 8\VC\include\../include/string.h(74) : see declaration of 'strcpy'
..\util\ul.h(553) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\Program Files\Microsoft Visual Studio 8\VC\include\../include/string.h(79) : see declaration of 'strcat'
.\jsWindows.cxx(60) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\Program Files\Microsoft Visual Studio 8\VC\include\../include/stdio.h(345) : see declaration of 'sprintf'
.\jsWindows.cxx(70) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\Program Files\Microsoft Visual Studio 8\VC\include\../include/stdio.h(345) : see declaration of 'sprintf'
.\jsWindows.cxx(78) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\Program Files\Microsoft Visual Studio 8\VC\include\../include/stdio.h(345) : see declaration of 'sprintf'
.\jsWindows.cxx(123) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\Program Files\Microsoft Visual Studio 8\VC\include\../include/string.h(157) : see declaration of 'strncpy'
jsNone.cxx
..\util\ul.h(552) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\Program Files\Microsoft Visual Studio 8\VC\include\../include/string.h(74) : see declaration of 'strcpy'
..\util\ul.h(553) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\Program Files\Microsoft Visual Studio 8\VC\include\../include/string.h(79) : see declaration of 'strcat'
jsMacOSX.cxx
..\util\ul.h(552) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\Program Files\Microsoft Visual Studio 8\VC\include\../include/string.h(74) : see declaration of 'strcpy'
..\util\ul.h(553) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\Program Files\Microsoft Visual Studio 8\VC\include\../include/string.h(79) : see declaration of 'strcat'
jsMacOS.cxx
..\util\ul.h(552) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\Program Files\Microsoft Visual Studio 8\VC\include\../include/string.h(74) : see declaration of 'strcpy'
..\util\ul.h(553) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\Program Files\Microsoft Visual Studio 8\VC\include\../include/string.h(79) : see declaration of 'strcat'
jsLinux.cxx
..\util\ul.h(552) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\Program Files\Microsoft Visual Studio 8\VC\include\../include/string.h(74) : see declaration of 'strcpy'
..\util\ul.h(553) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\Program Files\Microsoft Visual Studio 8\VC\include\../include/string.h(79) : see declaration of 'strcat'
jsBSD.cxx
..\util\ul.h(552) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\Program Files\Microsoft Visual Studio 8\VC\include\../include/string.h(74) : see declaration of 'strcpy'
..\util\ul.h(553) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\Program Files\Microsoft Visual Studio 8\VC\include\../include/string.h(79) : see declaration of 'strcat'
Generating Code...
Creating library...
jsNone.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
jsMacOSX.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
jsMacOS.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
jsLinux.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
jsBSD.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
Copy Library to plib directory
release\js.lib
1 fichier(s) copié(s).
1 fichier(s) copié(s).
|