~ubuntu-branches/ubuntu/wily/tora/wily-proposed

« back to all changes in this revision

Viewing changes to src/windows/dummyoci/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Michael Meskes
  • Date: 2009-11-19 15:18:19 UTC
  • mfrom: (1.2.9 upstream) (3.3.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091119151819-me89ezmxzkvl0lws
Tags: 2.1.1-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
all: oci.dll install
 
2
 
 
3
oci.dll: oci_stub.c oci_nonstub.c
 
4
        cl oci_stub.c oci_nonstub.c /link /DLL /out:oci.dll
 
5
 
 
6
install:
 
7
        copy oci.dll c:\build\tora-build\release\oci.dll
 
8
 
 
9
clean:
 
10
        del *~ *.exp *.obj *.dll *.lib