~ubuntu-branches/ubuntu/intrepid/gpac/intrepid-proposed

« back to all changes in this revision

Viewing changes to applications/GPAX/GPAXps.mk

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2007-01-24 23:34:57 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070124233457-zzlls8afkt0nyakj
Tags: 0.4.2~rc2-0ubuntu1
* New upstream release
  * Most notably MP4 tagging support via MP4Box -itags
* debian/patches/01_64bits.dpatch: dropped; included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
GPAXps.dll: dlldata.obj GPAX_p.obj GPAX_i.obj
 
3
        link /dll /out:GPAXps.dll /def:GPAXps.def /entry:DllMain dlldata.obj GPAX_p.obj GPAX_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 GPAXps.dll
 
12
        @del GPAXps.lib
 
13
        @del GPAXps.exp
 
14
        @del dlldata.obj
 
15
        @del GPAX_p.obj
 
16
        @del GPAX_i.obj