~ubuntu-branches/ubuntu/utopic/vice/utopic

« back to all changes in this revision

Viewing changes to src/arch/os2/vac++/RESIDFP.ICC

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2014-05-10 21:08:23 UTC
  • mfrom: (17.2.1 utopic-proposed)
  • Revision ID: package-import@ubuntu.com-20140510210823-r7x98jmpl1x7rgop
Tags: 2.4.dfsg+2.4.6-1ubuntu1
Use autotools-dev to update config.{sub,guess} for new arches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
option ProjectOptions = link(linkwithmultithreadlib, "yes"),
2
 
    link(pmtype, "pm"),
3
 
    gen(arch, "pentium"),
4
 
    opt(tune, "pentium"),
5
 
    opt(level, "2"),
6
 
    opt(inline, "yes"),
7
 
    opt(autoinline, "yes"),
8
 
    define("HAVE_CONFIG_H", ),
9
 
    define("HAVE_RESID", ),
10
 
    define("IDE_COMPILE", ),
11
 
    incl(searchpath, ".."),
12
 
    incl(searchpath, "..\\..\\.."),
13
 
    incl(searchpath, "..\\..\\..\\resid-fp"),
14
 
    incl(searchpathfirst, "yes")
15
 
{
16
 
    target type(lib) "residfp"
17
 
    {
18
 
        option reSiddtv = define("PACKAGE","\"residfp\""), define("VERSION","\"0.16\""), define("SIZEOF_INT", "\"4\"")
19
 
        {
20
 
            source type(cpp) "convolve.cc"
21
 
            source type(cpp) "envelope.cc"
22
 
            source type(cpp) "extfilt.cc"
23
 
            source type(cpp) "filter.cc"
24
 
            source type(cpp) "pot.cc"
25
 
            source type(cpp) "sid.cc"
26
 
            source type(cpp) "version.cc"
27
 
            source type(cpp) "voice.cc"
28
 
            source type(cpp) "wave.cc"
29
 
        }
30
 
    }
31
 
}