Last change
on this file was
61,
checked in by roman, 11 years ago
|
- moved from assembla
- early add Debug privilege in order to be able to list service processes
- cosmetic fix
|
File size:
610 bytes
|
Line | |
---|
1 | |
---|
2 | LogProcessExceptionsps.dll: dlldata.obj LogProcessExceptions_p.obj LogProcessExceptions_i.obj |
---|
3 | link /dll /out:LogProcessExceptionsps.dll /def:LogProcessExceptionsps.def /entry:DllMain dlldata.obj LogProcessExceptions_p.obj LogProcessExceptions_i.obj \ |
---|
4 | kernel32.lib rpcndr.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib \ |
---|
5 | |
---|
6 | .c.obj: |
---|
7 | cl /c /Ox /DWIN32 /D_WIN32_WINNT=0x0400 /DREGISTER_PROXY_DLL \ |
---|
8 | $< |
---|
9 | |
---|
10 | clean: |
---|
11 | @del LogProcessExceptionsps.dll |
---|
12 | @del LogProcessExceptionsps.lib |
---|
13 | @del LogProcessExceptionsps.exp |
---|
14 | @del dlldata.obj |
---|
15 | @del LogProcessExceptions_p.obj |
---|
16 | @del LogProcessExceptions_i.obj |
---|
Note: See
TracBrowser
for help on using the repository browser.