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
msbuild?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: msbuild?
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
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