how to Generate Linux Makefile on Codelite?

General questions regarding the usage of CodeLite
koangel
CodeLite Curious
Posts: 5
Joined: Tue May 29, 2012 9:25 am
Genuine User: Yes
IDE Question: c++
Contact:

how to Generate Linux Makefile on Codelite?

Post by koangel »

how to Generate Linux Makefile on Codelite?
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: how to Generate Linux Makefile on Codelite?

Post by eranif »

by default codelite create makefile for its projects

When you build a project codelite produces a makefile and then executes it

read the content of the 'build' tab - it will show you exactly what codelite exexutes

Eran
Make sure you have read the HOW TO POST thread
koangel
CodeLite Curious
Posts: 5
Joined: Tue May 29, 2012 9:25 am
Genuine User: Yes
IDE Question: c++
Contact:

Re: how to Generate Linux Makefile on Codelite?

Post by koangel »

sorry,i mean,how to generate Linux makefile on Windows Version,It's Not Other Platform Version
sorry.

I can't Compiler my app Use Windows version Makefile.

u can help me?

sorry my english
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: how to Generate Linux Makefile on Codelite?

Post by eranif »

I dont understand the problem.

Please provide a complete explanation of what you are trying to do

viewtopic.php?f=11&t=804

Eran
Make sure you have read the HOW TO POST thread
koangel
CodeLite Curious
Posts: 5
Joined: Tue May 29, 2012 9:25 am
Genuine User: Yes
IDE Question: c++
Contact:

Re: how to Generate Linux Makefile on Codelite?

Post by koangel »

Sorry ,It's not problem.
How the generated WINDWOS version of codelite linux makefile
Post Reply