File: make.bkl

package info (click to toggle)
xchm 2%3A1.37-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,552 kB
  • sloc: cpp: 3,656; ansic: 2,086; makefile: 43; xml: 18; sh: 1
file content (41 lines) | stat: -rw-r--r-- 1,310 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" ?> 
 
<!-- $Id$ --> 
 
<makefile>
    
    <!-- Additional include paths (include tag) -->
 
    <set var="EXTRAINCLUDE"></set>
    <set var="WXWIN">../wxWidgets-3.0.0</set>
    <set var="CHMLIB">../chmlib-0.40</set> 
 
    <include file="$(WXWIN)/build/bakefiles/wxpresets/presets/wx.bkl" />
 
    <exe id="xchm" template="wx">
        <app-type>gui</app-type>
        <debug-info>off</debug-info> 
        <runtime-libs>static</runtime-libs>
        <threading>multi</threading>

        <include>./art</include>
        <include>./src</include>
        <include>$(CHMLIB)/src</include>

        <sources>
            $(CHMLIB)/src/chm_lib.c $(CHMLIB)/src/lzx.c
            src/chmapp.cpp src/chmfile.cpp src/chmfinddialog.cpp
            src/chmfontdialog.cpp src/chmframe.cpp src/chmfshandler.cpp
            src/chmhtmlnotebook.cpp src/chmhtmlwindow.cpp
            src/chmindexpanel.cpp src/chminputstream.cpp
            src/chmlistctrl.cpp src/chmsearchpanel.cpp src/hhcparser.cpp
        </sources>
        <wx-lib>adv</wx-lib>
        <wx-lib>net</wx-lib>
        <wx-lib>html</wx-lib>
        <wx-lib>aui</wx-lib> 
        <wx-lib>core</wx-lib> 
        <wx-lib>base</wx-lib>
        <win32-res>rc/xchm.rc</win32-res>
	</exe>
</makefile>