diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2005-10-19 03:18:15 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2005-10-19 03:18:15 +0000 |
| commit | 65dc2802ca18f4ddba2bca00997eaf6084eb7cc1 (patch) | |
| tree | 3330b759ac3678a7a9987a9e96e0568d55551d53 /com/COMTest1ps.mk | |
| parent | 7b6b0968e40f03f2a701d54da09494757f640614 (diff) | |
| download | PROJ-65dc2802ca18f4ddba2bca00997eaf6084eb7cc1.tar.gz PROJ-65dc2802ca18f4ddba2bca00997eaf6084eb7cc1.zip | |
New
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1308 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'com/COMTest1ps.mk')
| -rwxr-xr-x | com/COMTest1ps.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/com/COMTest1ps.mk b/com/COMTest1ps.mk new file mode 100755 index 00000000..c55034d1 --- /dev/null +++ b/com/COMTest1ps.mk @@ -0,0 +1,16 @@ + +COMTest1ps.dll: dlldata.obj COMTest1_p.obj COMTest1_i.obj + link /dll /out:COMTest1ps.dll /def:COMTest1ps.def /entry:DllMain dlldata.obj COMTest1_p.obj COMTest1_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 COMTest1ps.dll + @del COMTest1ps.lib + @del COMTest1ps.exp + @del dlldata.obj + @del COMTest1_p.obj + @del COMTest1_i.obj |
