1
0
mirror of https://github.com/EduApps-CDG/OpenDX synced 2024-12-30 09:45:37 +01:00

Update README.md

This commit is contained in:
Eduardo P. Gomez 2023-09-19 13:42:32 -03:00 committed by GitHub
parent aa40009108
commit eae0035661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,10 +4,10 @@ Some examples are:
* DLL files that DirectX depends on will be turned into `libopendx.so` * DLL files that DirectX depends on will be turned into `libopendx.so`
such as kernel32.dll. such as kernel32.dll.
* Essential external functions and definitions needed to mantain software * Essential external functions and definitions needed to mantain software
compatibility such as functions contained in <windows.h>. But the headers compatibility such as functions contained in `<windows.h>`. But the headers
will be found in [`/prod_include`](../../prod_include). will be found in [`/prod_include`](../../prod_include).
All of these examples will be built in a single library and that's what All of these examples will be built in a single library and that's what
`libopendx.so` does.` `libopendx.so` does.
The main file is [`./opendx.cpp`](./opendx.cpp) The main file is [`./opendx.cpp`](./opendx.cpp)