Re: [Plib-devel] [PATCH] examples/src/pui/{combobox.cxx =>widget_test.cxx}
Brought to you by:
sjbaker
|
From: Fay, J. F Dr C. U. A. 46 S. <joh...@eg...> - 2009-01-30 18:10:01
|
Done. I also added the ".dsp" file to the list of files to ignore.
As usual, please make sure it works and (specifically) that I haven't
put DOS line endings into a *nix file. I edited the file in Notepad and
it's a text file (downloaded and uploaded with Windows' TortoiseSVN) so
it should be okay, but it bears looking into.
John F. Fay
Technical Fellow
Jacobs Technology TEAS Group
850-883-1294
-----Original Message-----
From: Melchior FRANZ [mailto:mf...@us...]
Sent: Thursday, January 29, 2009 4:36 PM
To: pli...@li...
Subject: Re: [Plib-devel] [PATCH] examples/src/pui/{combobox.cxx
=>widget_test.cxx}
* Melchior FRANZ -- Thursday 29 January 2009:
> Could you replace combobox.cxx by the attached file and rename
> it to widget_test.cxx (or something else appropriate)? Of course,
> you'd also have to change all occurrences in the build files
> (Makefile.am etc.) as well.
^^^^^^^^^^^
Thanks for renaming/committing. Can you please adapt the Unix part
of the build system, too? :-)
m.
diff --git a/examples/src/pui/Makefile.am b/examples/src/pui/Makefile.am
index e8a5721..8044be0 100644
--- a/examples/src/pui/Makefile.am
+++ b/examples/src/pui/Makefile.am
@@ -2,3 +2,3 @@ if BUILD_PUI
-noinst_PROGRAMS = simple complex widget_list PointPicker combobox
+noinst_PROGRAMS = simple complex widget_list PointPicker widget_test
@@ -8,3 +8,3 @@ complex_SOURCES = complex.cxx
-combobox_SOURCES = combobox.cxx
+widget_test_SOURCES = widget_test.cxx
@@ -18,3 +18,3 @@ complex_LDADD = -lplibpuaux -lplibpu -lplibfnt
-lplibsg -lplibul $(GLUT_LIBS) $(
-combobox_LDADD = -lplibpuaux -lplibpu -lplibfnt -lplibsg -lplibul
$(GLUT_LIBS) $(OGL_LIBS)
+widget_test_LDADD = -lplibpuaux -lplibpu -lplibfnt -lplibsg -lplibul
$(GLUT_LIBS) $(OGL_LIBS)
------------------------------------------------------------------------
------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
plib-devel mailing list
pli...@li...
https://lists.sourceforge.net/lists/listinfo/plib-devel
|