Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Add an external library reference in the apache compilation |
|
Author |
|
phate867
Joined: 10 Apr 2013 Posts: 5 Location: IT
|
Posted: Mon 15 Apr '13 0:20 Post subject: Add an external library reference in the apache compilation |
|
|
This isn't an apache question, but I am really not good with this stuff so I hope you can help me anyway.
I am under windows.
I added, using a tool, some dignostic lines of code to apache source code.
These lines belong to an external library, myLibrary.lib and now some apache source file starts with
Code: | #include "myLibrary.h" |
I need now to edit the makefile in order to take into the account the new include and the library reference.
Till now I just compiled very simple source files using:
Code: | cl myFile.c /link myLib.lib |
Can you help me out? |
|
Back to top |
|
|
|
|
|
|