dinclusion ~master
Simple file inclusion in D programs.
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
dinclusion
Simple file inclusion in D programs.
How to use
To create a inclusion-file with utility dinclusion run the following command at a command prompt:
dinclusion file1 file2 ... fileN
After the command, the utility will create appropriate files with names file1.di, file2.di etc.
The use in the project.
For use in the project file, edit the D interface files and replace dinclusion inserts with your names for variable in this inserts.
After editing, add command import file1, file2, ..., fileN;
in import section of your project and compile project with following command:
dmd your_d_project file1.di file2.di .. fileN.di
- Registered by Oleg Bakharev
- ~master released 9 years ago
- aquaratixc/dinclusion
- ESL-1.0
- Copyright © 2015, aquaratixc
- Authors:
- Dependencies:
- none
- Versions:
-
1.0.0 2015-Oct-09 ~master 2015-Oct-09 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
95 downloads total
-
- Score:
- 0.6
- Short URL:
- dinclusion.dub.pm