mirror of
https://github.com/fltk/fltk.git
synced 2026-05-21 22:51:41 +08:00
Fix silly copy-and-change error.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11072 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+9
-9
@@ -178,15 +178,15 @@ elseif (APPLE)
|
||||
|
||||
# FILE(GLOB DRIVER_FILES drivers/Quartz/Fl_Quartz_Graphics_Driver_*.cxx)
|
||||
set(DRIVER_FILES
|
||||
driversQuartz/Fl_Quartz_Graphics_Driver.cxx
|
||||
driversQuartz/Fl_Quartz_Graphics_Driver_color.cxx
|
||||
driversQuartz/Fl_Quartz_Graphics_Driver_rect.cxx
|
||||
driversQuartz/Fl_Quartz_Graphics_Driver_font.cxx
|
||||
driversQuartz/Fl_Quartz_Graphics_Driver_vertex.cxx
|
||||
driversQuartz/Fl_Quartz_Graphics_Driver_image.cxx
|
||||
driversQuartz/Fl_Quartz_Printer_Graphics_Driver.cxx
|
||||
driversQuartz/Fl_Quartz_Graphics_Driver_arci.cxx
|
||||
driversQuartz/Fl_Quartz_Graphics_Driver_line_style.cxx
|
||||
drivers/Quartz/Fl_Quartz_Graphics_Driver.cxx
|
||||
drivers/Quartz/Fl_Quartz_Graphics_Driver_color.cxx
|
||||
drivers/Quartz/Fl_Quartz_Graphics_Driver_rect.cxx
|
||||
drivers/Quartz/Fl_Quartz_Graphics_Driver_font.cxx
|
||||
drivers/Quartz/Fl_Quartz_Graphics_Driver_vertex.cxx
|
||||
drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx
|
||||
drivers/Quartz/Fl_Quartz_Printer_Graphics_Driver.cxx
|
||||
drivers/Quartz/Fl_Quartz_Graphics_Driver_arci.cxx
|
||||
drivers/Quartz/Fl_Quartz_Graphics_Driver_line_style.cxx
|
||||
)
|
||||
|
||||
else ()
|
||||
|
||||
Reference in New Issue
Block a user