Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » PostgreSQL Connection Errors
Re: PostgreSQL Connection Errors [message #38260 is a reply to message #38259] Sat, 08 December 2012 14:00 Go to previous messageGo to previous message
Lance is currently offline  Lance
Messages: 656
Registered: March 2007
Contributor
refer to:

http://www.ultimatepp.org/app$ide$ConfiguringPackagesAssembl ies$en-us.html


Quote:


Package build settings

From TheIDE project menu, select package-organizer.


The package organizer allows the setting of a number of things affecting the package build process. The "When" column allows control of when the item in the right hand column is applied. In the above example, the -I compiler option is applied with GCC compiler and /I is applied with the Microsoft (MSC71) compiler.



Target file override. Allows specification of a name for the final executable. The default name is the package name.

Additional libraries. Allows specification of the path and name of object file libs and shared libraries that will be supplied to the linker.

Compiler options. These are text strings that will be supplied on the command line to the compiler. These will be added to the command line after (at the end of) the compiler options generated by TheIDE. These options affect all source files being compiled, not just those from the main package, however you can use build flags and the "dotted" mechanism (see Package-build-configurations above) to restrict which packages the options are applied to.

Link options. These are text strings that will be supplied on the command line to the linker. These will be added to the command line after (at the end of) the linker options generated by TheIDE.



You can also set additional compiler options for individual source files. In the "additional dependencies" list you can specify a list of files that a source file is dependent on. This means TheIDE will check these additional files to determine whether a source file should be rebuilt.


 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: SQL Syntax in PostgreSQL in U++
Next Topic: Final Compilation for Windows. How to create the .exe 101
Goto Forum:
  


Current Time: Sun Aug 24 11:37:16 CEST 2025

Total time taken to generate the page: 0.04632 seconds