Changes between Version 14 and Version 15 of CompilationGuide/MSVC
- Timestamp:
- Mar 9, 2016, 9:24:54 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/MSVC
v14 v15 10 10 * [http://yasm.tortall.net/ YASM] 11 11 12 13 12 First, you need to unzip and copy the prerequisites into a folder, for example, `c:\c99`. 14 13 … … 17 16 Rename the yasm executable you will use to `yasm.exe`. 18 17 19 Finally, create an `INCLUDE` environment variable, and point it to `c:\ 99`; this is the location where the compiler will find `inttypes.h`.18 Finally, create an `INCLUDE` environment variable, and point it to `c:\c99`; this is the location where the compiler will find `inttypes.h`. 20 19 21 20 {{{
