logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: Add an external library reference in the apache compilation
Author
phate867



Joined: 10 Apr 2013
Posts: 5
Location: IT

PostPosted: Mon 15 Apr '13 0:20    Post subject: Add an external library reference in the apache compilation Reply with quote

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


Reply to topic   Topic: Add an external library reference in the apache compilation View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads