| .. |
|
cmake
|
f9b618c973
Fixes linker issues when linking statically to lua on Windows platforms as required by VisualStudio. This should probably be resolved by making Vector2f and Vector2i opaque from outside of libRocket Core rather than exposing the templates outside of libRocket. Keeping the classes opaque would allow the implementation to change in a shared library without requiring the application to be recompiled to pickup the changes. This fixes #199.
|
11 years ago |
|
plist
|
9303eee82c
Added Xcode project (OSX, iOS), and fixed 64bit compilation on OSX
|
15 years ago |
|
.gitignore
|
25ae2fa63e
Switched from wildcard to specific listing of project files, this will help make sure we don't accidentally ignore a new one in the future because it was caught by a wildcard ignore
|
11 years ago |
|
CMakeLists.txt
|
a0dd1982f4
Rename STATIC_LIB macro to ROCKET_STATIC_LIB.
|
11 years ago |
|
Rocket_Prefix.pch
|
9303eee82c
Added Xcode project (OSX, iOS), and fixed 64bit compilation on OSX
|
15 years ago |
|
builddist.py
|
6aa774a0b3
Update builddist.py to use inclusive filenames in the bin folder rather than exclusive
|
15 years ago |