diff options
author | Stef Walter <stef@thewalter.net> | 2003-09-17 19:41:13 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2003-09-17 19:41:13 +0000 |
commit | 79aa922282edd795d55bf06cf622ddf33884dff5 (patch) | |
tree | d3c8c985ada3bf14107410ca48fac394e42d9106 /TtfInfops.mk |
Diffstat (limited to 'TtfInfops.mk')
-rw-r--r-- | TtfInfops.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/TtfInfops.mk b/TtfInfops.mk new file mode 100644 index 0000000..c2bbd2d --- /dev/null +++ b/TtfInfops.mk @@ -0,0 +1,14 @@ + +TtfInfops.dll: dlldata.obj TtfInfo_p.obj TtfInfo_i.obj + link /dll /out:TtfInfops.dll /def:TtfInfops.def /entry:DllMain dlldata.obj TtfInfo_p.obj TtfInfo_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 TtfInfops.dll + @del TtfInfops.lib + @del TtfInfops.exp + @del dlldata.obj + @del TtfInfo_p.obj + @del TtfInfo_i.obj |