Merge with develop
This commit is contained in:
parent
6e471c02d3
commit
aed875fe3b
2 changed files with 3 additions and 1 deletions
|
@ -28,3 +28,6 @@ before_script:
|
||||||
script:
|
script:
|
||||||
- cmake -Hcode -Bbuild $CMAKE_BUILD_OPTIONS
|
- cmake -Hcode -Bbuild $CMAKE_BUILD_OPTIONS
|
||||||
- cmake --build build -- -j 2
|
- cmake --build build -- -j 2
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
irc: "chat.freenode.net#ryzomforge"
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
#define PRF(x)
|
#define PRF(x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <windows.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "Bcj2.h"
|
#include "Bcj2.h"
|
||||||
|
|
Loading…
Reference in a new issue