You've already forked lazarus-ccr
moved config file, one level down
fixed build system (linked all fpmake files together) git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2258 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -4,7 +4,7 @@ program widget_test;
|
||||
|
||||
uses
|
||||
Classes, SysUtils, GLut, GL, GLu, nvGLPainter, nvGlutContext, GLFreeTypeFont,
|
||||
GLFreeType, GLUTBitmapFont, nvTypes, nvPainter, nvContext;
|
||||
GLFreeType, {GLUTBitmapFont,} nvTypes, nvPainter, nvContext;
|
||||
|
||||
var
|
||||
ui: GlutUIContext;
|
||||
@@ -187,8 +187,6 @@ var
|
||||
var
|
||||
texture_data: array [0..3] of cardinal = ($FFFF0000, $FF0000FF, $FF00FF00, $FF00FF00);
|
||||
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
glutInit(@argc, argv);
|
||||
glutInitWindowSize(win_w, win_h);
|
||||
|
||||
Reference in New Issue
Block a user