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
1=== modified file 'PChat-linux.cbp'
2--- PChat-linux.cbp 2010-12-08 22:08:48 +0000
3+++ PChat-linux.cbp 2010-12-09 23:53:53 +0000
4@@ -13,8 +13,22 @@
5 <Option compiler="gcc" />
6 <Compiler>
7 <Add option="-g" />
8+<<<<<<< TREE
9+ <Add option="`pkg-config --cflags gtk+-2.0`" />
10+ <Add option="-DLINUX" />
11+=======
12+>>>>>>> MERGE-SOURCE
13 <Add directory="/usr/include/openssl" />
14+<<<<<<< TREE
15+ <Add directory="/usr/include/glib-2.0/glib" />
16+=======
17+>>>>>>> MERGE-SOURCE
18 </Compiler>
19+ <Linker>
20+ <Add option="`pkg-config --libs gtk+-2.0`" />
21+ <Add library="/usr/lib/libssl.a" />
22+ <Add library="/usr/lib/libcrypto.a" />
23+ </Linker>
24 </Target>
25 <Linker>
26 <Add option="`pkg-config --libs gtk+-2.0`" />
27
28=== added file 'PChat-linux.layout'
29--- PChat-linux.layout 1970-01-01 00:00:00 +0000
30+++ PChat-linux.layout 2010-12-09 23:53:53 +0000
31@@ -0,0 +1,7 @@
32+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
33+<CodeBlocks_layout_file>
34+ <ActiveTarget name="Debug" />
35+ <File name="src/common/xchat.h" open="1" top="1" tabpos="0">
36+ <Cursor position="4519" topLine="172" />
37+ </File>
38+</CodeBlocks_layout_file>
39
40=== added file 'PChat-wx.layout'
41--- PChat-wx.layout 1970-01-01 00:00:00 +0000
42+++ PChat-wx.layout 2010-12-09 23:53:53 +0000
43@@ -0,0 +1,4 @@
44+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
45+<CodeBlocks_layout_file>
46+ <ActiveTarget name="Debug" />
47+</CodeBlocks_layout_file>
48
49=== added file 'PChat.layout'
50--- PChat.layout 1970-01-01 00:00:00 +0000
51+++ PChat.layout 2010-12-09 23:53:53 +0000
52@@ -0,0 +1,4 @@
53+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
54+<CodeBlocks_layout_file>
55+ <ActiveTarget name="" />
56+</CodeBlocks_layout_file>
57
58=== added file 'pchat-linux.workspace'
59--- pchat-linux.workspace 1970-01-01 00:00:00 +0000
60+++ pchat-linux.workspace 2010-12-09 23:53:53 +0000
61@@ -0,0 +1,6 @@
62+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
63+<CodeBlocks_workspace_file>
64+ <Workspace title="Workspace">
65+ <Project filename="PChat-linux.cbp" active="1" />
66+ </Workspace>
67+</CodeBlocks_workspace_file>
68
69=== modified file 'src/include/version.h'
70--- src/include/version.h 2010-12-07 13:30:09 +0000
71+++ src/include/version.h 2010-12-09 23:53:53 +0000
72@@ -1,12 +1,12 @@
73 #ifndef PCHAT_VERSION_H
74 #define PCHAT_VERSION_H
75
76-#include "version_rev.h"
77+//#include "version_rev.h"
78
79 #define DO_STRINGIFY(x) #x
80 #define STRINGIFY(x) DO_STRINGIFY(x)
81
82-// Uncomment one of the following defines at a time
83+// Uncomment one of the following defines at a time
84 // to contol the version scheme, e.g. 1.4 or 1.4.1
85 #define TWO_DIGIT_VER
86 //#define THREE_DIGIT_VER

Subscribers

People subscribed via source and target branches

to all changes: