
The reason for doing this? Got an idea for gameplay, and what I previusly wrote did not fit, and it sucked anyhow. Let's play.
21 lines
513 B
Prolog
21 lines
513 B
Prolog
LIBS += -lGL \
|
|
-lSDL \
|
|
-lSDL_ttf \
|
|
-lGLU
|
|
RESOURCES +=
|
|
OTHER_FILES += ../src/libUnuk/Debug.o
|
|
HEADERS += ../src/libUnuk/Debug.h \
|
|
../src/Libs/wglext.h \
|
|
../src/Libs/glxext.h \
|
|
../src/libUnuk/Input.h \
|
|
../src/libUnuk/Rect.h \
|
|
../src/libUnuk/Timer.h \
|
|
../src/libUnuk/Font.h \
|
|
../Constants.h \
|
|
../src/Unuk/Constants.h
|
|
SOURCES += ../src/libUnuk/Debug.cpp \
|
|
../src/Unuk/main.cpp \
|
|
../src/libUnuk/Input.cpp \
|
|
../src/libUnuk/Timer.cpp \
|
|
../src/libUnuk/Font.cpp
|