fpmake: added c-style operators compiler switch (thanks to Kambi)

glfreetype: added more verbose error message (thanks to Kambi)
added Ubuntu-R.ttf to SVN
started work on a base font class

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2232 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blaszijk
2012-01-06 19:53:46 +00:00
parent 852efcdf25
commit c3e857b8c9
4 changed files with 84 additions and 1 deletions

View File

@ -19,6 +19,7 @@ begin
P.Version := '1.00';
//P.Options.Add('-MObjFPC');
P.Options.Add('-Sc');
if NV_DEBUG then
for i := 0 to High(NV_DEBUG_FLAGS) do
@ -29,6 +30,7 @@ begin
P.Options.Add(NV_PROFILE_FLAGS[i]);
//base widget units
P.Targets.AddUnit('./nvwidgets/nvbasefont.pas');
P.Targets.AddUnit('./nvwidgets/nvwidgets.pas');
write('package ', P.Name, ' configured for ');