Advertisement
Guest User

Untitled

a guest
Dec 15th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.72 KB | None | 0 0
  1. index a778bc6..de91f28 100755
  2. Binary files a/Build/test and b/Build/test differ
  3. diff --git a/Makefile b/Makefile
  4. index a5168a2..e4b63b8 100644
  5. --- a/Makefile
  6. +++ b/Makefile
  7. @@ -1,19 +1,19 @@
  8.  GCOMPILER = gcc
  9. -CFLAGS    = `pkg-config --cflags --libs gl libxml-2.0`
  10. -LIBS       = `pkg-config --libs gl libxml-2.0`
  11. +CFLAGS    = `pkg-config --cflags --libs x11 xxf86vm gl libxml-2.0 glfw3`
  12. +LIBS       = `pkg-config --libs x11 xxf86vm xi xrandr gl libxml-2.0 glfw3`
  13.  
  14.  INC_            = /usr/local/include
  15.  LIB_            = /usr/local/lib
  16.  
  17.  compile:
  18. -       $(GCOMPILER) $(CFLAGS) -o GUI.o -c GUI.c -I$(INC_) -L$(LIB_) -lbasicutils -lglfw -lfreetype
  19. -       $(GCOMPILER) $(CFLAGS) -o GUI_widget.o -c GUI_widget.c -I$(INC_) -L$(LIB_) -lbasicutils -lglfw -lfreetype
  20. -       $(GCOMPILER) $(CFLAGS) -o GUI_button.o -c GUI_button.c -I$(INC_) -L$(LIB_) -lbasicutils -lglfw -lfreetype
  21. -       $(GCOMPILER) $(CFLAGS) -o GUI_tabset.o -c GUI_tabset.c -I$(INC_) -L$(LIB_) -lbasicutils -lglfw -lfreetype
  22. -       $(GCOMPILER) $(CFLAGS) -o GUI_checkbox.o -c GUI_checkbox.c -I$(INC_) -L$(LIB_) -lbasicutils -lglfw -lfreetype
  23. -       $(GCOMPILER) $(CFLAGS) -o GUI_scrollbar.o -c GUI_scrollbar.c -I$(INC_) -L$(LIB_) -lbasicutils -lglfw -lfreetype
  24. -       $(GCOMPILER) $(CFLAGS) -o GUI_contentbox.o -c GUI_contentbox.c -I$(INC_) -L$(LIB_) -lbasicutils -lglfw -lfreetype
  25. -       $(GCOMPILER) $(CFLAGS) -o main.o -c main.c -I$(INC_) -L$(LIB_) -lbasicutils -lglfw -lfreetype
  26. -       $(GCOMPILER) -Wall -o ./Build/test -I$(INC_) -L$(LIB_) main.o GUI.o GUI_widget.o GUI_contentbox.o GUI_button.o GUI_checkbox.o GUI_tabset.o GUI_scrollbar.o -lbasicutils -lglf
  27. +       $(GCOMPILER) $(CFLAGS) -o GUI.o -c GUI.c -I$(INC_) -L$(LIB_) -lbasicutils -lglfw3 -lfreetype
  28. +       $(GCOMPILER) $(CFLAGS) -o GUI_widget.o -c GUI_widget.c -I$(INC_) -L$(LIB_) -lbasicutils -lglfw3 -lfreetype
  29. +       $(GCOMPILER) $(CFLAGS) -o GUI_button.o -c GUI_button.c -I$(INC_) -L$(LIB_) -lbasicutils -lglfw3 -lfreetype
  30. +       $(GCOMPILER) $(CFLAGS) -o GUI_tabset.o -c GUI_tabset.c -I$(INC_) -L$(LIB_) -lbasicutils -lglfw3 -lfreetype
  31. +       $(GCOMPILER) $(CFLAGS) -o GUI_checkbox.o -c GUI_checkbox.c -I$(INC_) -L$(LIB_) -lbasicutils -lglfw3 -lfreetype
  32. +       $(GCOMPILER) $(CFLAGS) -o GUI_scrollbar.o -c GUI_scrollbar.c -I$(INC_) -L$(LIB_) -lbasicutils -lglfw3 -lfreetype
  33. +       $(GCOMPILER) $(CFLAGS) -o GUI_contentbox.o -c GUI_contentbox.c -I$(INC_) -L$(LIB_) -lbasicutils -lglfw3 -lfreetype
  34. +       $(GCOMPILER) $(CFLAGS) -o main.o -c main.c -I$(INC_) -L$(LIB_) -lbasicutils -lglfw3 -lfreetype
  35. +       $(GCOMPILER) -Wall -o ./Build/test -I$(INC_) -L$(LIB_) main.o GUI.o GUI_widget.o GUI_contentbox.o GUI_button.o GUI_checkbox.o GUI_tabset.o GUI_scrollbar.o -lbasicutils -lglf
  36.         ./Build/test
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement