-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtrackdll.plg
More file actions
36 lines (29 loc) · 1.79 KB
/
Copy pathtrackdll.plg
File metadata and controls
36 lines (29 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: trackdll - Win32 Release--------------------
</h3>
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cl -Gz -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT -D_WIN32_WINNT=0x0400 -D_WIN32_IE=0x0300 -DWINVER=0x0400 -DWIN32 -D_WIN32 -D_MT -D_DLL -MD -Z7 -Od trackdll.c
trackdll.c
trackdll.c(12) : warning C4005: 'MK_CONTROL' : macro redefinition
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\winuser.h(1811) : see previous definition of 'MK_CONTROL'
trackdll.c(342) : warning C4101: 'hDC' : unreferenced local variable
trackdll.c(196) : warning C4716: 'InstallHook' : must return a value
trackdll.c(199) : warning C4716: 'UninstallHook' : must return a value
lib -machine:i386 -def:trackdll.def trackdll.obj -out:trackdll.lib
Microsoft (R) Library Manager Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
trackdll.def : warning LNK4017: CODE statement not supported for the target platform; ignored
trackdll.def : warning LNK4017: DATA statement not supported for the target platform; ignored
trackdll.def : warning LNK4017: FIXED statement not supported for the target platform; ignored
Creating library trackdll.lib and object trackdll.exp
link -debug:full -debugtype:cv /NODEFAULTLIB /INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO -entry:_DllMainCRTStartup@12 -dll -base:0x1C000000 -out:trackdll.dll trackdll.exp trackdll.obj msvcrt.lib oldnames.lib kernel32.lib ws2_32.lib mswsock.lib advapi32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib
<h3>Results</h3>
trackdll.dll - 0 error(s), 7 warning(s)
</pre>
</body>
</html>