Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 474e61c

Browse files
committed
sharedlib
1 parent f31bf54 commit 474e61c

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed
Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
Lib/build.hxml
1+
-cmd cd Lib
22

33
--next
4-
LibTestApp/build.hxml
4+
build.hxml
55

66
--next
7-
-cmd cd LibTestApp/Bin
7+
-cmd cd ../LibTestApp
8+
9+
--next
10+
build.hxml
11+
12+
--next
13+
-cmd cd Bin
814
-cmd ./Main.exe

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The collection of easy samples and hello-worlds for [Haxe](http://haxe.org/).
119119
* [5.1 - C++](./5_Backends/5.1_CPP)
120120
* [5.1.1 - Simple C++ application](./5_Backends/5.1_CPP/5.1.1_SimpleApplication/Source/Main.hx)
121121
* [5.1.2 - Shared library with test application](./5_Backends/5.1_CPP/5.1.2_SharedLibraryWithTest)
122-
* [5.1.2.1 - Dynamic library with main entry point](./5_Backends/5.1_CPP/5.1.2_SharedLibraryWithTest/5.1.2.1_DllWithMainEP)
122+
* [5.1.2.1 - Dynamic library with main entry point](./5_Backends/5.1_CPP/5.1.2_SharedLibraryWithTest/5.1.2.1_DllWithMainEP): [library](./5_Backends/5.1_CPP/5.1.2_SharedLibraryWithTest/5.1.2.1_DllWithMainEP/Lib/Source/Main.hx), [test application](./5_Backends/5.1_CPP/5.1.2_SharedLibraryWithTest/5.1.2.1_DllWithMainEP/LibTestApp/Source/Main.hx)
123123
* [5.2 - NekoVM](./5_Backends/5.2_NekoVM)
124124
* [5.2.1 - Simple application for NekoVM](./5_Backends/5.2_NekoVM/5.2.1_SimpleApplication/Source/Main.hx)
125125
* [5.2.2 - Usage a pre-compiled NekoVM modules](./5_Backends/5.2_NekoVM/5.2.2_NekoVmModules/Source/Main.hx)

0 commit comments

Comments
 (0)