Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » [PROPOSAL] A couple of changes in "import.ext"
[PROPOSAL] A couple of changes in "import.ext" [message #56920] |
Fri, 30 April 2021 14:02  |
mdelfede
Messages: 1308 Registered: September 2007
|
Ultimate Contributor |
|
|
Importing a large library with "import.ext" I got a couple of probmems:
1) Some files need to be excluded / included depending on platform.
A nice way would be something like
files(PLATFORM_POSIX)
files.cpp
dir1/*.cpp
;
exclude(PLATFORM_WIN32)
an_unix_file.cpp
;
2) A big problem is that object files are put ALL in ONE folder. If the library
has something like this:
dir1/MyNiceModule.cpp
dir2/MyNiceModule.cpp
build will fail because second MyNiceModule.o is placed in same output folder and overwrites first one.
The solution could be to put .o files in subfolder or add a prefix like dir1_MyNiceModule.o.
Ciao
Massimo
|
|
|
 |
|
[PROPOSAL] A couple of changes in "import.ext"
By: mdelfede on Fri, 30 April 2021 14:02
|
 |
|
Re: [PROPOSAL] A couple of changes in "import.ext"
By: mirek on Sat, 01 May 2021 18:19
|
 |
|
Re: [PROPOSAL] A couple of changes in "import.ext"
|
 |
|
Re: [PROPOSAL] A couple of changes in "import.ext"
By: mirek on Mon, 03 May 2021 08:45
|
 |
|
Re: [PROPOSAL] A couple of changes in "import.ext"
|
 |
|
Re: [PROPOSAL] A couple of changes in "import.ext"
|
 |
|
Re: [PROPOSAL] A couple of changes in "import.ext"
By: mirek on Tue, 04 May 2021 07:50
|
 |
|
Re: [PROPOSAL] A couple of changes in "import.ext"
|
 |
|
Re: [PROPOSAL] A couple of changes in "import.ext"
By: mirek on Tue, 04 May 2021 08:18
|
 |
|
Re: [PROPOSAL] A couple of changes in "import.ext"
|
 |
|
Re: [PROPOSAL] A couple of changes in "import.ext"
|
 |
|
Re: [PROPOSAL] A couple of changes in "import.ext"
By: mirek on Tue, 04 May 2021 23:21
|
 |
|
Re: [PROPOSAL] A couple of changes in "import.ext"
|
 |
|
Re: [PROPOSAL] A couple of changes in "import.ext"
By: mirek on Wed, 05 May 2021 14:25
|
 |
|
Re: [PROPOSAL] A couple of changes in "import.ext"
|
 |
|
Re: [PROPOSAL] A couple of changes in "import.ext"
|
 |
|
Re: [PROPOSAL] A couple of changes in "import.ext"
By: mirek on Thu, 06 May 2021 08:09
|
 |
|
Re: [PROPOSAL] A couple of changes in "import.ext"
|
 |
|
Re: [PROPOSAL] A couple of changes in "import.ext"
By: mirek on Sat, 15 May 2021 10:35
|
 |
|
Re: [PROPOSAL] A couple of changes in "import.ext"
|
 |
|
Re: [PROPOSAL] A couple of changes in "import.ext"
|
 |
|
Re: [PROPOSAL] A couple of changes in "import.ext"
By: mirek on Mon, 17 May 2021 09:59
|
 |
|
Re: [PROPOSAL] A couple of changes in "import.ext"
By: mirek on Mon, 17 May 2021 10:08
|
 |
|
Re: [PROPOSAL] A couple of changes in "import.ext"
By: mirek on Mon, 17 May 2021 10:35
|
Goto Forum:
Current Time: Sat Apr 26 15:17:54 CEST 2025
Total time taken to generate the page: 0.00909 seconds
|