MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0005020 | CMake | CMake | public | 2007-05-11 15:27 | 2016-06-10 14:30 |
| Reporter | Jesus Lopez | ||||
| Assigned To | Bill Hoffman | ||||
| Priority | low | Severity | feature | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0005020: DEF files in MinGW | ||||
| Description | I'm trying to use a hand made .DEF file (with aliases) to link a certain DLL with MinGW. I tried this way but with no success: project(kaka) add_library(kk SHARED kk.c kk.def) The generated Makefile didn't pass the DEF file to the linking stage. I would like to see this implemented. The way to do this by hand would be: gcc -o kk.dll -shared kk.o kk.def While other generators use the DEF file, MinGW's simply ignore it. Thank U! | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2011-01-16 09:58 | Maddes | Note Added: 0024729 | |||
| 2016-06-10 14:27 | Kitware Robot | Note Added: 0041357 | |||
| 2016-06-10 14:27 | Kitware Robot | Status | assigned => resolved | ||
| 2016-06-10 14:27 | Kitware Robot | Resolution | open => moved | ||
| 2016-06-10 14:30 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||