Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: BlueHazzard on February 17, 2014, 02:16:41 pm

Title: cctest unix project
Post by: BlueHazzard on February 17, 2014, 02:16:41 pm
the cctest project for unix has to be updated.

Code
 	@@ -45,7 +45,6 @@
45 45 <Add library="codeblocks" />
46 46 <Add directory="../../devel" />
47 47 </Linker>
48 - <Unit filename="cctest/cctest.cpp" />
49 48 <Unit filename="cctest/cctest.h" />
50 49 <Unit filename="cctest/cctest_app.cpp" />
51 50 <Unit filename="cctest/cctest_frame.cpp" />

greetings
Title: Re: cctest unix project
Post by: MortenMacFly on February 17, 2014, 02:32:25 pm
Done in SVN, thanks!
Title: Re: cctest unix project
Post by: ollydbg on February 17, 2014, 02:40:04 pm
the cctest project for unix has to be updated.

Code
 	@@ -45,7 +45,6 @@
45 45 <Add library="codeblocks" />
46 46 <Add directory="../../devel" />
47 47 </Linker>
48 - <Unit filename="cctest/cctest.cpp" />
49 48 <Unit filename="cctest/cctest.h" />
50 49 <Unit filename="cctest/cctest_app.cpp" />
51 50 <Unit filename="cctest/cctest_frame.cpp" />

greetings
I don't have a Linux system to test those change.
So, a unified format patch is welcome.

Mainly similar to this change: diff file (http://cb.biplab.in/cgit/codeblocks/diff/src/plugins/codecompletion/cctest_wx30.cbp?id=624594ed99ecb189f574f6831e85b3b361776448)

Thanks.

Title: Re: cctest unix project
Post by: ollydbg on February 17, 2014, 02:41:02 pm
Done in SVN, thanks!
Thanks, you are quick!