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 » Being able to put build method in assembly or package
Re: Being able to put build method in assembly or package [message #57365 is a reply to message #57364] Wed, 21 July 2021 00:12 Go to previous messageGo to previous message
Xemuth is currently offline  Xemuth
Messages: 387
Registered: August 2018
Location: France
Senior Member
To be honest, nothing so special just Vulkan lib path, and include path :

BUILDER = "CLANG";
COMPILER = "";
COMMON_OPTIONS = "";
COMMON_CPP_OPTIONS = "";
COMMON_C_OPTIONS = "";
COMMON_LINK = "";
COMMON_FLAGS = "";
DEBUG_INFO = "2";
DEBUG_BLITZ = "1";
DEBUG_LINKMODE = "0";
DEBUG_OPTIONS = "";
DEBUG_FLAGS = "";
DEBUG_LINK = "-Wl,--stack,20000000";
RELEASE_BLITZ = "1";
RELEASE_LINKMODE = "0";
RELEASE_OPTIONS = "-O3 ";
RELEASE_FLAGS = "";
RELEASE_LINK = "-Wl,--stack,20000000";
DEBUGGER = "gdb";
ALLOW_PRECOMPILED_HEADERS = "1";
DISABLE_BLITZ = "0";
PATH = "C:\\Upp\\upp\\bin/clang/bin;C:\\Upp\\upp\\bin/clang/x86_64-w64-mingw32/bin;C:\\Upp\\upp\\bin/SDL2/lib/x64;C:\\Upp\\upp\\bin/pgsql/x64/bin;C:\\Upp\\upp\\bin/mysql/lib64";
INCLUDE = "C:\\Upp\\upp\\bin/SDL2/include;C:\\Upp\\upp\\bin/pgsql/x64/include;C:\\Upp\\upp\\bin/mysql/include;C:\\VulkanSDK\\1.2.182.0\\Include";
LIB = "C:\\Upp\\upp\\bin/SDL2/lib/x64;C:\\Upp\\upp\\bin/pgsql/x64/lib;C:\\Upp\\upp\\bin/mysql/lib64;C:\\VulkanSDK\\1.2.182.0\\Lib";
LINKMODE_LOCK = "0";


But let's think about having a package like a VulkanCtrl on UppHUB Rolling Eyes This kind of Ctrl would requiere Vulkan SDK (And a custom build method) in order to be compiled). I think like it would be awesome to select your package on UppHUB, having a pop up telling you to download Vulkan SDK to use this package (or even download and launch install cf) and provide you a custom build methode to use to compile the package.

Of course some issues like static path or compiler choice can be wrong on many computer
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: [BUG] Show assembler output menu item stays hidden (requires manual intervention)
Next Topic: Custom .bsc files
Goto Forum:
  


Current Time: Thu May 09 19:19:25 CEST 2024

Total time taken to generate the page: 0.02742 seconds