You've already forked lazarus-ccr
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:
@ -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 ');
|
||||
|
Reference in New Issue
Block a user