tech:makefile_et_variables_d_environnement
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédente | |||
| tech:makefile_et_variables_d_environnement [2026/04/22 13:34] – Jean-Baptiste | tech:makefile_et_variables_d_environnement [2026/04/22 13:35] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 9: | Ligne 9: | ||
| exe: | exe: | ||
| - | go build main.go | + | go build -o app1.exe |
| dll: | dll: | ||
| - | go build -buildmode=c-shared -o main.dll main.go | + | go build -buildmode=c-shared -o app1.dll main.go |
| clean: | clean: | ||
| - | rm -f main.exe main.dll main.h | + | rm -f app1.exe app1.dll app1.h call.exe |
| all: exe dll | all: exe dll | ||
| + | |||
| + | test: exe dll | ||
| + | go build call.go | ||
| + | wine call.exe | ||
| ~~~ | ~~~ | ||
tech/makefile_et_variables_d_environnement.txt · Dernière modification : de Jean-Baptiste
