Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Problem running with Free assets
Urkle Offline
FG - Associate

Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation: 21
#4
RE: Problem running with Free assets

in the HPL1Engune/tests folder is a serires of tests we included.

Basically to compile them you setup a new build target compiling the source files in the test directory, the common directory and linking to the HPL1 lib (with all it's dependencies)

So, for CMake (on linux) you would add this.

add_executable(GuiTest tests/GuiTest/GuiTest.cpp tests/Common/SimpleCamera.cpp tests/Common/stdafx.cpp)

target_link_libraries(GuiTest HPL OALWrapper Newton angelscript fltk GL GLU Cg CgGL ogg vorbis vorbisfile openal alut SDL SDL_ttf SDL_image)

Developing away on one of
Multiple Macs running 10.6, 10.7, 10.8, and 10.9.
Linux, 8-core AMD, 8GB RAM, Fedora 18, nVidia 450 1GB
08-02-2011, 02:22 AM
Website Find


Messages In This Thread
Problem running with Free assets - by Cire - 08-01-2011, 12:02 PM
RE: Problem running with Free assets - by Urkle - 08-01-2011, 03:19 PM
RE: Problem running with Free assets - by Cire - 08-02-2011, 01:45 AM
RE: Problem running with Free assets - by Urkle - 08-02-2011, 02:22 AM



Users browsing this thread: 1 Guest(s)