Merge lp:~richardson183/pchat/trunk into lp:~zachary-thibeau/pchat/trunk

Proposed by Jesse N. Richardson
Status: Needs review
Proposed branch: lp:~richardson183/pchat/trunk
Merge into: lp:~zachary-thibeau/pchat/trunk
Diff against target: 86 lines (+37/-2)
6 files modified
PChat-linux.cbp (+14/-0)
PChat-linux.layout (+7/-0)
PChat-wx.layout (+4/-0)
PChat.layout (+4/-0)
pchat-linux.workspace (+6/-0)
src/include/version.h (+2/-2)
To merge this branch: bzr merge lp:~richardson183/pchat/trunk
Reviewer Review Type Date Requested Status
Zach Thibeau Approve
Review via email: mp+43309@code.launchpad.net

Description of the change

Merged the changes between my branch and the main trunk. I have made a good bit of changes for the linux build

To post a comment you must log in.
Revision history for this message
Zach Thibeau (zachary-thibeau) wrote :

review looks good but I've already merged it into svn in which launchpad should of imported by now.

review: Approve

Unmerged revisions

272. By Jesse N. Richardson

Merged Changes from the main trunk branch

271. By Jesse N. Richardson

Made a good bit of changes. Changed the locations of the libs to the real path that they will be located at.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'PChat-linux.cbp'
--- PChat-linux.cbp 2010-12-08 22:08:48 +0000
+++ PChat-linux.cbp 2010-12-09 23:53:53 +0000
@@ -13,8 +13,22 @@
13 <Option compiler="gcc" />13 <Option compiler="gcc" />
14 <Compiler>14 <Compiler>
15 <Add option="-g" />15 <Add option="-g" />
16<<<<<<< TREE
17 <Add option="`pkg-config --cflags gtk+-2.0`" />
18 <Add option="-DLINUX" />
19=======
20>>>>>>> MERGE-SOURCE
16 <Add directory="/usr/include/openssl" />21 <Add directory="/usr/include/openssl" />
22<<<<<<< TREE
23 <Add directory="/usr/include/glib-2.0/glib" />
24=======
25>>>>>>> MERGE-SOURCE
17 </Compiler>26 </Compiler>
27 <Linker>
28 <Add option="`pkg-config --libs gtk+-2.0`" />
29 <Add library="/usr/lib/libssl.a" />
30 <Add library="/usr/lib/libcrypto.a" />
31 </Linker>
18 </Target>32 </Target>
19 <Linker>33 <Linker>
20 <Add option="`pkg-config --libs gtk+-2.0`" />34 <Add option="`pkg-config --libs gtk+-2.0`" />
2135
=== added file 'PChat-linux.layout'
--- PChat-linux.layout 1970-01-01 00:00:00 +0000
+++ PChat-linux.layout 2010-12-09 23:53:53 +0000
@@ -0,0 +1,7 @@
1<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2<CodeBlocks_layout_file>
3 <ActiveTarget name="Debug" />
4 <File name="src/common/xchat.h" open="1" top="1" tabpos="0">
5 <Cursor position="4519" topLine="172" />
6 </File>
7</CodeBlocks_layout_file>
08
=== added file 'PChat-wx.layout'
--- PChat-wx.layout 1970-01-01 00:00:00 +0000
+++ PChat-wx.layout 2010-12-09 23:53:53 +0000
@@ -0,0 +1,4 @@
1<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2<CodeBlocks_layout_file>
3 <ActiveTarget name="Debug" />
4</CodeBlocks_layout_file>
05
=== added file 'PChat.layout'
--- PChat.layout 1970-01-01 00:00:00 +0000
+++ PChat.layout 2010-12-09 23:53:53 +0000
@@ -0,0 +1,4 @@
1<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2<CodeBlocks_layout_file>
3 <ActiveTarget name="" />
4</CodeBlocks_layout_file>
05
=== added file 'pchat-linux.workspace'
--- pchat-linux.workspace 1970-01-01 00:00:00 +0000
+++ pchat-linux.workspace 2010-12-09 23:53:53 +0000
@@ -0,0 +1,6 @@
1<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2<CodeBlocks_workspace_file>
3 <Workspace title="Workspace">
4 <Project filename="PChat-linux.cbp" active="1" />
5 </Workspace>
6</CodeBlocks_workspace_file>
07
=== modified file 'src/include/version.h'
--- src/include/version.h 2010-12-07 13:30:09 +0000
+++ src/include/version.h 2010-12-09 23:53:53 +0000
@@ -1,12 +1,12 @@
1#ifndef PCHAT_VERSION_H1#ifndef PCHAT_VERSION_H
2#define PCHAT_VERSION_H2#define PCHAT_VERSION_H
33
4#include "version_rev.h"4//#include "version_rev.h"
55
6#define DO_STRINGIFY(x) #x6#define DO_STRINGIFY(x) #x
7#define STRINGIFY(x) DO_STRINGIFY(x)7#define STRINGIFY(x) DO_STRINGIFY(x)
88
9// Uncomment one of the following defines at a time 9// Uncomment one of the following defines at a time
10// to contol the version scheme, e.g. 1.4 or 1.4.110// to contol the version scheme, e.g. 1.4 or 1.4.1
11#define TWO_DIGIT_VER11#define TWO_DIGIT_VER
12//#define THREE_DIGIT_VER12//#define THREE_DIGIT_VER

Subscribers

People subscribed via source and target branches

to all changes: