msbuild?

General questions regarding the usage of CodeLite
petah
CodeLite Expert
Posts: 231
Joined: Sat Nov 24, 2012 8:04 pm
Genuine User: Yes
IDE Question: c++
Location: Los Angeles
Contact:

msbuild?

Post by petah »

Hi Eran!

what's the status on nsbuild.exe under Codelite? would you mind very much putting a basic wiki page up? I'll contribute any finding from them onwards.

thx & cheers!

-- p
main: Debian Jessie x64 + custom wxTrunk
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: msbuild?

Post by eranif »

Atm, you can generate NMake files instead of GNU makefiles which are compatible with nmake
To replace the default generator from GNU Makefiles -> NMake change it from:
Settings->Build Settings->Build System

I just committed a fix that moves this option to be part of the project settings...

Eran
Make sure you have read the HOW TO POST thread
Post Reply