mirror of https://gitlab.com/basile.b/dexed.git
fix more old names
This commit is contained in:
parent
b46be6ac70
commit
5755432b17
|
@ -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`
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
This folder contains the scripts used to generate several perfect hashsets used in Coedit.
|
||||
They are generated using [IsItThere ?](https://github.com/BBasile/IsItThere)
|
||||
This folder contains the scripts used to generate several perfect hashsets used in dexed.
|
||||
They are generated using [IsItThere ?](https://github.com/BBasile/IsItThere)
|
||||
|
|
|
@ -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
|
||||
===
|
||||
|
|
Loading…
Reference in New Issue