summaryrefslogtreecommitdiff
path: root/Shutdown/Shutdownps.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Shutdown/Shutdownps.mk')
-rw-r--r--Shutdown/Shutdownps.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/Shutdown/Shutdownps.mk b/Shutdown/Shutdownps.mk
new file mode 100644
index 0000000..caf5e22
--- /dev/null
+++ b/Shutdown/Shutdownps.mk
@@ -0,0 +1,16 @@
+
+Shutdownps.dll: dlldata.obj Shutdown_p.obj Shutdown_i.obj
+ link /dll /out:Shutdownps.dll /def:Shutdownps.def /entry:DllMain dlldata.obj Shutdown_p.obj Shutdown_i.obj \
+ kernel32.lib rpcndr.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib \
+
+.c.obj:
+ cl /c /Ox /DWIN32 /D_WIN32_WINNT=0x0400 /DREGISTER_PROXY_DLL \
+ $<
+
+clean:
+ @del Shutdownps.dll
+ @del Shutdownps.lib
+ @del Shutdownps.exp
+ @del dlldata.obj
+ @del Shutdown_p.obj
+ @del Shutdown_i.obj