From: Alexis Laferrière Date: Fri, 11 Jul 2014 19:34:16 +0000 (-0400) Subject: lib: intro the linux implementation of app.nit X-Git-Tag: v0.6.9~20^2~6 X-Git-Url: http://nitlanguage.org lib: intro the linux implementation of app.nit Signed-off-by: Alexis Laferrière --- diff --git a/lib/linux/linux.nit b/lib/linux/linux.nit new file mode 100644 index 0000000..8b90102 --- /dev/null +++ b/lib/linux/linux.nit @@ -0,0 +1,20 @@ +# This file is part of NIT ( http://www.nitlanguage.org ). +# +# Copyright 2014 Alexis Laferrière +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Implementation of app.nit for the Linux platform +module linux + +import app diff --git a/lib/mnit_linux/linux_app.nit b/lib/mnit_linux/linux_app.nit index b071182..d47778f 100644 --- a/lib/mnit_linux/linux_app.nit +++ b/lib/mnit_linux/linux_app.nit @@ -19,6 +19,7 @@ module linux_app import mnit import sdl import linux_opengles1 +import linux in "C" `{ #include