Script to Compile c++ Source Code
Here is a script to compile wxWidgets apps. [codesyntax lang=”bash”] g++ -o $1 $1.cpp `wx-config –cxxflags –libs` [/codesyntax] Mr. Arch Brooks, Software Engineer, Brooks Computing Systems, LLC authored this article.