~ubuntu-branches/ubuntu/quantal/vice/quantal

« back to all changes in this revision

Viewing changes to src/arch/os2/vac++/xcbm2/Xcbm2.ICC

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2006-07-30 19:15:59 UTC
  • mto: (9.1.1 lenny) (1.1.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20060730191559-g31ymd2mk102kzff
Tags: upstream-1.19
ImportĀ upstreamĀ versionĀ 1.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    info(ppt, "no"),        file(genobject, "Yes"),
8
8
    file(genpch, "no"),     file(usepch, "no"),
9
9
    define("HAVE_CONFIG_H", ),
 
10
    incl(searchpath, ".."),
10
11
    incl(searchpath, "..\\.."),
11
12
    incl(searchpath, "..\\..\\ui"),
12
13
    incl(searchpath, "..\\..\\kbd"),
13
14
    incl(searchpath, "..\\..\\dialogs"),
14
15
    incl(searchpath, "..\\..\\..\\.."),
 
16
    incl(searchpath, "..\\..\\..\\..\\c64"),
15
17
    incl(searchpath, "..\\..\\..\\..\\cbm2"),
16
18
    incl(searchpath, "..\\..\\..\\..\\core"),
17
19
    incl(searchpath, "..\\..\\..\\..\\crtc"),
22
24
    incl(searchpath, "..\\..\\..\\..\\gfxoutputdrv"),
23
25
    incl(searchpath, "..\\..\\..\\..\\iecbus"),
24
26
    incl(searchpath, "..\\..\\..\\..\\imagecontents"),
 
27
    incl(searchpath, "..\\..\\..\\..\\lib\\zlib"),
 
28
    incl(searchpath, "..\\..\\..\\..\\lib\\lpng"),
25
29
    incl(searchpath, "..\\..\\..\\..\\monitor"),
26
30
    incl(searchpath, "..\\..\\..\\..\\parallel"),
27
31
    incl(searchpath, "..\\..\\..\\..\\printerdrv"),
34
38
    incl(searchpath, "..\\..\\..\\..\\vdrive"),
35
39
    incl(searchpath, "..\\..\\..\\..\\vicii"),
36
40
    incl(searchpath, "..\\..\\..\\..\\video"),
37
 
    incl(searchpath, "..\\..\\..\\..\\..\\..\\zlib"),
38
 
    incl(searchpath, "..\\..\\..\\..\\..\\..\\lpng"),
39
41
    incl(searchpathfirst, "yes"),
40
42
    define("__XCBM__", ),
41
43
    res_rc_options("-i ..\\..\\dialogs -x1 -d __XCBM__")
45
47
        source type (lib)
46
48
            "mmpm2.lib",
47
49
            "..\\..\\..\\..\\..\\data\\vice2.lib"
48
 
        source type (dll)
49
 
            "..\\..\\..\\..\\..\\data\\vice2.dll"
50
50
 
51
51
        source type(c)
 
52
            "cbm2-pet-dummy.c",
52
53
            "mouse.c",
53
54
            "mousedrv.c",
54
55
            "kbd-c610.c",