~ubuntu-branches/ubuntu/raring/codeblocks/raring-proposed

« back to all changes in this revision

Viewing changes to src/plugins/contrib/envvars/envvars.cbp

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-08-09 04:38:38 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100809043838-a59ygguym4eg0jgw
Tags: 10.05-0ubuntu1
* New upstream release. Closes (LP: #322350)
 - Switch to dpkg-source 3.0 (quilt) format
 - Remove unneeded README.source
 - Add debian/get-source-orig script that removes all
   Windows prebuilt binaries
* Bump Standards-Version to 3.9.1
 - Stop shipping *.la files
* debian/control
 - Add cdbs package as Build-Depend
 - Add libbz2-dev and zlib1g-dev packages as
   Build-Depends (needed by libhelp_plugin.so)
 - Remove dpatch package of Build-Depends
 - Add codeblocks-contrib-debug package
 - Split architecture-independent files of codeblocks
   package in codeblocks-common package
* debian/rules
 - Switch to CDBS rules system
 - Add parallel build support
 - Add a call to debian/get-source-orig script
 - Use lzma compression (saves 23,5 MB of free space)
* debian/patches
 - Refresh 01_codeblocks_plugin_path
 - Add 02_no_Makefiles_in_debian_dir to remove any link
   in codeblocks build system to deleted Makefiles of debian directory
 - Drop 02_ftbfs_gcc44 and 03_ftbfs_glib221 (merged in upstream)
* debian/watch
 - Update to use the new host (berlios.de)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
                <Option compiler="gcc" />
9
9
                <Build>
10
10
                        <Target title="default">
11
 
                                <Option output="$(#cb)\devel\share\codeblocks\plugins\envvars.dll" prefix_auto="0" extension_auto="0" />
12
 
                                <Option object_output="$(#cb)\.objs\plugins\contrib\envvars" />
 
11
                                <Option output="..\..\..\devel\share\codeblocks\plugins\envvars.dll" prefix_auto="0" extension_auto="0" />
 
12
                                <Option object_output="..\..\..\.objs\plugins\contrib\envvars" />
13
13
                                <Option type="3" />
14
14
                                <Option compiler="gcc" />
15
 
                                <Option parameters="--profile=foo" />
16
 
                                <Option host_application="$(#cb)\devel\codeblocks" />
 
15
                                <Option parameters="--debug-log -na -ns -nd" />
 
16
                                <Option host_application="..\..\..\devel\codeblocks.exe" />
17
17
                                <Compiler>
18
18
                                        <Add option="-DCB_PRECOMP" />
19
19
                                        <Add option="-DWX_PRECOMP" />
20
20
                                </Compiler>
21
21
                        </Target>
22
22
                        <Target title="no_pch">
23
 
                                <Option output="$(#cb)\devel\share\codeblocks\plugins\envvars.dll" prefix_auto="0" extension_auto="0" />
24
 
                                <Option object_output="$(#cb)\.objs\plugins\contrib\envvars" />
 
23
                                <Option output="..\..\..\devel\share\codeblocks\plugins\envvars.dll" prefix_auto="0" extension_auto="0" />
 
24
                                <Option object_output="..\..\..\.objs\plugins\contrib\envvars" />
25
25
                                <Option type="3" />
26
26
                                <Option compiler="gcc" />
27
 
                                <Option host_application="..\..\..\devel\codeblocks.exe" />
 
27
                                <Option parameters="--debug-log -na -ns -nd" />
 
28
                                <Option host_application=".\codeblocks.exe" />
28
29
                                <Compiler>
29
30
                                        <Add option="-DNOPCH" />
30
31
                                </Compiler>
43
44
                        <Add option="-Winvalid-pch" />
44
45
                        <Add option="-mthreads" />
45
46
                        <Add option="-fexceptions" />
46
 
                        <Add option='-include &quot;sdk.h&quot;' />
47
47
                        <Add option="-DBUILDING_PLUGIN" />
48
48
                        <Add option="-DHAVE_W32API_H" />
49
49
                        <Add option="-D__WXMSW__" />
50
50
                        <Add option="-DWXUSINGDLL" />
51
51
                        <Add option="-DcbDEBUG" />
52
52
                        <Add option="-DwxUSE_UNICODE" />
53
 
                        <Add directory="$(#CB.INCLUDE)" />
54
 
                        <Add directory="$(#CB.INCLUDE)\wxscintilla\include" />
 
53
                        <Add directory="..\..\..\include" />
 
54
                        <Add directory="..\..\..\sdk\wxscintilla\include" />
55
55
                        <Add directory="$(#WX.INCLUDE)" />
56
56
                        <Add directory="$(#WX)\contrib\include" />
57
57
                        <Add directory="$(#WX.lib)\gcc_dll$(WX_CFG)\msw$(WX_SUFFIX)" />
60
60
                        <Add directory="$(#WX.include)" />
61
61
                </ResourceCompiler>
62
62
                <Linker>
 
63
                        <Add option="-mthreads" />
63
64
                        <Add library="wxmsw28$(WX_SUFFIX)" />
64
65
                        <Add library="codeblocks" />
65
 
                        <Add directory="$(#CB)\devel" />
66
 
                        <Add directory="$(#CB.LIB)" />
 
66
                        <Add directory="..\..\..\devel" />
67
67
                        <Add directory="$(#WX.lib)\gcc_dll$(WX_CFG)" />
68
68
                </Linker>
69
69
                <ExtraCommands>
70
 
                        <Add after="zip -j9 $(#cb)\devel\share\codeblocks\envvars.zip manifest.xml *.xrc" />
 
70
                        <Add after="zip -j9 ..\..\..\devel\share\codeblocks\envvars.zip manifest.xml *.xrc" />
71
71
                        <Mode after="always" />
72
72
                </ExtraCommands>
73
73
                <Unit filename="envvars.cpp" />