User contributions for Brad Berg

A user with 516 edits. Account created on 30 September 2008.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

19 November 2010

  • 16:4916:49, 19 November 2010 diff hist +317 N CXXINC New page: CXXINC += <Include Directory> ... Add directories to the include path for C++ compiles. Usually include directories will be set up by default. Note that Windows path names can co... current
  • 16:4916:49, 19 November 2010 diff hist +509 N CFLAGS New page: CXXFLAGS += <C++ Compiler flags> ... Set '''CXXFLAGS''' when you want to explicitly set C++ compiler options. Use the <code>"+="</code> assignment unless you explicitly intend to... current
  • 16:4816:48, 19 November 2010 diff hist +509 N CXXFLAGS New page: CXXFLAGS += <C++ Compiler flags> ... Set '''CXXFLAGS''' when you want to explicitly set C++ compiler options. Use the <code>"+="</code> assignment unless you explicitly intend to... current
  • 16:4716:47, 19 November 2010 diff hist +815 N LDLIB New page: LDLIB += <Linker Setting> ... Set '''LDLIB''' when you want to directly link libraries. Use the '''+=''' assignment unless you explicitly intend to clear prior settings. Thi... current
  • 16:4616:46, 19 November 2010 diff hist +246 N SHARE FILE New page: SHARE_FILE = <Shared Files> ... Designate files to be installed in the '''share/''' directory. The files are typically data files, but they can be any type of file. The files w... current
  • 16:4616:46, 19 November 2010 diff hist +238 N BIN SCRIPT New page: BIN_SCRIPT = <Script File> ... Designate files to be installed in the '''bin/''' directory. The files are typically scripts, but they can be any type of file. The files will be... current
  • 16:4416:44, 19 November 2010 diff hist +579 N LDLIB PROJECT New page: LDLIB_PROJECT = <Project Name> ... WHen building a program that link in libraries it looks for those libraries along a search path. The '''LDLIB_PROJECT''' adds library install d... current
  • 16:4416:44, 19 November 2010 diff hist +1,520 N LDLIB VER New page: LDLIB_VER = <Library Name> ... Programs that link libraries need to build everything with the same compiler. Libraries are generally built with all available compilers. The '''L... current
  • 16:4316:43, 19 November 2010 diff hist +853 N G USE New page: G_USE = { g3d | vrpn | vrg3d | qt } Popular packages are predefined for use in applications. This takes care of explicitly linking libraries and telling the compiler to include headers...
  • 16:4216:42, 19 November 2010 diff hist +309 N C New page: C<Program> = <C++ Source>.cpp ... Designate C source files that are to be built for each program. The G.Build system recognizes the .c suffixe. PROGRAM = myProgram CmyProg... current
  • 16:4216:42, 19 November 2010 diff hist +492 N CXX New page: CXX<Program> = <C++ Source>.cpp ... Designate C++ source files that are to be built for each program. The G.Build system recognizes the .cpp and .C suffixes. The .cpp suffix ... current
  • 16:4116:41, 19 November 2010 diff hist +860 N PROGRAM New page: PROGRAM = <Program Name> ... If a directory contains any programs set this variable to their names. Only one library per directory can be built. If a directory does not contain ... current
  • 16:4016:40, 19 November 2010 diff hist +157 N INCLUDE H New page: CSRC = <C++ Source>.c ... This variable designates C source files that are to be built into a library. The G.Build system recognizes the .c suffix.
  • 16:3916:39, 19 November 2010 diff hist +157 N CSRC New page: CSRC = <C++ Source>.c ... This variable designates C source files that are to be built into a library. The G.Build system recognizes the .c suffix. current
  • 16:3816:38, 19 November 2010 diff hist +401 N CXXSRC New page: CXXSRC = <C++ Source>.cpp ... This variable designates C++ source files that are to be built into a library. The G.Build system recognizes the <code>.cpp</code> and <code>.C</cod... current
  • 16:3716:37, 19 November 2010 diff hist +928 N LIBRARY New page: LIBRARY = <Library Name> If a directory contains a library set this variable to the name of the library. Only one library per directory can be built. If a directory does not con... current
  • 16:3716:37, 19 November 2010 diff hist +739 N PROJECT HOME New page: PROJECT_HOME = <Root Directory> When a project consists of several directories this variable needs to be set in subdirectories so that they can all create and access intermediate b... current
  • 16:3616:36, 19 November 2010 diff hist +565 N PROJECT New page: PROJECT = <Project Name> The PROJECT variable is used to access and create directories common to all make files in the directory tree for your project. Use the same project name ... current
  • 16:3616:36, 19 November 2010 diff hist +1,445 N G COMPILER New page: G_COMPILER = <Compiler Version> This variable designates a compiler and version. It can be set to: <pre> gcc Gnu C/C++ with no suffix. gcc2 Gnu C/C++ with a ... current
  • 16:3516:35, 19 November 2010 diff hist +1,671 N Example Makefile for a library New page: == Example of a Makefile for a simple library == <pre> # G_COMPILER settings are optional, but are handy if you want to designate a # preferred compiler. If they are set here you won't n...
  • 16:3216:32, 19 November 2010 diff hist +1,903 N Example Makefile for a program New page: == Example of a Makefile for a simple program == <pre> # G_COMPILER settings are optional, but can be used to designate a preferred compiler. # If they are set here you won't need to set ...
  • 16:3116:31, 19 November 2010 diff hist −56 Add a new project No edit summary current
  • 16:3016:30, 19 November 2010 diff hist +4,843 N Writing Make Files New page: A Makefile that uses the G Build make system will build a single directory containing one library and/or one or more programs. Projects can consist of a directory tree with a Make File in...

15 November 2010

4 October 2010

27 September 2010

24 September 2010

15 September 2010

1 September 2010

17 August 2010

16 August 2010

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)