Vasiliy Fofanov a1ce2382ed Add link dependency on -lwinmm. V303-030
Change-Id: I038923ca00ec5f3b8ef92c70489903d3b0de3c31
2022-03-04 14:24:09 +01:00
2015-10-06 11:26:51 +02:00
2014-05-16 14:43:25 +02:00
2017-06-08 14:07:52 +02:00
2012-10-09 11:06:35 +02:00

Win32Ada

Ada API to the Windows library.

Installation

To configure, compile and install Win32Ada:

$ make build
$ make install

This will install Win32Ada into the current GNAT compiler standard location.

Usage

To include Win32Ada into your application you just need to import the Win32Ada project file.

with "win32ada.gpr";
project Proj is
   ...
end Proj;
Description
No description provided
Readme 3 MiB
Languages
Ada 99.6%
C 0.2%
Makefile 0.1%