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 » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » Package flag
Package flag [message #16348] Mon, 09 June 2008 20:24
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

I miss one thing in current build system. In my GridCtrl package I'd like to add some specific methods that needs sql package but I want these methods be available only if package Sql is present in the project. So in fact I need build system to pass to compiler "package flags" like: flagPackageSql, flagPackageCtrlLib etc so I could write:
#ifdef flagPackageSql
#include <Sql/Sql.h>
void LoadTable(Sql& q)
#endif


Previous Topic: Annoying mouse wheel scrool bug in editor
Next Topic: Build setup
Goto Forum:
  


Current Time: Sun May 05 04:17:58 CEST 2024

Total time taken to generate the page: 0.01991 seconds