aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Function dladdr() now retrieve symbol name and symbol address from both expor...Pali Rohár2021-01-271-2/+2
* Add function dladdr() and associated test application test-dladdrRalf Habacker2021-01-171-4/+11
* Makefile: Adjust paths of source files, which are now located in subdirectoriesRalf Habacker2020-09-141-10/+10
* Makefile: Fix building both static and shared library at the same timePali Rohár2019-08-221-18/+20
* Load Psapi.dll at runtime, this avoids linking caveatPali Rohár2019-05-061-5/+4
* Implement support for dlsym() with RTLD_DEFAULT and RTLD_NEXTPali Rohár2019-02-141-2/+5
* Fix resolving global symbols when LoadLibrary() is called after dlopen()Pali Rohár2019-02-141-2/+5
* configure: put test.{c,dll} to current directory (#26)Boris Nagaev2016-07-251-1/+5
* Add linked modules to a separate global listTimothy Gu2015-03-151-3/+4
* Define SHARED when building shared libraryTimothy Gu2015-03-151-0/+1
* Merge pull request #7 from xantares/patch-3Timothy Gu2015-03-111-2/+2
|\
| * only one rule to generate shared/export libxantares2015-03-101-2/+2
* | add CFLAGSxantares2015-03-031-1/+2
|/
* Build sys additionsTimothy Gu2014-03-271-1/+1
* Makefile: cosmeticsTimothy Gu2014-02-071-8/+8
* Makefile: some rework with better dependency trackingTimothy Gu2014-02-071-18/+24
* lowercase PREFIX variablesRamiro Polla2012-10-101-3/+3
* Move libcmd to configure.Ramiro Polla2009-01-111-3/+0
* Fix stripping when cross-compiling.Ramiro Polla2009-01-111-5/+0
* Allow cross-compilation with --cross-prefix.Ramiro Polla2009-01-111-2/+2
* Print all compiler warnings.Ramiro Polla2008-12-091-1/+1
* Add option to specify include and lib folderRamiro Polla2007-06-291-10/+10
* Cosmetics: white spaceRamiro Polla2007-06-291-1/+1
* Initial RevisionRamiro Polla2007-06-281-0/+77