diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-03-17 21:11:06 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-03-17 21:11:06 +0000 |
| commit | bde92b83f308c7a446b5996eb04a91a32421d2fc (patch) | |
| tree | ad934ad1b9ce5ca737d50df768193758de9137c1 /ide/VisualC6/fltk.dsp | |
| parent | cfe5cfdac3ee86437aec2e6f0be47d6b60ba28b1 (diff) | |
Fixed the IDE's for Xcode3, Xcode3.1, and VisualC (last one untested).
Added some code for verbose plugin manager output. This is what you should get when loading "cube" and then calling the regular "print" function.
Fl_Plugin: creating a plugin, class "fltk:device", name "opengl.device.fltk.org"
Fl_Plugin: creating a plugin manager for class "fltk:device"
Fl_Plugin: adding plugin named "opengl.device.fltk.org" at 0x0x175314
Fl_Plugin: deleting a plugin manager
Fl_Plugin: creating a plugin manager for class "fltk:device"
Fl_Plugin: returning plugin named "opengl.device.fltk.org": 0x0x175314
Fl_Plugin: deleting a plugin manager
Fl_Plugin: deleting a plugin
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7291 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/VisualC6/fltk.dsp')
| -rw-r--r-- | ide/VisualC6/fltk.dsp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ide/VisualC6/fltk.dsp b/ide/VisualC6/fltk.dsp index 2c70ab1fa..87b670f6e 100644 --- a/ide/VisualC6/fltk.dsp +++ b/ide/VisualC6/fltk.dsp @@ -665,5 +665,17 @@ SOURCE=..\..\src\xutf8\is_right2left.c SOURCE=..\..\src\xutf8\is_spacing.c
# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\Fl_Device.cxx
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\Fl_Printer.cxx
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\ps_image.cxx
+# End Source File
# End Target
# End Project
|
