Code::Blocks Forums

User forums => Help => Topic started by: xxbartosxx on March 23, 2007, 12:19:51 pm

Title: C++ CGI Development
Post by: xxbartosxx on March 23, 2007, 12:19:51 pm
Well I got the most important things setup right, but some things need improvement:

Build Target Debug:
*Build
 - Normal build in the bin/Debug dir
*Run
 - open /usr/bin/firefox http://localhost (bin/Debug is a link to /var/www)
 - bring the browser to front

Build Target Release:
*Build
 - Normal build in the bin/Release dir
 - cp bin/Release/* to webhost via ssh
*Run
 - open /usr/bin/firefox http://www.webhost.com
 - bring the browser to front

Could somebody help me to setup this?

grtz Bart