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:
blaszijk
2012-01-12 22:34:57 +00:00
parent 564e5aa6b1
commit 00e2a4261c
7 changed files with 60 additions and 37 deletions

View File

@@ -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);