fix more old names

This commit is contained in:
Basile Burg 2018-10-21 15:31:16 +02:00
parent b46be6ac70
commit 5755432b17
3 changed files with 7 additions and 7 deletions

View File

@ -12,7 +12,7 @@ Two options exist.
#### Using dexed & the submodules
- If you've cloned this repository, make sure that the submodule are also here with `git submodule update --init`.
- In Coedit open the project `dastworx.ce`.
- In Dexed open the project `dastworx.dxp`.
- Select the `release` configuration.
- Click `Compile project`

View File

@ -1,2 +1,2 @@
This folder contains the scripts used to generate several perfect hashsets used in Coedit.
This folder contains the scripts used to generate several perfect hashsets used in dexed.
They are generated using [IsItThere ?](https://github.com/BBasile/IsItThere)

View File

@ -4,12 +4,12 @@ The process is semi-automatic and achieved by compiling a project in dexed itsel
dexed setup program
===
This dexed project (_cesetup.dexed_) creates the dexed setup program.
The project contains 3 configurations named _win32_, _nux32_, _nux64.
Each takes the content of the matching sub-folder and puts it in the output folder, as an extractor program,
The dexed project (_cesetup.dxp_) creates the dexed setup program.
It contains 3 configurations named _win32_, _nux32_, _nux64.
Each takes the content of the matching sub-folder and puts it in the output folder, as an extraction program,
at compile time (using the `import(file)` expression).
The extractor program is then compressed by the post-build process, using the scripts named `setupzip-<os & arch>`.
The extraction program is then compressed by the post-build process, using the scripts named `setupzip-<os & arch>`.
Raw Zip
===