summaryrefslogtreecommitdiff
path: root/windows/readme.md
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2017-08-24 15:56:33 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2017-08-24 15:56:33 +0200
commitb7977b574dbbb1ba7d3e109e55ab08b7d76fb42a (patch)
tree638eb28c7f4e62dcf2f619a9cbc576811457a95d /windows/readme.md
parent880c9f6def862043bed078a190d7a9e96d01aa37 (diff)
downloadlibgd-b7977b574dbbb1ba7d3e109e55ab08b7d76fb42a.tar.gz
Add support for building the programs with MSVC
We add support for building all executable programs in `src/` to the native MSVC build script, except for `webpng.exe` due to #401.
Diffstat (limited to 'windows/readme.md')
-rw-r--r--windows/readme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/windows/readme.md b/windows/readme.md
index e9b8217..cd95b79 100644
--- a/windows/readme.md
+++ b/windows/readme.md
@@ -38,6 +38,11 @@ nmake /f windows\Makefile.vc
nmake /f windows\Makefile.vc check
````
+* To build the executable programs, do:
+````
+nmake /f windows\Makefile.vc build_progs
+````
+
* After a successful build, you find the libraries and test executables in
`..\gdbuild`. You can change the build folder by setting the environment
variable `WITH_BUILD` to the desired path.