module
Version:
v0.0.0-...-bd9bd2f
Opens a new window with list of versions in this module.
Published: Jul 18, 2022
License: GPL-3.0
Opens a new window with license information.
README
¶
wem-test
About
Two small programs:
- A basic "hello world" program.
- An "installer" program that embeds the first program and installs it to a given path.
The idea behind these is that they are small and can be used for more complete WEM tests.
Building
Simply type make
, a file called installer.exe
will be placed in the root of this repo.
The Makefile will produce 32-bit executables.
Usage
-
Run the installer with the install path as an arg:
wine installer.exe 'c:\\my-dir-path'
Welcome to the WEM Test Installer!
Installing 'c:\my-dir-path\hello-world.exe' ...
Install completed! Wrote: 2094592 bytes.
-
Run the exe:
wine 'c:\my-dir-path\hello-world.exe'
Hello, world!
Directories
¶
Click to show internal directories.
Click to hide internal directories.