[DEV] add C compilation of the Z interface on C99

This commit is contained in:
Edouard DUPIN 2015-02-26 21:44:16 +01:00
parent ef1eb80553
commit 032c9a5e91
10 changed files with 11 additions and 8 deletions

2
build

@ -1 +1 @@
Subproject commit 95b2206da682ad56fdcece7c7789f30a32a0c134
Subproject commit b0d300e3ff6326be56e79247335510549ef77eb4

2
external/airtaudio vendored

@ -1 +1 @@
Subproject commit d9453e6e7a880730115163a6af7238e4664774d1
Subproject commit 4b30ecbfff50b5a7736a18a38cb465304969e6d0

2
external/audio vendored

@ -1 +1 @@
Subproject commit 2583e527f161118f023dd1e9e8b591578e0430f2
Subproject commit 63b327cb6726c5f4f17dec6fbd1b927884c6ecb2

2
external/drain vendored

@ -1 +1 @@
Subproject commit c667f6c327000edafc7725089833055ef0f41902
Subproject commit b401602ea454be43ca6a145d50b125b000062be6

2
external/ejson vendored

@ -1 +1 @@
Subproject commit 1028c4aad42319b1e2cb0a7a4a7512fcba6383bf
Subproject commit be1eeda5566b1ed60ef9a0e4a27e12e8762e4a18

2
external/etk vendored

@ -1 +1 @@
Subproject commit e6a829fd2aff0f55022c92192a95a35ff8993be1
Subproject commit a9aa042ecd948d97c00b48dd03dc5d25c3c42f3d

2
external/exml vendored

@ -1 +1 @@
Subproject commit c3b20ceb8f78516bd29dd3fa02c4c5428e7e7a78
Subproject commit a9ed10a8f08ffd0e84decc70e8e16861b4dd76c4

2
external/river vendored

@ -1 +1 @@
Subproject commit bc37e70e1e56da2febaa9e58af1dda60f82eb134
Subproject commit ec75a597207f8d1fa2d7be6beda56a9bffa2a5eb

View File

@ -18,6 +18,8 @@ def create(target):
myModule.add_module_depend('z')
myModule.compile_version_CC(1999)
myModule.compile_flags_CC([
"-DNOCRYPT",
"-DIOAPI_NO_64"])

View File

@ -29,6 +29,7 @@ def create(target):
myModule.add_export_path(tools.get_current_path(__file__))
myModule.add_export_path(tools.get_current_path(__file__) + "/zlib")
myModule.compile_flags_CC([
"-D_LARGEFILE64_SOURCE=1",
"-DHAVE_HIDDEN"])