Thomas Goyne
0eaa27f30f
Add the header files and scripts to the gyp file ( #1540 )
...
* Add the header files and scripts to the gyp file
This makes the generated project much more useful.
* Also add the tests
2017-11-29 17:21:45 -08:00
Thomas Goyne
d127a228ea
Fix generating an Xcode project via gyp ( #1536 )
...
Putting the libraries in direct_dependent_settings rather than link_settings
happens to work for command-line builds, but resulted in gyp crashing when
trying to generate an Xcode project because it would try to add the linker
flags to the aggregate targets.
2017-11-28 08:31:40 -08:00
Yavor Georgiev
2df308ae64
refactor OpenSSL static linking ( #1420 )
2017-10-23 16:45:34 +03:00
Yavor Georgiev
d6b3fcb8b1
Link against OpenSSL when building for Electron ( #1413 )
2017-10-16 11:02:35 +02:00
Yavor Georgiev
87d75b0ca1
Fix gyp mess
...
This reverts commit ffb0f84361
.
2017-10-12 15:51:46 +02:00
Yavor Georgiev
2ac8160b32
Merge branch 'master' of github.com:realm/realm-js into yg/windows-sync
...
# Conflicts:
# binding.gyp
# src/object-store
2017-10-12 12:52:47 +02:00
Yavor Georgiev
ffb0f84361
Refactor gyp files
...
This makes it possible to build realm-js-private with the Visual Studio gyp generator
2017-09-30 15:49:50 +02:00
Mark Rowe
f8cee8d653
Update the include and library search paths used when building against a
...
local version of core
Core switched to CMake a while back, resulting in build
products (generated headers, libraries) ending up in different locations
than before.
2017-09-29 23:16:02 -07:00
Yavor Georgiev
f6732c4b58
Sync for Windows
2017-09-26 15:08:26 +02:00
Thomas Goyne
186b3d56c4
Remove the sha_win32.lib import
...
Core bundles this library into the main Realm library.
2017-09-08 11:42:26 -07:00
Yavor Georgiev
c78f82ac0c
Update download script for the new core build system
2017-08-17 13:01:41 +02:00
Yavor Georgiev
c8a86f6fd7
bring back the download binaries condition in gyp
2017-08-17 13:01:01 +02:00
Yavor Georgiev
05cce5aeec
use newest object store
2017-08-17 13:01:01 +02:00
Yavor Georgiev
b17dcddd17
use sync 2.0-rc11
2017-08-17 12:56:01 +02:00
Yavor Georgiev
9e70a493e9
Make sure there is only one .gyp file in the tarball ( #901 )
2017-03-09 14:34:01 +01:00