From 73ce4348f2e24cf9e98143aa8d1b357f8e7d008d Mon Sep 17 00:00:00 2001 From: Roman Shevchenko Date: Fri, 23 Jun 2017 14:40:52 +0300 Subject: [PATCH] corrects samples/tetris/sdl.def link (#696) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b225bf1ba8f..5148ccbd8bd 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,11 @@ For some tests, use: ./gradlew backend.native:tests:run To generate interoperability stubs create library definition file -(take a look on [`samples/tetris/sdl.def`](https://github.com/JetBrains/kotlin-native/blob/master/samples/tetris/sdl.def)) and run `cinterop` tool like this: +(take a look on [`samples/tetris/.../sdl.def`](https://github.com/JetBrains/kotlin-native/blob/master/samples/tetris/src/main/c_interop/sdl.def)) and run `cinterop` tool like this: cinterop -def lib.def See provided [samples](https://github.com/JetBrains/kotlin-native/tree/master/samples) and [`INTEROP.md`](https://github.com/JetBrains/kotlin-native/blob/master/INTEROP.md) for more details. Interop tool generates library in .klib library format, see [`LIBRARIES.md`](https://github.com/JetBrains/kotlin-native/blob/master/LIBRARIES.md) -for more details on the file format. \ No newline at end of file +for more details on the file format.