Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to generate harbour compiled executables 1

Status
Not open for further replies.

krishnarjunrao

Programmer
Mar 7, 2001
27
Hi !
I'm a regualr user of clipper compiler.
Recently I tried to compile one program
with Harbour compiler. But it gave C source
as output.
How can I generate an executable file ??
I tried to compile the C source file with
C compiler, but no use :( I'm getting problems.

Please give me a hint or soultion.
Thankyou.
 
Start using (included) HBMake tool, it will generate the proper make script (app.mak) when started like "hbmake -ex app.mak" and generates the app by running "hbmake app.mak". Best place to run these commands is the directory where your source(s) are kept.

HTH
TonHu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top