You've already forked lazarus-ccr
fixed paths in fpmake file
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2239 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -48,8 +48,7 @@ begin
|
|||||||
GL: begin
|
GL: begin
|
||||||
writeln(' with the OpenGL painter');
|
writeln(' with the OpenGL painter');
|
||||||
P.UnitPath.Add('./gl/');
|
P.UnitPath.Add('./gl/');
|
||||||
P.UnitPath.Add('./nvglutils/.');
|
P.Targets.AddUnit('./gl/nvglwidgets.pas');
|
||||||
P.Targets.AddUnit('./nvwidgets/nvglwidgets.pas');
|
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
@ -1508,7 +1508,6 @@ var
|
|||||||
vShader: GLuint = 0;
|
vShader: GLuint = 0;
|
||||||
fShader: GLuint = 0;
|
fShader: GLuint = 0;
|
||||||
fShaderTex: GLuint = 0;
|
fShaderTex: GLuint = 0;
|
||||||
ii: integer;
|
|
||||||
begin
|
begin
|
||||||
if m_widgetProgram = 0 then
|
if m_widgetProgram = 0 then
|
||||||
begin
|
begin
|
||||||
|
Reference in New Issue
Block a user