Search:

Type: Posts; User: manasij7479

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    1,358

    This is what I finally did. Example Makefile: ...

    This is what I finally did.
    Example Makefile:


    TARGET:= main
    DIR:=../../framework/
    SRC:=mygl.cpp
    CXX:=g++
    CXXFLAGS :=-Wall -std=c++11 -g
    LDFLAGS := -lframework -lpthread -lGL -lGLEW...
  2. Replies
    6
    Views
    1,358

    Thanks. Can't believe I didn't think of putting...

    Thanks.
    Can't believe I didn't think of putting them on the 'same level' before.
    Would have to tinker a bit to get it working nicely.

    **Wow..a lot of typos in my original post.
    And now I'm...
  3. Replies
    6
    Views
    1,358

    How to I 'make' from subfolders?

    I am making an OpenGL framework on which to base my code on while learning OpenGL (and Computer Graphics in general).
    It is structured in a way that I only have to modify a few data files and...
Results 1 to 3 of 3