User contributions for Brad Berg
Jump to navigation
Jump to search
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
- 13:5813:58, 15 November 2010 diff hist +22 Software Development No edit summary
- 13:5713:57, 15 November 2010 diff hist +33 Software Development No edit summary
4 October 2010
- 18:1618:16, 4 October 2010 diff hist +567 Visweb No edit summary
- 18:0318:03, 4 October 2010 diff hist 0 Visweb No edit summary
27 September 2010
- 18:2218:22, 27 September 2010 diff hist +26 Create a Windows Sandbox →Install Prerequisite Third Party Software
- 16:1916:19, 27 September 2010 diff hist +36 Create a Windows Sandbox →Install Prerequisite Third Party Software
- 16:1816:18, 27 September 2010 diff hist +8 Create a Windows Sandbox →Install Prerequisite Third Party Software
24 September 2010
- 17:5417:54, 24 September 2010 diff hist +192 Create a Windows Sandbox No edit summary
- 17:5217:52, 24 September 2010 diff hist +361 Create a Windows Sandbox No edit summary
15 September 2010
- 16:3216:32, 15 September 2010 diff hist +83 Automated Quick Start No edit summary
- 16:2516:25, 15 September 2010 diff hist −40 Automated Quick Start No edit summary
- 16:2416:24, 15 September 2010 diff hist +10 Automated Quick Start No edit summary
- 16:2216:22, 15 September 2010 diff hist +14 Automated Quick Start No edit summary
- 15:5715:57, 15 September 2010 diff hist +1,499 Automated Quick Start No edit summary
- 12:5412:54, 15 September 2010 diff hist +2 Automated Quick Start No edit summary
- 12:5212:52, 15 September 2010 diff hist +3 Automated Quick Start No edit summary
1 September 2010
- 18:3518:35, 1 September 2010 diff hist +18 Create a Windows Sandbox No edit summary
- 18:2918:29, 1 September 2010 diff hist +132 Create a Windows Sandbox →Directories that make up a remote sandbox
- 18:2718:27, 1 September 2010 diff hist +3 Create a Windows Sandbox →Remote WIndows Zip File Setup
- 18:2618:26, 1 September 2010 diff hist +629 Create a Windows Sandbox →Directories that make up a remote sandbox
17 August 2010
- 17:0317:03, 17 August 2010 diff hist +234 Create a Windows Sandbox →Background Technical Analysis
- 14:2414:24, 17 August 2010 diff hist +115 Create a Windows Sandbox →Open Issues
- 13:0013:00, 17 August 2010 diff hist +44 Create a Windows Sandbox No edit summary
- 12:5812:58, 17 August 2010 diff hist +2,248 Create a Windows Sandbox No edit summary
16 August 2010
- 19:5319:53, 16 August 2010 diff hist +1 Diffusion MRI Design Notes No edit summary
- 19:1919:19, 16 August 2010 diff hist +61 Diffusion MRI Design Notes No edit summary
- 19:1819:18, 16 August 2010 diff hist +55 Diffusion MRI Design Notes No edit summary