Page 1 of 1
Why are no files in solution?
Posted: Tue Nov 24, 2009 12:29
by moonwith
I hava download the CEGUI's source code and execute the "build_vs2008.bat" , but when I open the solution , I can see some EMPTY projects in the solution.Absolutely, no files are included in the projects.
I wonder why! Thanks!
Re: Why are no files in solution?
Posted: Tue Nov 24, 2009 12:42
by moonwith
matchfiles(rootdir.."cegui/src/*.cpp"),
matchfiles(rootdir.."cegui/include/*.h"),
matchfiles(rootdir.."cegui/src/elements/*.cpp"),
matchfiles(rootdir.."cegui/include/elements/*.h"),
matchfiles(rootdir.."cegui/src/falagard/*.cpp"),
matchfiles(rootdir.."cegui/include/falagard/*.h"),
this path is correct, but why are no files in projects?
Re: Why are no files in solution?
Posted: Tue Nov 24, 2009 12:44
by moonwith
Is a Lua machine needed to explain this premake.lua file?
Re: Why are no files in solution?
Posted: Tue Nov 24, 2009 17:17
by ianstangoe
which projects?
Re: Why are no files in solution?
Posted: Wed Nov 25, 2009 01:19
by moonwith
ianstangoe wrote:which projects?
It's CEGUI's source code premake project, whiche is associated with lua.
Re: Why are no files in solution?
Posted: Wed Nov 25, 2009 10:36
by ianstangoe
I mean't which projects are missing from the solution?
You should edit the .lua script to suit your needs before premake..