Commit Graph

18 Commits

Author SHA1 Message Date
b0d863e28d [Worker] Basic worker project 2017-01-27 12:05:58 +01:00
a6314ab418 [Submodules] Remove obsolete submodules 2017-01-06 14:40:05 +01:00
90a9b72aac [Premake] Fix protobuf code generation 2016-11-24 20:42:45 +01:00
9457186abe [Premake] Update to the latest version and fix protobuf 2016-11-24 20:10:13 +01:00
11ace37f2e Allow long mapnames in playlist 2016-11-02 18:44:20 +01:00
cc00171a69 Remove static configs 2016-09-17 14:03:59 +02:00
a21c928364 Temporarily 2016-08-30 18:31:57 +02:00
f9e2eeca7b Base128 encoding of minidumps before uploading. 2016-08-28 22:46:23 +02:00
481a9483ed Premake: Fix exported include paths for BitMRC. 2016-08-26 23:41:01 +02:00
86c6450ac2 Premake: Fix SQLite inclusion. 2016-08-26 22:46:37 +02:00
ee46d2fe20 Premake: Fix missing links for BitMRC and Crypto++. 2016-08-26 21:38:13 +02:00
70a9cc62d8 Premake: Implement a working hack to change MASM parameters for libcryptopp. 2016-08-26 21:24:41 +02:00
a7d80f7187 Premake: Fix BitMRC build and add shipped sqlite3 as separate project. 2016-08-26 21:11:03 +02:00
1c9badb4a2 Premake: Fix libcryptopp build and use files shipped with bitmrc. 2016-08-26 20:44:36 +02:00
fb737eb9d2 added more ignores 2016-08-25 18:45:00 +02:00
e6cfae9e6f latest version bitmrc 2016-08-25 18:38:45 +02:00
369267ef39 added submodules for bitmrc 2016-08-25 18:17:47 +02:00
7ff05580c9 Premake: Split up dependencies, make them easily configurable and provide easy-to-use imports.
All dependency projects are now separated into their own Premake scripts and are designed to provide easy "import", "includes" and "setup" functions.

First, you use project.setup { ... } to provide the library with its respective configuration, this MAY include defines and MUST include the source path of that specific library. Then you can use project.includes() or project.import() in your target application or library project to let the script configure your project. This will configure all necessary include directories and links.
2016-08-13 19:45:11 +02:00