From 5062329be0d59b91f0e8b11b6a0b11525d7d7cad Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Wed, 22 Jul 2026 03:47:42 +0200 Subject: [PATCH] Remove MSBuild projects (#310) CMake supports MSVC. CMake can also drive a DJGPP toolchain, but its makefile is simple enough. --- Makefile.am | 80 --- Mkfiles/nightly-build.pl | 47 -- Mkfiles/vc10/config.h | 170 ----- Mkfiles/vc10/crt_secure_no_deprecate.props | 11 - Mkfiles/vc10/crt_secure_no_deprecate.vsprops | 11 - Mkfiles/vc10/genmacro/genmacro.vcxproj | 117 ---- .../vc10/genmacro/genmacro.vcxproj.filters | 17 - Mkfiles/vc10/genmacro/run.bat | 5 - Mkfiles/vc10/genmodule/genmodule.vcxproj | 118 ---- .../vc10/genmodule/genmodule.vcxproj.filters | 20 - Mkfiles/vc10/genmodule/run.bat | 3 - Mkfiles/vc10/genperf/genperf.vcxproj | 144 ---- Mkfiles/vc10/genperf/genperf.vcxproj.filters | 56 -- Mkfiles/vc10/genperf/run.bat | 39 -- Mkfiles/vc10/genstring/genstring.vcxproj | 111 ---- .../vc10/genstring/genstring.vcxproj.filters | 17 - Mkfiles/vc10/genstring/run.bat | 2 - Mkfiles/vc10/genversion/genversion.vcxproj | 126 ---- .../genversion/genversion.vcxproj.filters | 26 - Mkfiles/vc10/genversion/run.bat | 2 - Mkfiles/vc10/genversion/runpre.bat | 2 - Mkfiles/vc10/libyasm-stdint.h | 8 - Mkfiles/vc10/libyasm/libyasm.vcxproj | 273 -------- Mkfiles/vc10/libyasm/libyasm.vcxproj.filters | 200 ------ Mkfiles/vc10/modules/modules.vcxproj | 320 --------- Mkfiles/vc10/modules/modules.vcxproj.filters | 256 -------- Mkfiles/vc10/out_copy_rename.bat | 42 -- Mkfiles/vc10/re2c/re2c.vcxproj | 134 ---- Mkfiles/vc10/re2c/re2c.vcxproj.filters | 80 --- Mkfiles/vc10/re2c/run.bat | 4 - Mkfiles/vc10/readme.vc10.txt | 119 ---- Mkfiles/vc10/vsyasm.props | 27 - Mkfiles/vc10/vsyasm.targets | 108 --- Mkfiles/vc10/vsyasm.vcxproj | 275 -------- Mkfiles/vc10/vsyasm.xml | 283 -------- Mkfiles/vc10/yasm.sln | 140 ---- Mkfiles/vc10/yasm.vcxproj | 279 -------- Mkfiles/vc10/yasm.vcxproj.filters | 41 -- Mkfiles/vc10/ytasm.vcxproj | 274 -------- Mkfiles/vc12/config.h | 170 ----- Mkfiles/vc12/crt_secure_no_deprecate.props | 11 - Mkfiles/vc12/crt_secure_no_deprecate.vsprops | 11 - Mkfiles/vc12/libyasm/libyasm.vcxproj | 277 -------- Mkfiles/vc12/libyasm/libyasm.vcxproj.filters | 200 ------ Mkfiles/vc12/modules/modules.vcxproj | 324 --------- Mkfiles/vc12/modules/modules.vcxproj.filters | 256 -------- Mkfiles/vc12/out_copy_rename.bat | 42 -- Mkfiles/vc12/readme.vc12.txt | 106 --- Mkfiles/vc12/vsyasm.props | 27 - Mkfiles/vc12/vsyasm.targets | 108 --- Mkfiles/vc12/vsyasm.vcxproj | 279 -------- Mkfiles/vc12/vsyasm.xml | 283 -------- Mkfiles/vc12/yasm.sln | 142 ---- Mkfiles/vc12/yasm.vcxproj | 283 -------- Mkfiles/vc12/yasm.vcxproj.filters | 41 -- Mkfiles/vc12/ytasm.vcxproj | 278 -------- Mkfiles/vc14/config.h | 170 ----- Mkfiles/vc14/crt_secure_no_deprecate.props | 11 - Mkfiles/vc14/crt_secure_no_deprecate.vsprops | 11 - Mkfiles/vc14/genmacro/genmacro.vcxproj | 202 ------ .../vc14/genmacro/genmacro.vcxproj.filters | 17 - Mkfiles/vc14/genmacro/run.bat | 5 - Mkfiles/vc14/genmodule/genmodule.vcxproj | 207 ------ .../vc14/genmodule/genmodule.vcxproj.filters | 20 - Mkfiles/vc14/genmodule/run.bat | 3 - Mkfiles/vc14/genperf/genperf.vcxproj | 261 -------- Mkfiles/vc14/genperf/genperf.vcxproj.filters | 56 -- Mkfiles/vc14/genperf/run.bat | 40 -- Mkfiles/vc14/genstring/genstring.vcxproj | 196 ------ .../vc14/genstring/genstring.vcxproj.filters | 17 - Mkfiles/vc14/genstring/run.bat | 2 - Mkfiles/vc14/genversion/genversion.vcxproj | 223 ------- .../genversion/genversion.vcxproj.filters | 26 - Mkfiles/vc14/genversion/run.bat | 2 - Mkfiles/vc14/genversion/runpre.bat | 2 - Mkfiles/vc14/libyasm-stdint.h | 8 - Mkfiles/vc14/libyasm/libyasm.vcxproj | 277 -------- Mkfiles/vc14/libyasm/libyasm.vcxproj.filters | 200 ------ Mkfiles/vc14/modules/modules.vcxproj | 324 --------- Mkfiles/vc14/modules/modules.vcxproj.filters | 256 -------- Mkfiles/vc14/out_copy_rename.bat | 42 -- Mkfiles/vc14/re2c/re2c.vcxproj | 221 ------- Mkfiles/vc14/re2c/re2c.vcxproj.filters | 80 --- Mkfiles/vc14/re2c/run.bat | 4 - Mkfiles/vc14/readme.vc14.txt | 106 --- Mkfiles/vc14/vsyasm.props | 27 - Mkfiles/vc14/vsyasm.targets | 108 --- Mkfiles/vc14/vsyasm.vcxproj | 279 -------- Mkfiles/vc14/vsyasm.xml | 283 -------- Mkfiles/vc14/yasm.sln | 142 ---- Mkfiles/vc14/yasm.vcxproj | 283 -------- Mkfiles/vc14/yasm.vcxproj.filters | 41 -- Mkfiles/vc14/ytasm.vcxproj | 278 -------- Mkfiles/vc15/config.h | 170 ----- Mkfiles/vc15/crt_secure_no_deprecate.props | 11 - Mkfiles/vc15/crt_secure_no_deprecate.vsprops | 11 - Mkfiles/vc15/genmacro/genmacro.vcxproj | 202 ------ .../vc15/genmacro/genmacro.vcxproj.filters | 17 - Mkfiles/vc15/genmacro/run.bat | 5 - Mkfiles/vc15/genmodule/genmodule.vcxproj | 207 ------ .../vc15/genmodule/genmodule.vcxproj.filters | 20 - Mkfiles/vc15/genmodule/run.bat | 3 - Mkfiles/vc15/genperf/genperf.vcxproj | 261 -------- Mkfiles/vc15/genperf/genperf.vcxproj.filters | 56 -- Mkfiles/vc15/genperf/run.bat | 40 -- Mkfiles/vc15/genstring/genstring.vcxproj | 196 ------ .../vc15/genstring/genstring.vcxproj.filters | 17 - Mkfiles/vc15/genstring/run.bat | 2 - Mkfiles/vc15/genversion/genversion.vcxproj | 223 ------- .../genversion/genversion.vcxproj.filters | 26 - Mkfiles/vc15/genversion/run.bat | 2 - Mkfiles/vc15/genversion/runpre.bat | 2 - Mkfiles/vc15/libyasm-stdint.h | 8 - Mkfiles/vc15/libyasm/libyasm.vcxproj | 277 -------- Mkfiles/vc15/libyasm/libyasm.vcxproj.filters | 200 ------ Mkfiles/vc15/modules/modules.vcxproj | 324 --------- Mkfiles/vc15/modules/modules.vcxproj.filters | 256 -------- Mkfiles/vc15/out_copy_rename.bat | 42 -- Mkfiles/vc15/re2c/re2c.vcxproj | 221 ------- Mkfiles/vc15/re2c/re2c.vcxproj.filters | 80 --- Mkfiles/vc15/re2c/run.bat | 4 - Mkfiles/vc15/readme.vc14.txt | 106 --- Mkfiles/vc15/vsyasm.props | 27 - Mkfiles/vc15/vsyasm.targets | 110 ---- Mkfiles/vc15/vsyasm.vcxproj | 279 -------- Mkfiles/vc15/vsyasm.xml | 283 -------- Mkfiles/vc15/yasm.sln | 142 ---- Mkfiles/vc15/yasm.vcxproj | 283 -------- Mkfiles/vc15/yasm.vcxproj.filters | 41 -- Mkfiles/vc15/ytasm.vcxproj | 278 -------- Mkfiles/vc9/config.h | 170 ----- Mkfiles/vc9/crt_secure_no_deprecate.vsprops | 11 - Mkfiles/vc9/genmacro/genmacro.vcproj | 198 ------ Mkfiles/vc9/genmacro/run.bat | 5 - Mkfiles/vc9/genmodule/genmodule.vcproj | 202 ------ Mkfiles/vc9/genmodule/run.bat | 3 - Mkfiles/vc9/genperf/genperf.vcproj | 234 ------- Mkfiles/vc9/genperf/run.bat | 22 - Mkfiles/vc9/genstring/genstring.vcproj | 198 ------ Mkfiles/vc9/genstring/run.bat | 2 - Mkfiles/vc9/genversion/genversion.vcproj | 211 ------ Mkfiles/vc9/genversion/run.bat | 2 - Mkfiles/vc9/genversion/runpre.bat | 2 - Mkfiles/vc9/libyasm-stdint.h | 8 - Mkfiles/vc9/libyasm/libyasm.vcproj | 572 ---------------- Mkfiles/vc9/modules/modules.vcproj | 616 ------------------ Mkfiles/vc9/re2c/re2c.vcproj | 278 -------- Mkfiles/vc9/re2c/run.bat | 4 - Mkfiles/vc9/readme.vc9.txt | 132 ---- Mkfiles/vc9/vc98_swap.py | 52 -- Mkfiles/vc9/vsyasm.vcproj | 406 ------------ Mkfiles/vc9/yasm.rules | 115 ---- Mkfiles/vc9/yasm.sln | 157 ----- Mkfiles/vc9/yasm.vcproj | 410 ------------ Mkfiles/vc9/ytasm.vcproj | 410 ------------ Mkfiles/vs/config.h | 170 ----- Mkfiles/vs/crt_secure_no_deprecate.props | 11 - Mkfiles/vs/crt_secure_no_deprecate.vsprops | 11 - Mkfiles/vs/genmacro/genmacro.vcxproj | 203 ------ Mkfiles/vs/genmacro/genmacro.vcxproj.filters | 17 - Mkfiles/vs/genmacro/run.bat | 5 - Mkfiles/vs/genmodule/genmodule.vcxproj | 208 ------ .../vs/genmodule/genmodule.vcxproj.filters | 20 - Mkfiles/vs/genmodule/run.bat | 3 - Mkfiles/vs/genperf/genperf.vcxproj | 262 -------- Mkfiles/vs/genperf/genperf.vcxproj.filters | 56 -- Mkfiles/vs/genperf/run.bat | 40 -- Mkfiles/vs/genstring/genstring.vcxproj | 197 ------ .../vs/genstring/genstring.vcxproj.filters | 17 - Mkfiles/vs/genstring/run.bat | 2 - Mkfiles/vs/genversion/genversion.vcxproj | 224 ------- .../vs/genversion/genversion.vcxproj.filters | 26 - Mkfiles/vs/genversion/run.bat | 2 - Mkfiles/vs/genversion/runpre.bat | 2 - Mkfiles/vs/libyasm-stdint.h | 8 - Mkfiles/vs/libyasm/libyasm.vcxproj | 278 -------- Mkfiles/vs/libyasm/libyasm.vcxproj.filters | 200 ------ Mkfiles/vs/modules/modules.vcxproj | 325 --------- Mkfiles/vs/modules/modules.vcxproj.filters | 256 -------- Mkfiles/vs/out_copy_rename.bat | 42 -- Mkfiles/vs/re2c/re2c.vcxproj | 222 ------- Mkfiles/vs/re2c/re2c.vcxproj.filters | 80 --- Mkfiles/vs/re2c/run.bat | 4 - Mkfiles/vs/readme.vs.txt | 96 --- Mkfiles/vs/vsyasm.props | 27 - Mkfiles/vs/vsyasm.targets | 110 ---- Mkfiles/vs/vsyasm.vcxproj | 280 -------- Mkfiles/vs/vsyasm.xml | 283 -------- Mkfiles/vs/yasm.sln | 145 ----- Mkfiles/vs/yasm.vcxproj | 284 -------- Mkfiles/vs/yasm.vcxproj.filters | 41 -- Mkfiles/vs/ytasm.vcxproj | 279 -------- 192 files changed, 24543 deletions(-) delete mode 100644 Mkfiles/nightly-build.pl delete mode 100644 Mkfiles/vc10/config.h delete mode 100644 Mkfiles/vc10/crt_secure_no_deprecate.props delete mode 100644 Mkfiles/vc10/crt_secure_no_deprecate.vsprops delete mode 100644 Mkfiles/vc10/genmacro/genmacro.vcxproj delete mode 100644 Mkfiles/vc10/genmacro/genmacro.vcxproj.filters delete mode 100644 Mkfiles/vc10/genmacro/run.bat delete mode 100644 Mkfiles/vc10/genmodule/genmodule.vcxproj delete mode 100644 Mkfiles/vc10/genmodule/genmodule.vcxproj.filters delete mode 100644 Mkfiles/vc10/genmodule/run.bat delete mode 100644 Mkfiles/vc10/genperf/genperf.vcxproj delete mode 100644 Mkfiles/vc10/genperf/genperf.vcxproj.filters delete mode 100644 Mkfiles/vc10/genperf/run.bat delete mode 100644 Mkfiles/vc10/genstring/genstring.vcxproj delete mode 100644 Mkfiles/vc10/genstring/genstring.vcxproj.filters delete mode 100644 Mkfiles/vc10/genstring/run.bat delete mode 100644 Mkfiles/vc10/genversion/genversion.vcxproj delete mode 100644 Mkfiles/vc10/genversion/genversion.vcxproj.filters delete mode 100644 Mkfiles/vc10/genversion/run.bat delete mode 100644 Mkfiles/vc10/genversion/runpre.bat delete mode 100644 Mkfiles/vc10/libyasm-stdint.h delete mode 100644 Mkfiles/vc10/libyasm/libyasm.vcxproj delete mode 100644 Mkfiles/vc10/libyasm/libyasm.vcxproj.filters delete mode 100644 Mkfiles/vc10/modules/modules.vcxproj delete mode 100644 Mkfiles/vc10/modules/modules.vcxproj.filters delete mode 100644 Mkfiles/vc10/out_copy_rename.bat delete mode 100644 Mkfiles/vc10/re2c/re2c.vcxproj delete mode 100644 Mkfiles/vc10/re2c/re2c.vcxproj.filters delete mode 100644 Mkfiles/vc10/re2c/run.bat delete mode 100644 Mkfiles/vc10/readme.vc10.txt delete mode 100644 Mkfiles/vc10/vsyasm.props delete mode 100644 Mkfiles/vc10/vsyasm.targets delete mode 100644 Mkfiles/vc10/vsyasm.vcxproj delete mode 100644 Mkfiles/vc10/vsyasm.xml delete mode 100644 Mkfiles/vc10/yasm.sln delete mode 100644 Mkfiles/vc10/yasm.vcxproj delete mode 100644 Mkfiles/vc10/yasm.vcxproj.filters delete mode 100644 Mkfiles/vc10/ytasm.vcxproj delete mode 100644 Mkfiles/vc12/config.h delete mode 100644 Mkfiles/vc12/crt_secure_no_deprecate.props delete mode 100644 Mkfiles/vc12/crt_secure_no_deprecate.vsprops delete mode 100644 Mkfiles/vc12/libyasm/libyasm.vcxproj delete mode 100644 Mkfiles/vc12/libyasm/libyasm.vcxproj.filters delete mode 100644 Mkfiles/vc12/modules/modules.vcxproj delete mode 100644 Mkfiles/vc12/modules/modules.vcxproj.filters delete mode 100644 Mkfiles/vc12/out_copy_rename.bat delete mode 100644 Mkfiles/vc12/readme.vc12.txt delete mode 100644 Mkfiles/vc12/vsyasm.props delete mode 100644 Mkfiles/vc12/vsyasm.targets delete mode 100644 Mkfiles/vc12/vsyasm.vcxproj delete mode 100644 Mkfiles/vc12/vsyasm.xml delete mode 100644 Mkfiles/vc12/yasm.sln delete mode 100644 Mkfiles/vc12/yasm.vcxproj delete mode 100644 Mkfiles/vc12/yasm.vcxproj.filters delete mode 100644 Mkfiles/vc12/ytasm.vcxproj delete mode 100644 Mkfiles/vc14/config.h delete mode 100644 Mkfiles/vc14/crt_secure_no_deprecate.props delete mode 100644 Mkfiles/vc14/crt_secure_no_deprecate.vsprops delete mode 100644 Mkfiles/vc14/genmacro/genmacro.vcxproj delete mode 100644 Mkfiles/vc14/genmacro/genmacro.vcxproj.filters delete mode 100644 Mkfiles/vc14/genmacro/run.bat delete mode 100644 Mkfiles/vc14/genmodule/genmodule.vcxproj delete mode 100644 Mkfiles/vc14/genmodule/genmodule.vcxproj.filters delete mode 100644 Mkfiles/vc14/genmodule/run.bat delete mode 100644 Mkfiles/vc14/genperf/genperf.vcxproj delete mode 100644 Mkfiles/vc14/genperf/genperf.vcxproj.filters delete mode 100644 Mkfiles/vc14/genperf/run.bat delete mode 100644 Mkfiles/vc14/genstring/genstring.vcxproj delete mode 100644 Mkfiles/vc14/genstring/genstring.vcxproj.filters delete mode 100644 Mkfiles/vc14/genstring/run.bat delete mode 100644 Mkfiles/vc14/genversion/genversion.vcxproj delete mode 100644 Mkfiles/vc14/genversion/genversion.vcxproj.filters delete mode 100644 Mkfiles/vc14/genversion/run.bat delete mode 100644 Mkfiles/vc14/genversion/runpre.bat delete mode 100644 Mkfiles/vc14/libyasm-stdint.h delete mode 100644 Mkfiles/vc14/libyasm/libyasm.vcxproj delete mode 100644 Mkfiles/vc14/libyasm/libyasm.vcxproj.filters delete mode 100644 Mkfiles/vc14/modules/modules.vcxproj delete mode 100644 Mkfiles/vc14/modules/modules.vcxproj.filters delete mode 100644 Mkfiles/vc14/out_copy_rename.bat delete mode 100644 Mkfiles/vc14/re2c/re2c.vcxproj delete mode 100644 Mkfiles/vc14/re2c/re2c.vcxproj.filters delete mode 100644 Mkfiles/vc14/re2c/run.bat delete mode 100644 Mkfiles/vc14/readme.vc14.txt delete mode 100644 Mkfiles/vc14/vsyasm.props delete mode 100644 Mkfiles/vc14/vsyasm.targets delete mode 100644 Mkfiles/vc14/vsyasm.vcxproj delete mode 100644 Mkfiles/vc14/vsyasm.xml delete mode 100644 Mkfiles/vc14/yasm.sln delete mode 100644 Mkfiles/vc14/yasm.vcxproj delete mode 100644 Mkfiles/vc14/yasm.vcxproj.filters delete mode 100644 Mkfiles/vc14/ytasm.vcxproj delete mode 100644 Mkfiles/vc15/config.h delete mode 100644 Mkfiles/vc15/crt_secure_no_deprecate.props delete mode 100644 Mkfiles/vc15/crt_secure_no_deprecate.vsprops delete mode 100644 Mkfiles/vc15/genmacro/genmacro.vcxproj delete mode 100644 Mkfiles/vc15/genmacro/genmacro.vcxproj.filters delete mode 100644 Mkfiles/vc15/genmacro/run.bat delete mode 100644 Mkfiles/vc15/genmodule/genmodule.vcxproj delete mode 100644 Mkfiles/vc15/genmodule/genmodule.vcxproj.filters delete mode 100644 Mkfiles/vc15/genmodule/run.bat delete mode 100644 Mkfiles/vc15/genperf/genperf.vcxproj delete mode 100644 Mkfiles/vc15/genperf/genperf.vcxproj.filters delete mode 100644 Mkfiles/vc15/genperf/run.bat delete mode 100644 Mkfiles/vc15/genstring/genstring.vcxproj delete mode 100644 Mkfiles/vc15/genstring/genstring.vcxproj.filters delete mode 100644 Mkfiles/vc15/genstring/run.bat delete mode 100644 Mkfiles/vc15/genversion/genversion.vcxproj delete mode 100644 Mkfiles/vc15/genversion/genversion.vcxproj.filters delete mode 100644 Mkfiles/vc15/genversion/run.bat delete mode 100644 Mkfiles/vc15/genversion/runpre.bat delete mode 100644 Mkfiles/vc15/libyasm-stdint.h delete mode 100644 Mkfiles/vc15/libyasm/libyasm.vcxproj delete mode 100644 Mkfiles/vc15/libyasm/libyasm.vcxproj.filters delete mode 100644 Mkfiles/vc15/modules/modules.vcxproj delete mode 100644 Mkfiles/vc15/modules/modules.vcxproj.filters delete mode 100644 Mkfiles/vc15/out_copy_rename.bat delete mode 100644 Mkfiles/vc15/re2c/re2c.vcxproj delete mode 100644 Mkfiles/vc15/re2c/re2c.vcxproj.filters delete mode 100644 Mkfiles/vc15/re2c/run.bat delete mode 100644 Mkfiles/vc15/readme.vc14.txt delete mode 100644 Mkfiles/vc15/vsyasm.props delete mode 100644 Mkfiles/vc15/vsyasm.targets delete mode 100644 Mkfiles/vc15/vsyasm.vcxproj delete mode 100644 Mkfiles/vc15/vsyasm.xml delete mode 100644 Mkfiles/vc15/yasm.sln delete mode 100644 Mkfiles/vc15/yasm.vcxproj delete mode 100644 Mkfiles/vc15/yasm.vcxproj.filters delete mode 100644 Mkfiles/vc15/ytasm.vcxproj delete mode 100644 Mkfiles/vc9/config.h delete mode 100644 Mkfiles/vc9/crt_secure_no_deprecate.vsprops delete mode 100644 Mkfiles/vc9/genmacro/genmacro.vcproj delete mode 100644 Mkfiles/vc9/genmacro/run.bat delete mode 100644 Mkfiles/vc9/genmodule/genmodule.vcproj delete mode 100644 Mkfiles/vc9/genmodule/run.bat delete mode 100644 Mkfiles/vc9/genperf/genperf.vcproj delete mode 100644 Mkfiles/vc9/genperf/run.bat delete mode 100644 Mkfiles/vc9/genstring/genstring.vcproj delete mode 100644 Mkfiles/vc9/genstring/run.bat delete mode 100644 Mkfiles/vc9/genversion/genversion.vcproj delete mode 100644 Mkfiles/vc9/genversion/run.bat delete mode 100644 Mkfiles/vc9/genversion/runpre.bat delete mode 100644 Mkfiles/vc9/libyasm-stdint.h delete mode 100644 Mkfiles/vc9/libyasm/libyasm.vcproj delete mode 100644 Mkfiles/vc9/modules/modules.vcproj delete mode 100644 Mkfiles/vc9/re2c/re2c.vcproj delete mode 100644 Mkfiles/vc9/re2c/run.bat delete mode 100644 Mkfiles/vc9/readme.vc9.txt delete mode 100644 Mkfiles/vc9/vc98_swap.py delete mode 100644 Mkfiles/vc9/vsyasm.vcproj delete mode 100644 Mkfiles/vc9/yasm.rules delete mode 100644 Mkfiles/vc9/yasm.sln delete mode 100644 Mkfiles/vc9/yasm.vcproj delete mode 100644 Mkfiles/vc9/ytasm.vcproj delete mode 100644 Mkfiles/vs/config.h delete mode 100644 Mkfiles/vs/crt_secure_no_deprecate.props delete mode 100644 Mkfiles/vs/crt_secure_no_deprecate.vsprops delete mode 100644 Mkfiles/vs/genmacro/genmacro.vcxproj delete mode 100644 Mkfiles/vs/genmacro/genmacro.vcxproj.filters delete mode 100644 Mkfiles/vs/genmacro/run.bat delete mode 100644 Mkfiles/vs/genmodule/genmodule.vcxproj delete mode 100644 Mkfiles/vs/genmodule/genmodule.vcxproj.filters delete mode 100644 Mkfiles/vs/genmodule/run.bat delete mode 100644 Mkfiles/vs/genperf/genperf.vcxproj delete mode 100644 Mkfiles/vs/genperf/genperf.vcxproj.filters delete mode 100644 Mkfiles/vs/genperf/run.bat delete mode 100644 Mkfiles/vs/genstring/genstring.vcxproj delete mode 100644 Mkfiles/vs/genstring/genstring.vcxproj.filters delete mode 100644 Mkfiles/vs/genstring/run.bat delete mode 100644 Mkfiles/vs/genversion/genversion.vcxproj delete mode 100644 Mkfiles/vs/genversion/genversion.vcxproj.filters delete mode 100644 Mkfiles/vs/genversion/run.bat delete mode 100644 Mkfiles/vs/genversion/runpre.bat delete mode 100644 Mkfiles/vs/libyasm-stdint.h delete mode 100644 Mkfiles/vs/libyasm/libyasm.vcxproj delete mode 100644 Mkfiles/vs/libyasm/libyasm.vcxproj.filters delete mode 100644 Mkfiles/vs/modules/modules.vcxproj delete mode 100644 Mkfiles/vs/modules/modules.vcxproj.filters delete mode 100644 Mkfiles/vs/out_copy_rename.bat delete mode 100644 Mkfiles/vs/re2c/re2c.vcxproj delete mode 100644 Mkfiles/vs/re2c/re2c.vcxproj.filters delete mode 100644 Mkfiles/vs/re2c/run.bat delete mode 100644 Mkfiles/vs/readme.vs.txt delete mode 100644 Mkfiles/vs/vsyasm.props delete mode 100644 Mkfiles/vs/vsyasm.targets delete mode 100644 Mkfiles/vs/vsyasm.vcxproj delete mode 100644 Mkfiles/vs/vsyasm.xml delete mode 100644 Mkfiles/vs/yasm.sln delete mode 100644 Mkfiles/vs/yasm.vcxproj delete mode 100644 Mkfiles/vs/yasm.vcxproj.filters delete mode 100644 Mkfiles/vs/ytasm.vcxproj diff --git a/Makefile.am b/Makefile.am index b1524aa9..d955a229 100644 --- a/Makefile.am +++ b/Makefile.am @@ -119,83 +119,6 @@ EXTRA_DIST += Mkfiles/Makefile.flat EXTRA_DIST += Mkfiles/Makefile.dj EXTRA_DIST += Mkfiles/dj/config.h EXTRA_DIST += Mkfiles/dj/libyasm-stdint.h -EXTRA_DIST += Mkfiles/vc9/config.h -EXTRA_DIST += Mkfiles/vc9/crt_secure_no_deprecate.vsprops -EXTRA_DIST += Mkfiles/vc9/libyasm-stdint.h -EXTRA_DIST += Mkfiles/vc9/readme.vc9.txt -EXTRA_DIST += Mkfiles/vc9/vc98_swap.py -EXTRA_DIST += Mkfiles/vc9/vsyasm.vcproj -EXTRA_DIST += Mkfiles/vc9/yasm.sln -EXTRA_DIST += Mkfiles/vc9/yasm.vcproj -EXTRA_DIST += Mkfiles/vc9/ytasm.vcproj -EXTRA_DIST += Mkfiles/vc9/yasm.rules -EXTRA_DIST += Mkfiles/vc9/genmacro/genmacro.vcproj -EXTRA_DIST += Mkfiles/vc9/genmacro/run.bat -EXTRA_DIST += Mkfiles/vc9/genmodule/genmodule.vcproj -EXTRA_DIST += Mkfiles/vc9/genmodule/run.bat -EXTRA_DIST += Mkfiles/vc9/genperf/genperf.vcproj -EXTRA_DIST += Mkfiles/vc9/genperf/run.bat -EXTRA_DIST += Mkfiles/vc9/genstring/genstring.vcproj -EXTRA_DIST += Mkfiles/vc9/genstring/run.bat -EXTRA_DIST += Mkfiles/vc9/genversion/genversion.vcproj -EXTRA_DIST += Mkfiles/vc9/genversion/run.bat -EXTRA_DIST += Mkfiles/vc9/libyasm/libyasm.vcproj -EXTRA_DIST += Mkfiles/vc9/modules/modules.vcproj -EXTRA_DIST += Mkfiles/vc9/re2c/re2c.vcproj -EXTRA_DIST += Mkfiles/vc9/re2c/run.bat -EXTRA_DIST += Mkfiles/vc10/config.h -EXTRA_DIST += Mkfiles/vc10/crt_secure_no_deprecate.props -EXTRA_DIST += Mkfiles/vc10/crt_secure_no_deprecate.vsprops -EXTRA_DIST += Mkfiles/vc10/libyasm-stdint.h -EXTRA_DIST += Mkfiles/vc10/out_copy_rename.bat -EXTRA_DIST += Mkfiles/vc10/readme.vc10.txt -EXTRA_DIST += Mkfiles/vc10/vsyasm.props -EXTRA_DIST += Mkfiles/vc10/vsyasm.targets -EXTRA_DIST += Mkfiles/vc10/vsyasm.vcxproj -EXTRA_DIST += Mkfiles/vc10/vsyasm.xml -EXTRA_DIST += Mkfiles/vc10/yasm.sln -EXTRA_DIST += Mkfiles/vc10/yasm.vcxproj -EXTRA_DIST += Mkfiles/vc10/yasm.vcxproj.filters -EXTRA_DIST += Mkfiles/vc10/ytasm.vcxproj -EXTRA_DIST += Mkfiles/vc10/genmacro/genmacro.vcxproj -EXTRA_DIST += Mkfiles/vc10/genmacro/genmacro.vcxproj.filters -EXTRA_DIST += Mkfiles/vc10/genmacro/run.bat -EXTRA_DIST += Mkfiles/vc10/genmodule/genmodule.vcxproj -EXTRA_DIST += Mkfiles/vc10/genmodule/genmodule.vcxproj.filters -EXTRA_DIST += Mkfiles/vc10/genmodule/run.bat -EXTRA_DIST += Mkfiles/vc10/genperf/genperf.vcxproj -EXTRA_DIST += Mkfiles/vc10/genperf/genperf.vcxproj.filters -EXTRA_DIST += Mkfiles/vc10/genperf/run.bat -EXTRA_DIST += Mkfiles/vc10/genstring/genstring.vcxproj -EXTRA_DIST += Mkfiles/vc10/genstring/genstring.vcxproj.filters -EXTRA_DIST += Mkfiles/vc10/genstring/run.bat -EXTRA_DIST += Mkfiles/vc10/genversion/genversion.vcxproj -EXTRA_DIST += Mkfiles/vc10/genversion/genversion.vcxproj.filters -EXTRA_DIST += Mkfiles/vc10/genversion/run.bat -EXTRA_DIST += Mkfiles/vc10/libyasm/libyasm.vcxproj -EXTRA_DIST += Mkfiles/vc10/libyasm/libyasm.vcxproj.filters -EXTRA_DIST += Mkfiles/vc10/modules/modules.vcxproj -EXTRA_DIST += Mkfiles/vc10/modules/modules.vcxproj.filters -EXTRA_DIST += Mkfiles/vc10/re2c/re2c.vcxproj -EXTRA_DIST += Mkfiles/vc10/re2c/re2c.vcxproj.filters -EXTRA_DIST += Mkfiles/vc10/re2c/run.bat -EXTRA_DIST += Mkfiles/vc12/config.h -EXTRA_DIST += Mkfiles/vc12/crt_secure_no_deprecate.props -EXTRA_DIST += Mkfiles/vc12/crt_secure_no_deprecate.vsprops -EXTRA_DIST += Mkfiles/vc12/libyasm/libyasm.vcxproj -EXTRA_DIST += Mkfiles/vc12/libyasm/libyasm.vcxproj.filters -EXTRA_DIST += Mkfiles/vc12/modules/modules.vcxproj -EXTRA_DIST += Mkfiles/vc12/modules/modules.vcxproj.filters -EXTRA_DIST += Mkfiles/vc12/out_copy_rename.bat -EXTRA_DIST += Mkfiles/vc12/readme.vc12.txt -EXTRA_DIST += Mkfiles/vc12/vsyasm.props -EXTRA_DIST += Mkfiles/vc12/vsyasm.targets -EXTRA_DIST += Mkfiles/vc12/vsyasm.vcxproj -EXTRA_DIST += Mkfiles/vc12/vsyasm.xml -EXTRA_DIST += Mkfiles/vc12/yasm.sln -EXTRA_DIST += Mkfiles/vc12/yasm.vcxproj -EXTRA_DIST += Mkfiles/vc12/yasm.vcxproj.filters -EXTRA_DIST += Mkfiles/vc12/ytasm.vcxproj # Until this gets fixed in automake DISTCLEANFILES += libyasm/stamp-h libyasm/stamp-h[0-9]* @@ -203,9 +126,6 @@ DISTCLEANFILES += libyasm/stamp-h libyasm/stamp-h[0-9]* dist-hook: YASM-VERSION-FILE YASM-VERSION.h cp YASM-VERSION-FILE $(distdir)/version cp YASM-VERSION.h $(distdir)/Mkfiles/dj/ - cp YASM-VERSION.h $(distdir)/Mkfiles/vc9/ - cp YASM-VERSION.h $(distdir)/Mkfiles/vc10/ - cp YASM-VERSION.h $(distdir)/Mkfiles/vc12/ YASM-VERSION-FILE: $(top_srcdir)/YASM-VERSION-GEN.sh $(top_srcdir)/YASM-VERSION-GEN.sh diff --git a/Mkfiles/nightly-build.pl b/Mkfiles/nightly-build.pl deleted file mode 100644 index 0a029d92..00000000 --- a/Mkfiles/nightly-build.pl +++ /dev/null @@ -1,47 +0,0 @@ -#!/usr/bin/perl -use POSIX qw(strftime); - -$|++; - -my $version = '0.0.1'; -my $todaydate = strftime "%Y%m%d", localtime; -my $snapshot_dir = "/home/yasm/public_html/snapshots/$todaydate"; -my $cvs_dir = '/usr/local/cvs2/yasm/chrooted-cvs/cvs'; -my $build_dir = '/home/yasm/build'; - -# Create snapshot directory -system('mkdir', $snapshot_dir); -# Relink "latest" symlink -system('rm', "$snapshot_dir/../latest"); -system('ln', '-s', $snapshot_dir, "$snapshot_dir/../latest"); -system('rm', "$snapshot_dir/../../latest"); -system('ln', '-s', $snapshot_dir, "$snapshot_dir/../../latest"); - -# Build CVS tree tarball -chdir("$cvs_dir/..") || die "Could not change to CVS directory"; -system('tar', '-czf', "$snapshot_dir/yasm-cvstree.tar.gz", 'cvs') == 0 - or die "CVS tree tarball build failed: $?."; - -# Build CVS checkout tarball -chdir($build_dir) || die "Could not change to build directory"; -system('chmod', '-R', 'u+w', 'yasm') == 0 - or die "Could not chmod old CVS checkout directory: $?."; -system('rm', '-Rf', 'yasm') == 0 - or die "Could not remove old CVS checkout directory: $?."; -system('mkdir', 'yasm') == 0 - or die "Could not create CVS checkout directory: $?."; -chdir('yasm') || die "Could not change to CVS checkout directory."; -system('cvs', '-q', "-d$cvs_dir", 'checkout', '.') == 0 - or die "CVS checkout failed: $?."; -chdir('..'); -system('tar', '-czf', "$snapshot_dir/yasm-cvs.tar.gz", 'yasm') == 0 - or die "CVS checkout tarball build failed: $?."; -chdir('yasm'); - -# Update and build distribution tarball -system("./autogen.sh >$snapshot_dir/autogen-log.txt 2>$snapshot_dir/autogen-errwarn.txt") == 0 - or die "autogen.sh failed: $?."; -system("gmake distcheck >$snapshot_dir/make-log.txt 2>$snapshot_dir/make-errwarn.txt") == 0 - or die "build failed: $?."; -system("cp *.tar.gz $snapshot_dir/") == 0 - or die "dist tarball copy failed."; diff --git a/Mkfiles/vc10/config.h b/Mkfiles/vc10/config.h deleted file mode 100644 index efb7cbe4..00000000 --- a/Mkfiles/vc10/config.h +++ /dev/null @@ -1,170 +0,0 @@ -#include "YASM-VERSION.h" -#define yasm__splitpath(path, tail) yasm__splitpath_win(path, tail) -#define yasm__abspath(path) yasm__abspath_win(path) -#define yasm__combpath(from, to) yasm__combpath_win(from, to) - -/* Command name to run C preprocessor */ -#define CPP_PROG "cpp" - -/* */ -/* #undef ENABLE_NLS */ - -/* Define if you have the `abort' function. */ -#define HAVE_ABORT 1 - -/* */ -/* #undef HAVE_CATGETS */ - -/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the - CoreFoundation framework. */ -/* #undef HAVE_CFLOCALECOPYCURRENT */ - -/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in - the CoreFoundation framework. */ -/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ - -/* Define if the GNU dcgettext() function is already present or preinstalled. - */ -/* #undef HAVE_DCGETTEXT */ - -/* Define to 1 if you have the header file. */ -#define HAVE_DIRECT_H 1 - -/* Define to 1 if you have the `getcwd' function. */ -#define HAVE_GETCWD 1 - -/* */ -/* #undef HAVE_GETTEXT */ - -/* Define if you have the GNU C Library */ -/* #undef HAVE_GNU_C_LIBRARY */ - -/* Define if you have the iconv() function. */ -/* #undef HAVE_ICONV */ - -/* Define if you have the header file. */ -/* #undef HAVE_INTTYPES_H */ - -/* */ -/* #undef HAVE_LC_MESSAGES */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_LIBGEN_H */ - -/* Define if you have the header file. */ -/* #undef HAVE_MEMORY_H */ - -/* Define if you have the `mergesort' function. */ -/* #undef HAVE_MERGESORT */ - -/* Define to 1 if you have the `popen' function. */ -/* #undef HAVE_POPEN */ - -/* Define if you have the header file. */ -/* #undef HAVE_STDINT_H */ - -/* Define if you have the header file. */ -#define HAVE_STDLIB_H 1 - -/* */ -/* #undef HAVE_STPCPY */ - -/* Define if you have the `strcasecmp' function. */ -/* #undef HAVE_STRCASECMP */ - -/* Define if you have the `strcmpi' function. */ -/* #undef HAVE_STRCMPI */ - -/* Define if you have the `stricmp' function. */ -/* #undefine HAVE_STRICMP */ - -/* Define if you have the header file. */ -/* #undef HAVE_STRINGS_H */ - -/* Define if you have the header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the `strncasecmp' function. */ -/* #undef HAVE_STRNCASECMP */ - -/* Define if you have the `strsep' function. */ -/* #undef HAVE_STRSEP */ - -/* Define if you have the header file. */ -/* #undef HAVE_SYS_STAT_H */ - -/* Define if you have the header file. */ -#define HAVE_SYS_TYPES_H 1 - -/* Define if you have the `toascii' function. */ -#define HAVE_TOASCII 1 -#define toascii __toascii - -/* Define if you have the header file. */ -/* #undef HAVE_UNISTD_H */ - -/* Define to 1 if you have the `vsnprintf' function. */ -/* #undef HAVE_VSNPRINTF */ - -/* Define to 1 if you have the `_stricmp' function. */ -#define HAVE__STRICMP 1 - -/* Name of package */ -#define PACKAGE "yasm" - -/* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "bug-yasm@tortall.net" - -/* Define to the full name of this package. */ -#define PACKAGE_NAME "yasm" - -/* Define to the full name and version of this package. */ -/*#define PACKAGE_STRING "yasm HEAD"*/ - -/* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "yasm" - -/* Define to the version of this package. */ -/*#define PACKAGE_VERSION "HEAD"*/ - -/* Define if the C compiler supports function prototypes. */ -#define PROTOTYPES 1 - -/* The size of a `char', as computed by sizeof. */ -/* #undef SIZEOF_CHAR */ - -/* The size of a `int', as computed by sizeof. */ -/* #undef SIZEOF_INT */ - -/* The size of a `long', as computed by sizeof. */ -/* #undef SIZEOF_LONG */ - -/* The size of a `short', as computed by sizeof. */ -/* #undef SIZEOF_SHORT */ - -/* The size of a `void*', as computed by sizeof. */ -/* #undef SIZEOF_VOIDP */ - -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Version number of package */ -#define VERSION "HEAD" - -/* Define if using the dmalloc debugging malloc package */ -/* #undef WITH_DMALLOC */ - -/* Define like PROTOTYPES; this can be used by system headers. */ -#define __PROTOTYPES 1 - -/* Define to empty if `const' does not conform to ANSI C. */ -/* #undef const */ - -/* Define as `__inline' if that's what the C compiler calls it, or to nothing - if it is not supported. */ -#ifndef __cplusplus -/* #undef inline */ -#endif - -/* Define to `unsigned' if doesn't define. */ -/* #undef size_t */ diff --git a/Mkfiles/vc10/crt_secure_no_deprecate.props b/Mkfiles/vc10/crt_secure_no_deprecate.props deleted file mode 100644 index 16e9f0d0..00000000 --- a/Mkfiles/vc10/crt_secure_no_deprecate.props +++ /dev/null @@ -1,11 +0,0 @@ - - - - <_ProjectFileVersion>10.0.21006.1 - - - - _CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - - - \ No newline at end of file diff --git a/Mkfiles/vc10/crt_secure_no_deprecate.vsprops b/Mkfiles/vc10/crt_secure_no_deprecate.vsprops deleted file mode 100644 index d61ba30a..00000000 --- a/Mkfiles/vc10/crt_secure_no_deprecate.vsprops +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/Mkfiles/vc10/genmacro/genmacro.vcxproj b/Mkfiles/vc10/genmacro/genmacro.vcxproj deleted file mode 100644 index 15cf1693..00000000 --- a/Mkfiles/vc10/genmacro/genmacro.vcxproj +++ /dev/null @@ -1,117 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {225700A5-07B8-434E-AD61-555278BF6733} - genmacro - Win32Proj - - - - Application - MultiByte - - - Application - MultiByte - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - - - - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genmacro.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Full - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genmacro.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - - - - - - - {b545983b-8ee0-4a7b-a67a-e749eeae62a2} - false - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc10/genmacro/genmacro.vcxproj.filters b/Mkfiles/vc10/genmacro/genmacro.vcxproj.filters deleted file mode 100644 index b9d110e6..00000000 --- a/Mkfiles/vc10/genmacro/genmacro.vcxproj.filters +++ /dev/null @@ -1,17 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Source Files - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc10/genmacro/run.bat b/Mkfiles/vc10/genmacro/run.bat deleted file mode 100644 index d2fbb98c..00000000 --- a/Mkfiles/vc10/genmacro/run.bat +++ /dev/null @@ -1,5 +0,0 @@ -cd ..\..\.. -%1 nasm-version.c nasm_version_mac version.mac -%1 nasm-macros.c nasm_standard_mac modules\parsers\nasm\nasm-std.mac -%1 win64-nasm.c win64_nasm_stdmac modules\objfmts\coff\win64-nasm.mac -%1 win64-gas.c win64_gas_stdmac modules\objfmts\coff\win64-gas.mac diff --git a/Mkfiles/vc10/genmodule/genmodule.vcxproj b/Mkfiles/vc10/genmodule/genmodule.vcxproj deleted file mode 100644 index eca6ce85..00000000 --- a/Mkfiles/vc10/genmodule/genmodule.vcxproj +++ /dev/null @@ -1,118 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0} - genmodule - Win32Proj - - - - Application - MultiByte - - - Application - MultiByte - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - - - - Disabled - %(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;FILTERMODE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genmodule.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Full - %(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;FILTERMODE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - $(IntDir) - Level3 - Default - - - $(OutDir)genmodule.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc10/genmodule/genmodule.vcxproj.filters b/Mkfiles/vc10/genmodule/genmodule.vcxproj.filters deleted file mode 100644 index e9777360..00000000 --- a/Mkfiles/vc10/genmodule/genmodule.vcxproj.filters +++ /dev/null @@ -1,20 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Source Files - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc10/genmodule/run.bat b/Mkfiles/vc10/genmodule/run.bat deleted file mode 100644 index e34a4169..00000000 --- a/Mkfiles/vc10/genmodule/run.bat +++ /dev/null @@ -1,3 +0,0 @@ -@echo off -cd ..\..\.. -%1 libyasm\module.in Makefile.am diff --git a/Mkfiles/vc10/genperf/genperf.vcxproj b/Mkfiles/vc10/genperf/genperf.vcxproj deleted file mode 100644 index 9d14bf53..00000000 --- a/Mkfiles/vc10/genperf/genperf.vcxproj +++ /dev/null @@ -1,144 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619} - genperf - Win32Proj - - - - Application - MultiByte - - - Application - MultiByte - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - false - false - false - false - - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;STDC_HEADERS;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genperf.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX86 - - - - - - - run.bat "$(TargetPath)" - - - x86insn_nasm.c;x86insn_gas.c;x86cpu.c;x86regtmod.c;%(Outputs) - - - - - Full - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;STDC_HEADERS;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genperf.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - MachineX86 - - - - - - - run.bat "$(TargetPath)" - - - x86insn_nasm.c;x86insn_gas.c;x86cpu.c;x86regtmod.c;%(Outputs) - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc10/genperf/genperf.vcxproj.filters b/Mkfiles/vc10/genperf/genperf.vcxproj.filters deleted file mode 100644 index f45157d9..00000000 --- a/Mkfiles/vc10/genperf/genperf.vcxproj.filters +++ /dev/null @@ -1,56 +0,0 @@ - - - - - {3C1E9AA8-6338-4CED-99F1-BEBA80607BD5} - h;hpp;hxx;hm;inl;inc;xsd - - - {1062695D-1C50-4068-8313-73A409885BC1} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc10/genperf/run.bat b/Mkfiles/vc10/genperf/run.bat deleted file mode 100644 index 664e59ae..00000000 --- a/Mkfiles/vc10/genperf/run.bat +++ /dev/null @@ -1,39 +0,0 @@ -cd ..\..\.. -@echo off - -for /f "usebackq tokens=1*" %%f in (`reg query HKCR\Applications\python.exe\shell\open\command 2^>NUL`) do (set _my_=%%f %%g) -goto try1%errorlevel% - -:try10 -goto ok - -:try11 -for /f "usebackq tokens=1*" %%f in (`reg query HKCR\Python.File\shell\open\command 2^>NUL`) do (set _my_=%%f %%g) -goto try2%errorlevel% - -:try20: -goto ok - -:try21: -echo Building without Python ... -goto therest - -:ok -echo Building with Python ... -set _res_=%_my_:*REG_SZ=% -set _end_=%_res_:*exe"=% -call set _python_=%%_res_:%_end_%=%% -call %_python_% modules\arch\x86\gen_x86_insn.py - -:therest -@echo on -call :update %1 x86insn_nasm.gperf x86insn_nasm.c -call :update %1 x86insn_gas.gperf x86insn_gas.c -call :update %1 modules\arch\x86\x86cpu.gperf x86cpu.c -call :update %1 modules\arch\x86\x86regtmod.gperf x86regtmod.c -goto :eof - -:update -%1 %2 tf -call mkfiles\vc10\out_copy_rename tf .\ %3 -del tf diff --git a/Mkfiles/vc10/genstring/genstring.vcxproj b/Mkfiles/vc10/genstring/genstring.vcxproj deleted file mode 100644 index 118ec80c..00000000 --- a/Mkfiles/vc10/genstring/genstring.vcxproj +++ /dev/null @@ -1,111 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {021CEB0A-F721-4F59-B349-9CEEAF244459} - genstring - Win32Proj - - - - Application - MultiByte - - - Application - MultiByte - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - - - - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genstring.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Full - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genstring.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc10/genstring/genstring.vcxproj.filters b/Mkfiles/vc10/genstring/genstring.vcxproj.filters deleted file mode 100644 index 4ec3efa3..00000000 --- a/Mkfiles/vc10/genstring/genstring.vcxproj.filters +++ /dev/null @@ -1,17 +0,0 @@ - - - - - {28EBE11C-5BE8-4935-9381-F57696749E0C} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Source Files - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc10/genstring/run.bat b/Mkfiles/vc10/genstring/run.bat deleted file mode 100644 index 5864b1dc..00000000 --- a/Mkfiles/vc10/genstring/run.bat +++ /dev/null @@ -1,2 +0,0 @@ -cd ..\..\.. -%1 license_msg license.c COPYING diff --git a/Mkfiles/vc10/genversion/genversion.vcxproj b/Mkfiles/vc10/genversion/genversion.vcxproj deleted file mode 100644 index 24526587..00000000 --- a/Mkfiles/vc10/genversion/genversion.vcxproj +++ /dev/null @@ -1,126 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2} - genversion - Win32Proj - - - - Application - MultiByte - - - Application - MultiByte - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - - - - Disabled - ..\..\vc10;..\..\..\;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genversion.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - cd ..\..\..\ -YASM-VERSION-GEN.bat - - - - - - Full - ..\..\vc10;..\..\..\;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genversion.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - cd ..\..\..\ -YASM-VERSION-GEN.bat - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc10/genversion/genversion.vcxproj.filters b/Mkfiles/vc10/genversion/genversion.vcxproj.filters deleted file mode 100644 index a5fd059a..00000000 --- a/Mkfiles/vc10/genversion/genversion.vcxproj.filters +++ /dev/null @@ -1,26 +0,0 @@ - - - - - {2acbec3a-0ed8-4b2e-826e-a84c7d35f205} - h;hpp;hxx;hm;inl - - - {E67ED277-E4F2-4D79-8C9E-962BAC164F3F} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Source Files - - - - - Header Files - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc10/genversion/run.bat b/Mkfiles/vc10/genversion/run.bat deleted file mode 100644 index 30edf8f1..00000000 --- a/Mkfiles/vc10/genversion/run.bat +++ /dev/null @@ -1,2 +0,0 @@ -cd ..\..\.. -%1 version.mac diff --git a/Mkfiles/vc10/genversion/runpre.bat b/Mkfiles/vc10/genversion/runpre.bat deleted file mode 100644 index fdd15708..00000000 --- a/Mkfiles/vc10/genversion/runpre.bat +++ /dev/null @@ -1,2 +0,0 @@ -cd ..\..\.. -YASM-VERSION-GEN.bat diff --git a/Mkfiles/vc10/libyasm-stdint.h b/Mkfiles/vc10/libyasm-stdint.h deleted file mode 100644 index fed61b33..00000000 --- a/Mkfiles/vc10/libyasm-stdint.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef _UINTPTR_T_DEFINED -#ifdef _WIN64 -#include -#else -typedef unsigned long uintptr_t; -#endif -#define _UINTPTR_T_DEFINED -#endif diff --git a/Mkfiles/vc10/libyasm/libyasm.vcxproj b/Mkfiles/vc10/libyasm/libyasm.vcxproj deleted file mode 100644 index 1498e312..00000000 --- a/Mkfiles/vc10/libyasm/libyasm.vcxproj +++ /dev/null @@ -1,273 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {29FE7874-1256-4AD6-B889-68E399DC9608} - libyasm - - - - StaticLibrary - false - MultiByte - - - StaticLibrary - false - MultiByte - - - StaticLibrary - false - MultiByte - - - StaticLibrary - false - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - - - - Full - Default - ..;../../..;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)libyasm.lib - true - - - - - X64 - - - Full - Default - ..;../../..;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;WIN64;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)libyasm.lib - true - - - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)libyasm.lib - true - - - - - X64 - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;WIN64;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)libyasm.lib - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {f0e8b707-00c5-4ff2-b8ef-7c39817132a0} - false - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc10/libyasm/libyasm.vcxproj.filters b/Mkfiles/vc10/libyasm/libyasm.vcxproj.filters deleted file mode 100644 index d1ee2793..00000000 --- a/Mkfiles/vc10/libyasm/libyasm.vcxproj.filters +++ /dev/null @@ -1,200 +0,0 @@ - - - - - {4ca3b698-9d01-4e4e-ae00-5c98da045efe} - h;hpp;hxx;hm;inl - - - {68607062-982d-4251-9a1a-30f76474983d} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Source Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc10/modules/modules.vcxproj b/Mkfiles/vc10/modules/modules.vcxproj deleted file mode 100644 index 070e923f..00000000 --- a/Mkfiles/vc10/modules/modules.vcxproj +++ /dev/null @@ -1,320 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6} - modules - - - - StaticLibrary - false - MultiByte - - - StaticLibrary - false - MultiByte - - - StaticLibrary - false - MultiByte - - - StaticLibrary - false - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - - - - Full - Default - ..;../../..;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)modules.lib - true - - - - - - - - - X64 - - - Full - Default - ..;../../..;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;WIN64;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)modules.lib - true - - - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)modules.lib - true - - - - - X64 - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;WIN64;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)modules.lib - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {225700a5-07b8-434e-ad61-555278bf6733} - false - - - {c45a8b59-8b59-4d5d-a8e8-fb090f8dd619} - false - - - {29fe7874-1256-4ad6-b889-68e399dc9608} - false - - - {3c58be13-50a3-4583-984d-d8902b3d7713} - false - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc10/modules/modules.vcxproj.filters b/Mkfiles/vc10/modules/modules.vcxproj.filters deleted file mode 100644 index b7912bda..00000000 --- a/Mkfiles/vc10/modules/modules.vcxproj.filters +++ /dev/null @@ -1,256 +0,0 @@ - - - - - {39c89f91-d860-4396-a49f-86b8b7a51c33} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {be0cdf28-cbed-4774-b3cc-b63e4e3fa0a9} - - - {491cc60a-889b-4f53-aae9-f4d7d6aa667a} - - - {c084015d-3c3e-4379-8746-ae5cffcec79e} - - - {3333e0b3-e95f-44f6-9000-58d4da368360} - - - {528f2955-ceba-4691-a36c-054f119e3dcc} - - - {81686d52-eb71-4d4a-a830-66c45afb808f} - - - {98fe1e43-3794-4639-bf29-14b0c569754f} - - - {6b3956d4-0bff-4e8e-af61-a7e59b476fa4} - - - {446fad62-ac17-49e9-8263-33481f04f182} - - - {33fb7fc8-61f9-428d-9c94-7a4912fbb678} - - - {48fc77ec-7d78-4c0a-bfc2-9aa76faf5d7f} - - - - - Source Files\parsers - - - Source Files\arch - - - Source Files\arch - - - Source Files\arch - - - Source Files\arch - - - Source Files\arch - - - Source Files\arch - - - Source Files\arch - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\listfmts\nasm - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\parsers - - - Source Files\parsers - - - Source Files\parsers - - - Source Files\parsers - - - Source Files\parsers - - - Source Files\preprocs\cpp - - - Source Files\preprocs\gas - - - Source Files\preprocs\gas - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - Source Files\preprocs\raw - - - Source Files\parsers - - - Source Files\arch - - - Source Files\arch - - - Source Files\objfmts - - - - - Source Files\arch - - - Source Files\arch - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\parsers - - - Source Files\parsers - - - Source Files\preprocs\gas - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc10/out_copy_rename.bat b/Mkfiles/vc10/out_copy_rename.bat deleted file mode 100644 index 349ee330..00000000 --- a/Mkfiles/vc10/out_copy_rename.bat +++ /dev/null @@ -1,42 +0,0 @@ -@echo off -if not exist %1 goto nofile -if exist %2 goto copy - -echo creating directory %2 -md %2 > nul - -:copy -set str=%2 -for /f "useback tokens=*" %%a in ('%str%') do set str=%%~a -set str=%str:~-1% -if %str% == "\" goto hasbackslash - -if not exist %2\%3 goto cpy -fc %1 %2\%3 > nul && if not %errorlevel 1 goto exit -echo overwriting %2\%3 with %1 -copy %1 %2\%3 > nul -goto exit - -:cpy -echo copying %1 to %2\%3 -copy %1 %2\%3 > nul -goto exit - -:hasbackslash -if not exist %2%3 goto cpy2 -fc %1 %2%3 > nul && if not %errorlevel 1 goto exit -echo overwriting %2%3 with %1 -copy %1 %2%3 > nul -goto exit - -:cpy2 -echo copying %1 to %2%3 -copy %1 %2%3 > nul -goto exit - -:nofile -echo %1 not found - -:exit - - diff --git a/Mkfiles/vc10/re2c/re2c.vcxproj b/Mkfiles/vc10/re2c/re2c.vcxproj deleted file mode 100644 index fb50f146..00000000 --- a/Mkfiles/vc10/re2c/re2c.vcxproj +++ /dev/null @@ -1,134 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {3C58BE13-50A3-4583-984D-D8902B3D7713} - re2c - Win32Proj - - - - Application - MultiByte - - - Application - MultiByte - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - Default - ProgramDatabase - - - $(OutDir)re2c.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Full - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)re2c.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc10/re2c/re2c.vcxproj.filters b/Mkfiles/vc10/re2c/re2c.vcxproj.filters deleted file mode 100644 index 426ee6eb..00000000 --- a/Mkfiles/vc10/re2c/re2c.vcxproj.filters +++ /dev/null @@ -1,80 +0,0 @@ - - - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc10/re2c/run.bat b/Mkfiles/vc10/re2c/run.bat deleted file mode 100644 index cde2a7b6..00000000 --- a/Mkfiles/vc10/re2c/run.bat +++ /dev/null @@ -1,4 +0,0 @@ -cd ..\..\..\ -%1 -s -o lc3bid.c modules\arch\lc3b\lc3bid.re -%1 -b -o nasm-token.c modules\parsers\nasm\nasm-token.re -%1 -b -o gas-token.c modules\parsers\gas\gas-token.re diff --git a/Mkfiles/vc10/readme.vc10.txt b/Mkfiles/vc10/readme.vc10.txt deleted file mode 100644 index 0182520b..00000000 --- a/Mkfiles/vc10/readme.vc10.txt +++ /dev/null @@ -1,119 +0,0 @@ -Building YASM with Microsoft Visual Studio 2010 (C/C++ v10) ------------------------------------------------------------ - -This note describes how to build YASM using Microsoft Visual -Studio 2010 (C/C++ v10). - -1. The Compiler ---------------- - -If you want to build the 64-bit version of YASM you will need -to install the Visual Studio 2010 64-bit tools, which may not -be installed by default. If using Visual C++ Express 2010, -you will need to install the Windows SDK to obtain the 64-bit -build tools. - -2. YASM Download ----------------- - -First YASM needs to be downloaded and the files placed within -a suitable directory, which will be called here but can -be named and located as you wish. - -3. Building YASM with Microsoft 2010 (VC10) -------------------------------------------- - -Now locate and double click on the yasm.sln solution file in -the 'Mkfiles/vc10' subdirectory to open the build project in -the Visual Studio 2010 IDE and then select: - - win32 or x64 build - release or debug build - -as appropriate to build the YASM binaries that you need. - -4. Using YASM with Visual Sudio 2010 and VC++ version 10 --------------------------------------------------------- - -The YASM version vsyasm.exe is designed specifically for use -with Visual Studio 2010. To tell Visual Studio where to find -vsyasm.exe, the environment variable YASMPATH can be set to -the absolute path of the directory in which vsyasm.exe is -located (this path should include the final backslash). - -Alternatively you can find the directory (or directories) -where the VC++ compiler binaries are located and put copies -of the vsyasm.exe binary in these directories. The typical -location on 64-bit Windows is: - -C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin - -On 32-bit Windows it is normally at: - -C:\Program Files\Microsoft Visual Studio 10.0\VC\bin - -Depending on your system you can use either the win32 or the -x64 version of vsyasm.exe, which must be named vsyasm.exe. - -To use the new custom tools facility in Visual Studio 2010, you -need to place a copy of three files - yasm.props, yasm.targets -and yasm.xml - into a location where they can be found by the -Visual Studio build customisation processes. There are several -ways to do this: - - a. put these files in the MSBUILD customisation directory, - which is typically at: - - C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\BuildCustomizations - - or: - - C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\BuildCustomizations - - b. put them in a convenient location and set this path in the - 'Build Customisations Search Path' in the Visual Studio - 'Projects and Solutions|VC++ Project Settings' item in - the 'Tools|Options' menu; - - c. put them in a convenient location and set this path in the - 'Build Customisation dialogue (discussed later). - -To use YASM in a project, right click on the project in the Solution -Explorer and select 'Build Customisations..'. This will give you a -dialog box that allows you to select YASM as an assembler (note that -your assembler files need to have the extension '.asm'). If you have -used option c. above, you will need to let the dialogue find them -using the 'Find Existing' button below the dialogue. - -To assemble a file with YASM, select the Property Page for the -file and the select 'Yasm Assembler' in the Tool dialog entry. -Then click 'Apply' and an additional property page entry will -appear and enable YASM settings to be established. - -5. A Linker Issue ------------------ - -There appears to be a linker bug in the VC++ linker that -prevents symbols with absolute addresses being linked in DLL -builds. This means, for example, that LEA instructions of -the general form: - - lea, rax,[rax+symbol] - -cannot be used for DLL builds. The following general form -has to be used instead: - - lea rcx,[symbol wrt rip] - lea rax,[rax+rcx] - -This limitation may also cause problems with other instruction -that use absolute addresses. - -6. Acknowledgements -------------------- - -I am most grateful for the fantastic support that Peter Johnson, -YASM's creator, has given me in tracking down issues in using -YASM for the production of Windows x64 code. - - Brian Gladman, 29th January 2011 diff --git a/Mkfiles/vc10/vsyasm.props b/Mkfiles/vc10/vsyasm.props deleted file mode 100644 index 89476f2e..00000000 --- a/Mkfiles/vc10/vsyasm.props +++ /dev/null @@ -1,27 +0,0 @@ - - - - Midl - CustomBuild - - - _SelectedFiles;$(YASMDependsOn) - - - $(VCInstallDir)bin\ - - - - False - $(IntDir) - 0 - 0 - "$(YasmPath)"vsyasm.exe -Xvc -f $(Platform) [AllOptions] [AdditionalOptions] [Inputs] - %(ObjectFile) - Assembling %(Filename)%(Extension) - false - - - \ No newline at end of file diff --git a/Mkfiles/vc10/vsyasm.targets b/Mkfiles/vc10/vsyasm.targets deleted file mode 100644 index c86180dd..00000000 --- a/Mkfiles/vc10/vsyasm.targets +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - _YASM - - - - $(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml - - - - - - - - @(YASM, '|') - - - - - - - - - $(ComputeLinkInputsTargets); - ComputeYASMOutput; - - - $(ComputeLibInputsTargets); - ComputeYASMOutput; - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc10/vsyasm.vcxproj b/Mkfiles/vc10/vsyasm.vcxproj deleted file mode 100644 index a5ed2604..00000000 --- a/Mkfiles/vc10/vsyasm.vcxproj +++ /dev/null @@ -1,275 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {7FDD85BB-CC86-442B-A425-989B5B296ED5} - vsyasm - - - - Application - false - MultiByte - - - Application - false - MultiByte - - - Application - false - MultiByte - - - Application - false - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)vsyasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)vsyasm.exe - true - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - Default - true - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)vsyasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - OnlyExplicitInline - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)vsyasm.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - true - - - - - - - - - {29fe7874-1256-4ad6-b889-68e399dc9608} - false - - - {d715a3d4-efaa-442e-ad8b-5b4ff64e1dd6} - false - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc10/vsyasm.xml b/Mkfiles/vc10/vsyasm.xml deleted file mode 100644 index 860bce8d..00000000 --- a/Mkfiles/vc10/vsyasm.xml +++ /dev/null @@ -1,283 +0,0 @@ - - - - - - - - - - - - - General - - - - - - Symbols - - - - - - Files - - - - - - Command Line - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Execute Before - - - Specifies the targets for the build customization to run before. - - - - - - - - - - - - Execute After - - - Specifies the targets for the build customization to run after. - - - - - - - - - - - - - - - - - - Additional Options - - - Additional Options - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc10/yasm.sln b/Mkfiles/vc10/yasm.sln deleted file mode 100644 index 306c7b10..00000000 --- a/Mkfiles/vc10/yasm.sln +++ /dev/null @@ -1,140 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{825AC694-358C-4D8D-92DE-33A2691978CE}" - ProjectSection(SolutionItems) = preProject - crt_secure_no_deprecate.vsprops = crt_secure_no_deprecate.vsprops - readme.vc10.txt = readme.vc10.txt - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libyasm", "libyasm\libyasm.vcxproj", "{29FE7874-1256-4AD6-B889-68E399DC9608}" - ProjectSection(ProjectDependencies) = postProject - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2} = {B545983B-8EE0-4A7B-A67A-E749EEAE62A2} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "modules", "modules\modules.vcxproj", "{D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yasm", "yasm.vcxproj", "{34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genmacro", "genmacro\genmacro.vcxproj", "{225700A5-07B8-434E-AD61-555278BF6733}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genversion", "genversion\genversion.vcxproj", "{B545983B-8EE0-4A7B-A67A-E749EEAE62A2}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "re2c", "re2c\re2c.vcxproj", "{3C58BE13-50A3-4583-984D-D8902B3D7713}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genperf", "genperf\genperf.vcxproj", "{C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genmodule", "genmodule\genmodule.vcxproj", "{F0E8B707-00C5-4FF2-B8EF-7C39817132A0}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genstring", "genstring\genstring.vcxproj", "{021CEB0A-F721-4F59-B349-9CEEAF244459}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ytasm", "ytasm.vcxproj", "{2162937B-0DBD-4450-B45F-DF578D8E7508}" - ProjectSection(ProjectDependencies) = postProject - {021CEB0A-F721-4F59-B349-9CEEAF244459} = {021CEB0A-F721-4F59-B349-9CEEAF244459} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vsyasm", "vsyasm.vcxproj", "{7FDD85BB-CC86-442B-A425-989B5B296ED5}" - ProjectSection(ProjectDependencies) = postProject - {021CEB0A-F721-4F59-B349-9CEEAF244459} = {021CEB0A-F721-4F59-B349-9CEEAF244459} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {29FE7874-1256-4AD6-B889-68E399DC9608}.Debug|Win32.ActiveCfg = Debug|Win32 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Debug|Win32.Build.0 = Debug|Win32 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Debug|x64.ActiveCfg = Debug|x64 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Debug|x64.Build.0 = Debug|x64 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Release|Win32.ActiveCfg = Release|Win32 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Release|Win32.Build.0 = Release|Win32 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Release|x64.ActiveCfg = Release|x64 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Release|x64.Build.0 = Release|x64 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Debug|Win32.ActiveCfg = Debug|Win32 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Debug|Win32.Build.0 = Debug|Win32 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Debug|x64.ActiveCfg = Debug|x64 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Debug|x64.Build.0 = Debug|x64 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Release|Win32.ActiveCfg = Release|Win32 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Release|Win32.Build.0 = Release|Win32 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Release|x64.ActiveCfg = Release|x64 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Release|x64.Build.0 = Release|x64 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Debug|Win32.ActiveCfg = Debug|Win32 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Debug|Win32.Build.0 = Debug|Win32 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Debug|x64.ActiveCfg = Debug|x64 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Debug|x64.Build.0 = Debug|x64 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Release|Win32.ActiveCfg = Release|Win32 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Release|Win32.Build.0 = Release|Win32 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Release|x64.ActiveCfg = Release|x64 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Release|x64.Build.0 = Release|x64 - {225700A5-07B8-434E-AD61-555278BF6733}.Debug|Win32.ActiveCfg = Debug|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Debug|Win32.Build.0 = Debug|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Debug|x64.ActiveCfg = Debug|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Debug|x64.Build.0 = Debug|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Release|Win32.ActiveCfg = Release|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Release|Win32.Build.0 = Release|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Release|x64.ActiveCfg = Release|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Release|x64.Build.0 = Release|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Debug|Win32.ActiveCfg = Debug|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Debug|Win32.Build.0 = Debug|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Debug|x64.ActiveCfg = Debug|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Debug|x64.Build.0 = Debug|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Release|Win32.ActiveCfg = Release|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Release|Win32.Build.0 = Release|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Release|x64.ActiveCfg = Release|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Release|x64.Build.0 = Release|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Debug|Win32.ActiveCfg = Debug|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Debug|Win32.Build.0 = Debug|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Debug|x64.ActiveCfg = Debug|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Debug|x64.Build.0 = Debug|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Release|Win32.ActiveCfg = Release|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Release|Win32.Build.0 = Release|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Release|x64.ActiveCfg = Release|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Release|x64.Build.0 = Release|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Debug|Win32.ActiveCfg = Debug|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Debug|Win32.Build.0 = Debug|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Debug|x64.ActiveCfg = Debug|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Debug|x64.Build.0 = Debug|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Release|Win32.ActiveCfg = Release|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Release|Win32.Build.0 = Release|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Release|x64.ActiveCfg = Release|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Release|x64.Build.0 = Release|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Debug|Win32.ActiveCfg = Debug|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Debug|Win32.Build.0 = Debug|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Debug|x64.ActiveCfg = Debug|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Debug|x64.Build.0 = Debug|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Release|Win32.ActiveCfg = Release|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Release|Win32.Build.0 = Release|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Release|x64.ActiveCfg = Release|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Release|x64.Build.0 = Release|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Debug|Win32.ActiveCfg = Debug|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Debug|Win32.Build.0 = Debug|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Debug|x64.ActiveCfg = Debug|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Debug|x64.Build.0 = Debug|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Release|Win32.ActiveCfg = Release|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Release|Win32.Build.0 = Release|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Release|x64.ActiveCfg = Release|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Release|x64.Build.0 = Release|Win32 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Debug|Win32.ActiveCfg = Debug|Win32 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Debug|Win32.Build.0 = Debug|Win32 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Debug|x64.ActiveCfg = Debug|x64 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Debug|x64.Build.0 = Debug|x64 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Release|Win32.ActiveCfg = Release|Win32 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Release|Win32.Build.0 = Release|Win32 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Release|x64.ActiveCfg = Release|x64 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Release|x64.Build.0 = Release|x64 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Debug|Win32.ActiveCfg = Debug|Win32 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Debug|Win32.Build.0 = Debug|Win32 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Debug|x64.ActiveCfg = Debug|x64 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Debug|x64.Build.0 = Debug|x64 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Release|Win32.ActiveCfg = Release|Win32 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Release|Win32.Build.0 = Release|Win32 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Release|x64.ActiveCfg = Release|x64 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Mkfiles/vc10/yasm.vcxproj b/Mkfiles/vc10/yasm.vcxproj deleted file mode 100644 index 9379d70a..00000000 --- a/Mkfiles/vc10/yasm.vcxproj +++ /dev/null @@ -1,279 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5} - yasm - - - - Application - false - MultiByte - - - Application - false - MultiByte - - - Application - false - MultiByte - - - Application - false - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)yasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)yasm.exe - true - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - Default - true - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)yasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - OnlyExplicitInline - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)yasm.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - true - - - - - - - - - - - - - - - - - {021ceb0a-f721-4f59-b349-9ceeaf244459} - false - - - {29fe7874-1256-4ad6-b889-68e399dc9608} - false - - - {d715a3d4-efaa-442e-ad8b-5b4ff64e1dd6} - false - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc10/yasm.vcxproj.filters b/Mkfiles/vc10/yasm.vcxproj.filters deleted file mode 100644 index df5419b8..00000000 --- a/Mkfiles/vc10/yasm.vcxproj.filters +++ /dev/null @@ -1,41 +0,0 @@ - - - - - {51f0d88e-1373-4bf8-a72e-c79706d37f8b} - h;hpp;hxx;hm;inl - - - {db67b411-6f59-462c-9c20-75024c6b3912} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - \ No newline at end of file diff --git a/Mkfiles/vc10/ytasm.vcxproj b/Mkfiles/vc10/ytasm.vcxproj deleted file mode 100644 index d45cdf48..00000000 --- a/Mkfiles/vc10/ytasm.vcxproj +++ /dev/null @@ -1,274 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {2162937B-0DBD-4450-B45F-DF578D8E7508} - ytasm - - - - Application - false - MultiByte - - - Application - false - MultiByte - - - Application - false - MultiByte - - - Application - false - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)ytasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)ytasm.exe - true - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - Default - true - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)ytasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - OnlyExplicitInline - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)ytasm.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - true - - - - - - - - - - - - - - - - {29fe7874-1256-4ad6-b889-68e399dc9608} - false - - - {d715a3d4-efaa-442e-ad8b-5b4ff64e1dd6} - false - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc12/config.h b/Mkfiles/vc12/config.h deleted file mode 100644 index 8515ac5a..00000000 --- a/Mkfiles/vc12/config.h +++ /dev/null @@ -1,170 +0,0 @@ -#include "YASM-VERSION.h" -#define yasm__splitpath(path, tail) yasm__splitpath_win(path, tail) -#define yasm__abspath(path) yasm__abspath_win(path) -#define yasm__combpath(from, to) yasm__combpath_win(from, to) - -/* Command name to run C preprocessor */ -#define CPP_PROG "cpp" - -/* */ -/* #undef ENABLE_NLS */ - -/* Define if you have the `abort' function. */ -#define HAVE_ABORT 1 - -/* */ -/* #undef HAVE_CATGETS */ - -/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the - CoreFoundation framework. */ -/* #undef HAVE_CFLOCALECOPYCURRENT */ - -/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in - the CoreFoundation framework. */ -/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ - -/* Define if the GNU dcgettext() function is already present or preinstalled. - */ -/* #undef HAVE_DCGETTEXT */ - -/* Define to 1 if you have the header file. */ -#define HAVE_DIRECT_H 1 - -/* Define to 1 if you have the `getcwd' function. */ -#define HAVE_GETCWD 1 - -/* */ -/* #undef HAVE_GETTEXT */ - -/* Define if you have the GNU C Library */ -/* #undef HAVE_GNU_C_LIBRARY */ - -/* Define if you have the iconv() function. */ -/* #undef HAVE_ICONV */ - -/* Define if you have the header file. */ -/* #undef HAVE_INTTYPES_H */ - -/* */ -/* #undef HAVE_LC_MESSAGES */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_LIBGEN_H */ - -/* Define if you have the header file. */ -/* #undef HAVE_MEMORY_H */ - -/* Define if you have the `mergesort' function. */ -/* #undef HAVE_MERGESORT */ - -/* Define to 1 if you have the `popen' function. */ -/* #undef HAVE_POPEN */ - -/* Define if you have the header file. */ -/* #undef HAVE_STDINT_H */ - -/* Define if you have the header file. */ -#define HAVE_STDLIB_H 1 - -/* */ -/* #undef HAVE_STPCPY */ - -/* Define if you have the `strcasecmp' function. */ -/* #undef HAVE_STRCASECMP */ - -/* Define if you have the `strcmpi' function. */ -/* #undef HAVE_STRCMPI */ - -/* Define if you have the `stricmp' function. */ -/* #undefine HAVE_STRICMP */ - -/* Define if you have the header file. */ -/* #undef HAVE_STRINGS_H */ - -/* Define if you have the header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the `strncasecmp' function. */ -/* #undef HAVE_STRNCASECMP */ - -/* Define if you have the `strsep' function. */ -/* #undef HAVE_STRSEP */ - -/* Define if you have the header file. */ -/* #undef HAVE_SYS_STAT_H */ - -/* Define if you have the header file. */ -#define HAVE_SYS_TYPES_H 1 - -/* Define if you have the `toascii' function. */ -#define HAVE_TOASCII 1 -#define toascii __toascii - -/* Define if you have the header file. */ -/* #undef HAVE_UNISTD_H */ - -/* Define to 1 if you have the `vsnprintf' function. */ -/* #undef HAVE_VSNPRINTF */ - -/* Define to 1 if you have the `_stricmp' function. */ -#define HAVE__STRICMP 1 - -/* Name of package */ -#define PACKAGE "yasm" - -/* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "bug-yasm@tortall.net" - -/* Define to the full name of this package. */ -#define PACKAGE_NAME "yasm" - -/* Define to the full name and version of this package. */ -/*#define PACKAGE_STRING "yasm HEAD"*/ - -/* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "yasm" - -/* Define to the version of this package. */ -/*#define PACKAGE_VERSION "HEAD"*/ - -/* Define if the C compiler supports function prototypes. */ -#define PROTOTYPES 1 - -/* The size of a `char', as computed by sizeof. */ -/* #undef SIZEOF_CHAR */ - -/* The size of a `int', as computed by sizeof. */ -/* #undef SIZEOF_INT */ - -/* The size of a `long', as computed by sizeof. */ -/* #undef SIZEOF_LONG */ - -/* The size of a `short', as computed by sizeof. */ -/* #undef SIZEOF_SHORT */ - -/* The size of a `void*', as computed by sizeof. */ -/* #undef SIZEOF_VOIDP */ - -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Version number of package */ -#define VERSION "HEAD" - -/* Define if using the dmalloc debugging malloc package */ -/* #undef WITH_DMALLOC */ - -/* Define like PROTOTYPES; this can be used by system headers. */ -#define __PROTOTYPES 1 - -/* Define to empty if `const' does not conform to ANSI C. */ -/* #undef const */ - -/* Define as `__inline' if that's what the C compiler calls it, or to nothing - if it is not supported. */ -#ifndef __cplusplus -/* #undef inline */ -#endif - -/* Define to `unsigned' if doesn't define. */ -/* #undef size_t */ diff --git a/Mkfiles/vc12/crt_secure_no_deprecate.props b/Mkfiles/vc12/crt_secure_no_deprecate.props deleted file mode 100644 index 777d6d0a..00000000 --- a/Mkfiles/vc12/crt_secure_no_deprecate.props +++ /dev/null @@ -1,11 +0,0 @@ - - - - <_ProjectFileVersion>10.0.21006.1 - - - - _CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - - - \ No newline at end of file diff --git a/Mkfiles/vc12/crt_secure_no_deprecate.vsprops b/Mkfiles/vc12/crt_secure_no_deprecate.vsprops deleted file mode 100644 index 56ab506f..00000000 --- a/Mkfiles/vc12/crt_secure_no_deprecate.vsprops +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/Mkfiles/vc12/libyasm/libyasm.vcxproj b/Mkfiles/vc12/libyasm/libyasm.vcxproj deleted file mode 100644 index f258e027..00000000 --- a/Mkfiles/vc12/libyasm/libyasm.vcxproj +++ /dev/null @@ -1,277 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {29FE7874-1256-4AD6-B889-68E399DC9608} - libyasm - - - - StaticLibrary - false - MultiByte - v120 - - - StaticLibrary - false - MultiByte - v120 - - - StaticLibrary - false - MultiByte - v120 - - - StaticLibrary - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - - - - Full - Default - ..;../../..;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)libyasm.lib - true - - - - - X64 - - - Full - Default - ..;../../..;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;WIN64;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)libyasm.lib - true - - - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)libyasm.lib - true - - - - - X64 - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;WIN64;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)libyasm.lib - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {f0e8b707-00c5-4ff2-b8ef-7c39817132a0} - false - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc12/libyasm/libyasm.vcxproj.filters b/Mkfiles/vc12/libyasm/libyasm.vcxproj.filters deleted file mode 100644 index 9bdf13a4..00000000 --- a/Mkfiles/vc12/libyasm/libyasm.vcxproj.filters +++ /dev/null @@ -1,200 +0,0 @@ - - - - - {4ca3b698-9d01-4e4e-ae00-5c98da045efe} - h;hpp;hxx;hm;inl - - - {68607062-982d-4251-9a1a-30f76474983d} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Source Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc12/modules/modules.vcxproj b/Mkfiles/vc12/modules/modules.vcxproj deleted file mode 100644 index 1385bb61..00000000 --- a/Mkfiles/vc12/modules/modules.vcxproj +++ /dev/null @@ -1,324 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6} - modules - - - - StaticLibrary - false - MultiByte - v120 - - - StaticLibrary - false - MultiByte - v120 - - - StaticLibrary - false - MultiByte - v120 - - - StaticLibrary - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - - - - Full - Default - ..;../../..;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)modules.lib - true - - - - - - - - - X64 - - - Full - Default - ..;../../..;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;WIN64;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)modules.lib - true - - - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)modules.lib - true - - - - - X64 - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;WIN64;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)modules.lib - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {225700a5-07b8-434e-ad61-555278bf6733} - false - - - {c45a8b59-8b59-4d5d-a8e8-fb090f8dd619} - false - - - {29fe7874-1256-4ad6-b889-68e399dc9608} - false - - - {3c58be13-50a3-4583-984d-d8902b3d7713} - false - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc12/modules/modules.vcxproj.filters b/Mkfiles/vc12/modules/modules.vcxproj.filters deleted file mode 100644 index e6ff3add..00000000 --- a/Mkfiles/vc12/modules/modules.vcxproj.filters +++ /dev/null @@ -1,256 +0,0 @@ - - - - - {39c89f91-d860-4396-a49f-86b8b7a51c33} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {be0cdf28-cbed-4774-b3cc-b63e4e3fa0a9} - - - {491cc60a-889b-4f53-aae9-f4d7d6aa667a} - - - {c084015d-3c3e-4379-8746-ae5cffcec79e} - - - {3333e0b3-e95f-44f6-9000-58d4da368360} - - - {528f2955-ceba-4691-a36c-054f119e3dcc} - - - {81686d52-eb71-4d4a-a830-66c45afb808f} - - - {98fe1e43-3794-4639-bf29-14b0c569754f} - - - {6b3956d4-0bff-4e8e-af61-a7e59b476fa4} - - - {446fad62-ac17-49e9-8263-33481f04f182} - - - {33fb7fc8-61f9-428d-9c94-7a4912fbb678} - - - {48fc77ec-7d78-4c0a-bfc2-9aa76faf5d7f} - - - - - Source Files\parsers - - - Source Files\arch - - - Source Files\arch - - - Source Files\arch - - - Source Files\arch - - - Source Files\arch - - - Source Files\arch - - - Source Files\arch - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\listfmts\nasm - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\parsers - - - Source Files\parsers - - - Source Files\parsers - - - Source Files\parsers - - - Source Files\parsers - - - Source Files\preprocs\cpp - - - Source Files\preprocs\gas - - - Source Files\preprocs\gas - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - Source Files\preprocs\raw - - - Source Files\parsers - - - Source Files\arch - - - Source Files\arch - - - Source Files\objfmts - - - - - Source Files\arch - - - Source Files\arch - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\parsers - - - Source Files\parsers - - - Source Files\preprocs\gas - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc12/out_copy_rename.bat b/Mkfiles/vc12/out_copy_rename.bat deleted file mode 100644 index 3179b59a..00000000 --- a/Mkfiles/vc12/out_copy_rename.bat +++ /dev/null @@ -1,42 +0,0 @@ -@echo off -if not exist %1 goto nofile -if exist %2 goto copy - -echo creating directory %2 -md %2 > nul - -:copy -set str=%2 -for /f "useback tokens=*" %%a in ('%str%') do set str=%%~a -set str=%str:~-1% -if %str% == "\" goto hasbackslash - -if not exist %2\%3 goto cpy -fc %1 %2\%3 > nul && if not %errorlevel 1 goto exit -echo overwriting %2\%3 with %1 -copy %1 %2\%3 > nul -goto exit - -:cpy -echo copying %1 to %2\%3 -copy %1 %2\%3 > nul -goto exit - -:hasbackslash -if not exist %2%3 goto cpy2 -fc %1 %2%3 > nul && if not %errorlevel 1 goto exit -echo overwriting %2%3 with %1 -copy %1 %2%3 > nul -goto exit - -:cpy2 -echo copying %1 to %2%3 -copy %1 %2%3 > nul -goto exit - -:nofile -echo %1 not found - -:exit - - diff --git a/Mkfiles/vc12/readme.vc12.txt b/Mkfiles/vc12/readme.vc12.txt deleted file mode 100644 index 10c84f1a..00000000 --- a/Mkfiles/vc12/readme.vc12.txt +++ /dev/null @@ -1,106 +0,0 @@ -Building YASM with Microsoft Visual Studio 2010 (C/C++ v10) ------------------------------------------------------------ - -This note describes how to build YASM using Microsoft Visual -Studio 2013 (C/C++ v12). - -1. YASM Download ----------------- - -First YASM needs to be downloaded and the files placed within -a suitable directory, which will be called here but can -be named and located as you wish. - -2. Building YASM with Microsoft 2013 (VC12) -------------------------------------------- - -Now locate and double click on the yasm.sln solution file in -the 'Mkfiles/vc12' subdirectory to open the build project in -the Visual Studio 2010 IDE and then select: - - win32 or x64 build - release or debug build - -as appropriate to build the YASM binaries that you need. - -4. Using YASM with Visual Sudio 2013 and VC++ version 12 --------------------------------------------------------- - -The YASM version vsyasm.exe is designed specifically for use -with the 2010 and later versions of Visual Studio. To tell -Visual Studio where to find vsyasm.exe, the environment -variable YASMPATH can be set to the absolute path of the -directory in which vsyasm.exe is located (this path should -include the final backslash). - -Alternatively you can find the directory (or directories) -where the VC++ compiler binaries are located and put copies -of the vsyasm.exe binary in these directories. The typical -location on 64-bit Windows is: - -C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin - -On 32-bit Windows it is normally at: - -C:\Program Files\Microsoft Visual Studio 12.0\VC\bin - -Depending on your system you can use either the win32 or the -x64 version of vsyasm.exe, which must be named vsyasm.exe. - -To use the new custom tools facility in Visual Studio 2010, you -need to place a copy of three files - yasm.props, yasm.targets -and yasm.xml - into a location where they can be found by the -Visual Studio build customisation processes. There are several -ways to do this: - - a. put these files in the MSBUILD customisation directory, - which is typically at: - - C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\BuildCustomizations - - b. put them in a convenient location and set this path in the - 'Build Customisations Search Path' in the Visual Studio - 'Projects and Solutions|VC++ Project Settings' item in - the 'Tools|Options' menu; - - c. put them in a convenient location and set this path in the - 'Build Customisation dialogue (discussed later). - -To use YASM in a project, right click on the project in the Solution -Explorer and select 'Build Customisations..'. This will give you a -dialog box that allows you to select YASM as an assembler (note that -your assembler files need to have the extension '.asm'). If you have -used option c. above, you will need to let the dialogue find them -using the 'Find Existing' button below the dialogue. - -To assemble a file with YASM, select the Property Page for the file -and the select 'Yasm Assembler' in the Tool dialog entry. Then click -'Apply' and an additional property page entry will appear and enable -YASM settings to be established. - -5. A Linker Issue ------------------ - -There appears to be a linker bug in the VC++ linker that prevents -symbols with absolute addresses being linked in DLL builds. This -means, for example, that LEA instructions of the general form: - - lea, rax,[rax+symbol] - -cannot be used for DLL builds. The following general form -has to be used instead: - - lea rcx,[symbol wrt rip] - lea rax,[rax+rcx] - -This limitation may also cause problems with other instruction -that use absolute addresses. - -6. Acknowledgements -------------------- - -I am most grateful for the fantastic support that Peter Johnson, -YASM's creator, has given me in tracking down issues in using -YASM for the production of Windows x64 code. - - Brian Gladman, 6th April 2013 diff --git a/Mkfiles/vc12/vsyasm.props b/Mkfiles/vc12/vsyasm.props deleted file mode 100644 index 80b93c7e..00000000 --- a/Mkfiles/vc12/vsyasm.props +++ /dev/null @@ -1,27 +0,0 @@ - - - - Midl - CustomBuild - - - _SelectedFiles;$(YASMDependsOn) - - - $(VCInstallDir)bin\ - - - - False - $(IntDir) - 0 - 0 - "$(YasmPath)"vsyasm.exe -Xvc -f $(Platform) [AllOptions] [AdditionalOptions] [Inputs] - %(ObjectFile) - Assembling %(Filename)%(Extension) - false - - - \ No newline at end of file diff --git a/Mkfiles/vc12/vsyasm.targets b/Mkfiles/vc12/vsyasm.targets deleted file mode 100644 index 3c084119..00000000 --- a/Mkfiles/vc12/vsyasm.targets +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - _YASM - - - - $(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml - - - - - - - - @(YASM, '|') - - - - - - - - - $(ComputeLinkInputsTargets); - ComputeYASMOutput; - - - $(ComputeLibInputsTargets); - ComputeYASMOutput; - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc12/vsyasm.vcxproj b/Mkfiles/vc12/vsyasm.vcxproj deleted file mode 100644 index b34d8e66..00000000 --- a/Mkfiles/vc12/vsyasm.vcxproj +++ /dev/null @@ -1,279 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {7FDD85BB-CC86-442B-A425-989B5B296ED5} - vsyasm - - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)vsyasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)vsyasm.exe - true - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - Default - true - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)vsyasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - OnlyExplicitInline - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)vsyasm.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - true - - - - - - - - - {29fe7874-1256-4ad6-b889-68e399dc9608} - false - - - {d715a3d4-efaa-442e-ad8b-5b4ff64e1dd6} - false - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc12/vsyasm.xml b/Mkfiles/vc12/vsyasm.xml deleted file mode 100644 index cd08cbba..00000000 --- a/Mkfiles/vc12/vsyasm.xml +++ /dev/null @@ -1,283 +0,0 @@ - - - - - - - - - - - - - General - - - - - - Symbols - - - - - - Files - - - - - - Command Line - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Execute Before - - - Specifies the targets for the build customization to run before. - - - - - - - - - - - - Execute After - - - Specifies the targets for the build customization to run after. - - - - - - - - - - - - - - - - - - Additional Options - - - Additional Options - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc12/yasm.sln b/Mkfiles/vc12/yasm.sln deleted file mode 100644 index dec8fd47..00000000 --- a/Mkfiles/vc12/yasm.sln +++ /dev/null @@ -1,142 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.21005.1 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{825AC694-358C-4D8D-92DE-33A2691978CE}" - ProjectSection(SolutionItems) = preProject - crt_secure_no_deprecate.vsprops = crt_secure_no_deprecate.vsprops - readme.vc10.txt = readme.vc10.txt - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libyasm", "libyasm\libyasm.vcxproj", "{29FE7874-1256-4AD6-B889-68E399DC9608}" - ProjectSection(ProjectDependencies) = postProject - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2} = {B545983B-8EE0-4A7B-A67A-E749EEAE62A2} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "modules", "modules\modules.vcxproj", "{D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yasm", "yasm.vcxproj", "{34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genmacro", "genmacro\genmacro.vcxproj", "{225700A5-07B8-434E-AD61-555278BF6733}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genversion", "genversion\genversion.vcxproj", "{B545983B-8EE0-4A7B-A67A-E749EEAE62A2}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "re2c", "re2c\re2c.vcxproj", "{3C58BE13-50A3-4583-984D-D8902B3D7713}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genperf", "genperf\genperf.vcxproj", "{C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genmodule", "genmodule\genmodule.vcxproj", "{F0E8B707-00C5-4FF2-B8EF-7C39817132A0}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genstring", "genstring\genstring.vcxproj", "{021CEB0A-F721-4F59-B349-9CEEAF244459}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ytasm", "ytasm.vcxproj", "{2162937B-0DBD-4450-B45F-DF578D8E7508}" - ProjectSection(ProjectDependencies) = postProject - {021CEB0A-F721-4F59-B349-9CEEAF244459} = {021CEB0A-F721-4F59-B349-9CEEAF244459} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vsyasm", "vsyasm.vcxproj", "{7FDD85BB-CC86-442B-A425-989B5B296ED5}" - ProjectSection(ProjectDependencies) = postProject - {021CEB0A-F721-4F59-B349-9CEEAF244459} = {021CEB0A-F721-4F59-B349-9CEEAF244459} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {29FE7874-1256-4AD6-B889-68E399DC9608}.Debug|Win32.ActiveCfg = Debug|Win32 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Debug|Win32.Build.0 = Debug|Win32 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Debug|x64.ActiveCfg = Debug|x64 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Debug|x64.Build.0 = Debug|x64 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Release|Win32.ActiveCfg = Release|Win32 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Release|Win32.Build.0 = Release|Win32 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Release|x64.ActiveCfg = Release|x64 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Release|x64.Build.0 = Release|x64 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Debug|Win32.ActiveCfg = Debug|Win32 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Debug|Win32.Build.0 = Debug|Win32 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Debug|x64.ActiveCfg = Debug|x64 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Debug|x64.Build.0 = Debug|x64 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Release|Win32.ActiveCfg = Release|Win32 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Release|Win32.Build.0 = Release|Win32 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Release|x64.ActiveCfg = Release|x64 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Release|x64.Build.0 = Release|x64 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Debug|Win32.ActiveCfg = Debug|Win32 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Debug|Win32.Build.0 = Debug|Win32 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Debug|x64.ActiveCfg = Debug|x64 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Debug|x64.Build.0 = Debug|x64 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Release|Win32.ActiveCfg = Release|Win32 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Release|Win32.Build.0 = Release|Win32 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Release|x64.ActiveCfg = Release|x64 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Release|x64.Build.0 = Release|x64 - {225700A5-07B8-434E-AD61-555278BF6733}.Debug|Win32.ActiveCfg = Debug|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Debug|Win32.Build.0 = Debug|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Debug|x64.ActiveCfg = Debug|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Debug|x64.Build.0 = Debug|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Release|Win32.ActiveCfg = Release|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Release|Win32.Build.0 = Release|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Release|x64.ActiveCfg = Release|x64 - {225700A5-07B8-434E-AD61-555278BF6733}.Release|x64.Build.0 = Release|x64 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Debug|Win32.ActiveCfg = Debug|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Debug|Win32.Build.0 = Debug|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Debug|x64.ActiveCfg = Debug|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Debug|x64.Build.0 = Debug|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Release|Win32.ActiveCfg = Release|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Release|Win32.Build.0 = Release|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Release|x64.ActiveCfg = Release|x64 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Release|x64.Build.0 = Release|x64 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Debug|Win32.ActiveCfg = Debug|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Debug|Win32.Build.0 = Debug|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Debug|x64.ActiveCfg = Debug|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Debug|x64.Build.0 = Debug|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Release|Win32.ActiveCfg = Release|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Release|Win32.Build.0 = Release|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Release|x64.ActiveCfg = Release|x64 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Release|x64.Build.0 = Release|x64 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Debug|Win32.ActiveCfg = Debug|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Debug|Win32.Build.0 = Debug|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Debug|x64.ActiveCfg = Debug|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Debug|x64.Build.0 = Debug|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Release|Win32.ActiveCfg = Release|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Release|Win32.Build.0 = Release|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Release|x64.ActiveCfg = Release|x64 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Release|x64.Build.0 = Release|x64 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Debug|Win32.ActiveCfg = Debug|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Debug|Win32.Build.0 = Debug|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Debug|x64.ActiveCfg = Debug|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Debug|x64.Build.0 = Debug|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Release|Win32.ActiveCfg = Release|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Release|Win32.Build.0 = Release|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Release|x64.ActiveCfg = Release|x64 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Release|x64.Build.0 = Release|x64 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Debug|Win32.ActiveCfg = Debug|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Debug|Win32.Build.0 = Debug|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Debug|x64.ActiveCfg = Debug|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Debug|x64.Build.0 = Debug|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Release|Win32.ActiveCfg = Release|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Release|Win32.Build.0 = Release|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Release|x64.ActiveCfg = Release|x64 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Release|x64.Build.0 = Release|x64 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Debug|Win32.ActiveCfg = Debug|Win32 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Debug|Win32.Build.0 = Debug|Win32 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Debug|x64.ActiveCfg = Debug|x64 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Debug|x64.Build.0 = Debug|x64 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Release|Win32.ActiveCfg = Release|Win32 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Release|Win32.Build.0 = Release|Win32 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Release|x64.ActiveCfg = Release|x64 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Release|x64.Build.0 = Release|x64 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Debug|Win32.ActiveCfg = Debug|Win32 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Debug|Win32.Build.0 = Debug|Win32 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Debug|x64.ActiveCfg = Debug|x64 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Debug|x64.Build.0 = Debug|x64 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Release|Win32.ActiveCfg = Release|Win32 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Release|Win32.Build.0 = Release|Win32 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Release|x64.ActiveCfg = Release|x64 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Mkfiles/vc12/yasm.vcxproj b/Mkfiles/vc12/yasm.vcxproj deleted file mode 100644 index 18672491..00000000 --- a/Mkfiles/vc12/yasm.vcxproj +++ /dev/null @@ -1,283 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5} - yasm - - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)yasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)yasm.exe - true - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - Default - true - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)yasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - OnlyExplicitInline - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)yasm.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - true - - - - - - - - - - - - - - - - - {021ceb0a-f721-4f59-b349-9ceeaf244459} - false - - - {29fe7874-1256-4ad6-b889-68e399dc9608} - false - - - {d715a3d4-efaa-442e-ad8b-5b4ff64e1dd6} - false - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc12/yasm.vcxproj.filters b/Mkfiles/vc12/yasm.vcxproj.filters deleted file mode 100644 index 04941c22..00000000 --- a/Mkfiles/vc12/yasm.vcxproj.filters +++ /dev/null @@ -1,41 +0,0 @@ - - - - - {51f0d88e-1373-4bf8-a72e-c79706d37f8b} - h;hpp;hxx;hm;inl - - - {db67b411-6f59-462c-9c20-75024c6b3912} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - \ No newline at end of file diff --git a/Mkfiles/vc12/ytasm.vcxproj b/Mkfiles/vc12/ytasm.vcxproj deleted file mode 100644 index 24d1869e..00000000 --- a/Mkfiles/vc12/ytasm.vcxproj +++ /dev/null @@ -1,278 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {2162937B-0DBD-4450-B45F-DF578D8E7508} - ytasm - - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - Application - false - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)ytasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)ytasm.exe - true - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - Default - true - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)ytasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - OnlyExplicitInline - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)ytasm.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - true - - - - - - - - - - - - - - - - {29fe7874-1256-4ad6-b889-68e399dc9608} - false - - - {d715a3d4-efaa-442e-ad8b-5b4ff64e1dd6} - false - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc14/config.h b/Mkfiles/vc14/config.h deleted file mode 100644 index 8515ac5a..00000000 --- a/Mkfiles/vc14/config.h +++ /dev/null @@ -1,170 +0,0 @@ -#include "YASM-VERSION.h" -#define yasm__splitpath(path, tail) yasm__splitpath_win(path, tail) -#define yasm__abspath(path) yasm__abspath_win(path) -#define yasm__combpath(from, to) yasm__combpath_win(from, to) - -/* Command name to run C preprocessor */ -#define CPP_PROG "cpp" - -/* */ -/* #undef ENABLE_NLS */ - -/* Define if you have the `abort' function. */ -#define HAVE_ABORT 1 - -/* */ -/* #undef HAVE_CATGETS */ - -/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the - CoreFoundation framework. */ -/* #undef HAVE_CFLOCALECOPYCURRENT */ - -/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in - the CoreFoundation framework. */ -/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ - -/* Define if the GNU dcgettext() function is already present or preinstalled. - */ -/* #undef HAVE_DCGETTEXT */ - -/* Define to 1 if you have the header file. */ -#define HAVE_DIRECT_H 1 - -/* Define to 1 if you have the `getcwd' function. */ -#define HAVE_GETCWD 1 - -/* */ -/* #undef HAVE_GETTEXT */ - -/* Define if you have the GNU C Library */ -/* #undef HAVE_GNU_C_LIBRARY */ - -/* Define if you have the iconv() function. */ -/* #undef HAVE_ICONV */ - -/* Define if you have the header file. */ -/* #undef HAVE_INTTYPES_H */ - -/* */ -/* #undef HAVE_LC_MESSAGES */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_LIBGEN_H */ - -/* Define if you have the header file. */ -/* #undef HAVE_MEMORY_H */ - -/* Define if you have the `mergesort' function. */ -/* #undef HAVE_MERGESORT */ - -/* Define to 1 if you have the `popen' function. */ -/* #undef HAVE_POPEN */ - -/* Define if you have the header file. */ -/* #undef HAVE_STDINT_H */ - -/* Define if you have the header file. */ -#define HAVE_STDLIB_H 1 - -/* */ -/* #undef HAVE_STPCPY */ - -/* Define if you have the `strcasecmp' function. */ -/* #undef HAVE_STRCASECMP */ - -/* Define if you have the `strcmpi' function. */ -/* #undef HAVE_STRCMPI */ - -/* Define if you have the `stricmp' function. */ -/* #undefine HAVE_STRICMP */ - -/* Define if you have the header file. */ -/* #undef HAVE_STRINGS_H */ - -/* Define if you have the header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the `strncasecmp' function. */ -/* #undef HAVE_STRNCASECMP */ - -/* Define if you have the `strsep' function. */ -/* #undef HAVE_STRSEP */ - -/* Define if you have the header file. */ -/* #undef HAVE_SYS_STAT_H */ - -/* Define if you have the header file. */ -#define HAVE_SYS_TYPES_H 1 - -/* Define if you have the `toascii' function. */ -#define HAVE_TOASCII 1 -#define toascii __toascii - -/* Define if you have the header file. */ -/* #undef HAVE_UNISTD_H */ - -/* Define to 1 if you have the `vsnprintf' function. */ -/* #undef HAVE_VSNPRINTF */ - -/* Define to 1 if you have the `_stricmp' function. */ -#define HAVE__STRICMP 1 - -/* Name of package */ -#define PACKAGE "yasm" - -/* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "bug-yasm@tortall.net" - -/* Define to the full name of this package. */ -#define PACKAGE_NAME "yasm" - -/* Define to the full name and version of this package. */ -/*#define PACKAGE_STRING "yasm HEAD"*/ - -/* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "yasm" - -/* Define to the version of this package. */ -/*#define PACKAGE_VERSION "HEAD"*/ - -/* Define if the C compiler supports function prototypes. */ -#define PROTOTYPES 1 - -/* The size of a `char', as computed by sizeof. */ -/* #undef SIZEOF_CHAR */ - -/* The size of a `int', as computed by sizeof. */ -/* #undef SIZEOF_INT */ - -/* The size of a `long', as computed by sizeof. */ -/* #undef SIZEOF_LONG */ - -/* The size of a `short', as computed by sizeof. */ -/* #undef SIZEOF_SHORT */ - -/* The size of a `void*', as computed by sizeof. */ -/* #undef SIZEOF_VOIDP */ - -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Version number of package */ -#define VERSION "HEAD" - -/* Define if using the dmalloc debugging malloc package */ -/* #undef WITH_DMALLOC */ - -/* Define like PROTOTYPES; this can be used by system headers. */ -#define __PROTOTYPES 1 - -/* Define to empty if `const' does not conform to ANSI C. */ -/* #undef const */ - -/* Define as `__inline' if that's what the C compiler calls it, or to nothing - if it is not supported. */ -#ifndef __cplusplus -/* #undef inline */ -#endif - -/* Define to `unsigned' if doesn't define. */ -/* #undef size_t */ diff --git a/Mkfiles/vc14/crt_secure_no_deprecate.props b/Mkfiles/vc14/crt_secure_no_deprecate.props deleted file mode 100644 index 777d6d0a..00000000 --- a/Mkfiles/vc14/crt_secure_no_deprecate.props +++ /dev/null @@ -1,11 +0,0 @@ - - - - <_ProjectFileVersion>10.0.21006.1 - - - - _CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - - - \ No newline at end of file diff --git a/Mkfiles/vc14/crt_secure_no_deprecate.vsprops b/Mkfiles/vc14/crt_secure_no_deprecate.vsprops deleted file mode 100644 index 56ab506f..00000000 --- a/Mkfiles/vc14/crt_secure_no_deprecate.vsprops +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/Mkfiles/vc14/genmacro/genmacro.vcxproj b/Mkfiles/vc14/genmacro/genmacro.vcxproj deleted file mode 100644 index f4bbc6f3..00000000 --- a/Mkfiles/vc14/genmacro/genmacro.vcxproj +++ /dev/null @@ -1,202 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {225700A5-07B8-434E-AD61-555278BF6733} - genmacro - Win32Proj - - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - false - - - - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genmacro.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genmacro.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - - - run.bat "$(TargetPath)" - - - - - Full - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genmacro.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Full - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genmacro.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - - - run.bat "$(TargetPath)" - - - - - - - - - - - {b545983b-8ee0-4a7b-a67a-e749eeae62a2} - false - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc14/genmacro/genmacro.vcxproj.filters b/Mkfiles/vc14/genmacro/genmacro.vcxproj.filters deleted file mode 100644 index 402cf1b4..00000000 --- a/Mkfiles/vc14/genmacro/genmacro.vcxproj.filters +++ /dev/null @@ -1,17 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Source Files - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc14/genmacro/run.bat b/Mkfiles/vc14/genmacro/run.bat deleted file mode 100644 index 98c337ac..00000000 --- a/Mkfiles/vc14/genmacro/run.bat +++ /dev/null @@ -1,5 +0,0 @@ -cd ..\..\.. -%1 nasm-version.c nasm_version_mac version.mac -%1 nasm-macros.c nasm_standard_mac modules\parsers\nasm\nasm-std.mac -%1 win64-nasm.c win64_nasm_stdmac modules\objfmts\coff\win64-nasm.mac -%1 win64-gas.c win64_gas_stdmac modules\objfmts\coff\win64-gas.mac diff --git a/Mkfiles/vc14/genmodule/genmodule.vcxproj b/Mkfiles/vc14/genmodule/genmodule.vcxproj deleted file mode 100644 index 44f2a002..00000000 --- a/Mkfiles/vc14/genmodule/genmodule.vcxproj +++ /dev/null @@ -1,207 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0} - genmodule - Win32Proj - - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - false - - - - Disabled - %(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;FILTERMODE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genmodule.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Disabled - %(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;FILTERMODE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genmodule.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - - - run.bat "$(TargetPath)" - - - - - Full - %(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;FILTERMODE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - $(IntDir) - Level3 - Default - - - $(OutDir)genmodule.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Full - %(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;FILTERMODE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - $(IntDir) - Level3 - Default - - - $(OutDir)genmodule.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - - - run.bat "$(TargetPath)" - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc14/genmodule/genmodule.vcxproj.filters b/Mkfiles/vc14/genmodule/genmodule.vcxproj.filters deleted file mode 100644 index d3255c29..00000000 --- a/Mkfiles/vc14/genmodule/genmodule.vcxproj.filters +++ /dev/null @@ -1,20 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Source Files - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc14/genmodule/run.bat b/Mkfiles/vc14/genmodule/run.bat deleted file mode 100644 index 00055692..00000000 --- a/Mkfiles/vc14/genmodule/run.bat +++ /dev/null @@ -1,3 +0,0 @@ -@echo off -cd ..\..\.. -%1 libyasm\module.in Makefile.am diff --git a/Mkfiles/vc14/genperf/genperf.vcxproj b/Mkfiles/vc14/genperf/genperf.vcxproj deleted file mode 100644 index 4ccf38a2..00000000 --- a/Mkfiles/vc14/genperf/genperf.vcxproj +++ /dev/null @@ -1,261 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619} - genperf - Win32Proj - - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - false - false - false - false - false - - - - - - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;STDC_HEADERS;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genperf.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX86 - - - - - - - run.bat "$(TargetPath)" - - - x86insn_nasm.c;x86insn_gas.c;x86cpu.c;x86regtmod.c;%(Outputs) - - - run.bat "$(TargetPath)" - - - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;STDC_HEADERS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genperf.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - - - - - - - run.bat "$(TargetPath)" - - - x86insn_nasm.c;x86insn_gas.c;x86cpu.c;x86regtmod.c;%(Outputs) - - - run.bat "$(TargetPath)" - - - - - Full - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;STDC_HEADERS;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genperf.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - MachineX86 - - - - - - - run.bat "$(TargetPath)" - - - x86insn_nasm.c;x86insn_gas.c;x86cpu.c;x86regtmod.c;%(Outputs) - - - run.bat "$(TargetPath)" - - - - - Full - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;STDC_HEADERS;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genperf.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - - - - - - - run.bat "$(TargetPath)" - - - x86insn_nasm.c;x86insn_gas.c;x86cpu.c;x86regtmod.c;%(Outputs) - - - run.bat "$(TargetPath)" - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc14/genperf/genperf.vcxproj.filters b/Mkfiles/vc14/genperf/genperf.vcxproj.filters deleted file mode 100644 index 3124b5d7..00000000 --- a/Mkfiles/vc14/genperf/genperf.vcxproj.filters +++ /dev/null @@ -1,56 +0,0 @@ - - - - - {3C1E9AA8-6338-4CED-99F1-BEBA80607BD5} - h;hpp;hxx;hm;inl;inc;xsd - - - {1062695D-1C50-4068-8313-73A409885BC1} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc14/genperf/run.bat b/Mkfiles/vc14/genperf/run.bat deleted file mode 100644 index c6f83543..00000000 --- a/Mkfiles/vc14/genperf/run.bat +++ /dev/null @@ -1,40 +0,0 @@ -cd ..\..\.. -@echo off - -for /f "usebackq tokens=1*" %%f in (`reg query HKCR\Applications\python.exe\shell\open\command 2^>NUL`) do (set _my_=%%f %%g) -goto try1%errorlevel% - -:try10 -goto ok - -:try11 -for /f "usebackq tokens=1*" %%f in (`reg query HKCR\Python.File\shell\open\command 2^>NUL`) do (set _my_=%%f %%g) -goto try2%errorlevel% - -:try20: -goto ok - -:try21: -echo Building without Python ... -goto therest - -:ok -echo Building with Python ... -set _res_=%_my_:*REG_SZ=% -set _end_=%_res_:*exe"=% -call set _python_=%%_res_:%_end_%=%% -echo %_python_% -call %_python_% modules\arch\x86\gen_x86_insn.py - -:therest -@echo on -call :update %1 x86insn_nasm.gperf x86insn_nasm.c -call :update %1 x86insn_gas.gperf x86insn_gas.c -call :update %1 modules\arch\x86\x86cpu.gperf x86cpu.c -call :update %1 modules\arch\x86\x86regtmod.gperf x86regtmod.c -goto :eof - -:update -%1 %2 tf -call mkfiles\vc14\out_copy_rename tf .\ %3 -del tf diff --git a/Mkfiles/vc14/genstring/genstring.vcxproj b/Mkfiles/vc14/genstring/genstring.vcxproj deleted file mode 100644 index 239c8cf7..00000000 --- a/Mkfiles/vc14/genstring/genstring.vcxproj +++ /dev/null @@ -1,196 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {021CEB0A-F721-4F59-B349-9CEEAF244459} - genstring - Win32Proj - - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - false - - - - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genstring.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genstring.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - - - run.bat "$(TargetPath)" - - - - - Full - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genstring.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Full - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genstring.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - - - run.bat "$(TargetPath)" - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc14/genstring/genstring.vcxproj.filters b/Mkfiles/vc14/genstring/genstring.vcxproj.filters deleted file mode 100644 index 04ed411d..00000000 --- a/Mkfiles/vc14/genstring/genstring.vcxproj.filters +++ /dev/null @@ -1,17 +0,0 @@ - - - - - {28EBE11C-5BE8-4935-9381-F57696749E0C} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Source Files - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc14/genstring/run.bat b/Mkfiles/vc14/genstring/run.bat deleted file mode 100644 index baedcecb..00000000 --- a/Mkfiles/vc14/genstring/run.bat +++ /dev/null @@ -1,2 +0,0 @@ -cd ..\..\.. -%1 license_msg license.c COPYING diff --git a/Mkfiles/vc14/genversion/genversion.vcxproj b/Mkfiles/vc14/genversion/genversion.vcxproj deleted file mode 100644 index f9a5298c..00000000 --- a/Mkfiles/vc14/genversion/genversion.vcxproj +++ /dev/null @@ -1,223 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2} - genversion - Win32Proj - - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - false - - - - Disabled - ..\..\vc10;..\..\..\;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genversion.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - cd ..\..\..\ -YASM-VERSION-GEN.bat - - - - - - Disabled - ..\..\vc10;..\..\..\;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genversion.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - - - run.bat "$(TargetPath)" - - - cd ..\..\..\ -YASM-VERSION-GEN.bat - - - - - - Full - ..\..\vc10;..\..\..\;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genversion.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - cd ..\..\..\ -YASM-VERSION-GEN.bat - - - - - - Full - ..\..\vc10;..\..\..\;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genversion.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - - - run.bat "$(TargetPath)" - - - cd ..\..\..\ -YASM-VERSION-GEN.bat - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc14/genversion/genversion.vcxproj.filters b/Mkfiles/vc14/genversion/genversion.vcxproj.filters deleted file mode 100644 index cc088b12..00000000 --- a/Mkfiles/vc14/genversion/genversion.vcxproj.filters +++ /dev/null @@ -1,26 +0,0 @@ - - - - - {2acbec3a-0ed8-4b2e-826e-a84c7d35f205} - h;hpp;hxx;hm;inl - - - {E67ED277-E4F2-4D79-8C9E-962BAC164F3F} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Source Files - - - - - Header Files - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc14/genversion/run.bat b/Mkfiles/vc14/genversion/run.bat deleted file mode 100644 index 41b19cad..00000000 --- a/Mkfiles/vc14/genversion/run.bat +++ /dev/null @@ -1,2 +0,0 @@ -cd ..\..\.. -%1 version.mac diff --git a/Mkfiles/vc14/genversion/runpre.bat b/Mkfiles/vc14/genversion/runpre.bat deleted file mode 100644 index fdd15708..00000000 --- a/Mkfiles/vc14/genversion/runpre.bat +++ /dev/null @@ -1,2 +0,0 @@ -cd ..\..\.. -YASM-VERSION-GEN.bat diff --git a/Mkfiles/vc14/libyasm-stdint.h b/Mkfiles/vc14/libyasm-stdint.h deleted file mode 100644 index b66ab15f..00000000 --- a/Mkfiles/vc14/libyasm-stdint.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef _UINTPTR_T_DEFINED -#ifdef _WIN64 -#include -#else -typedef unsigned long uintptr_t; -#endif -#define _UINTPTR_T_DEFINED -#endif diff --git a/Mkfiles/vc14/libyasm/libyasm.vcxproj b/Mkfiles/vc14/libyasm/libyasm.vcxproj deleted file mode 100644 index 362aa2a3..00000000 --- a/Mkfiles/vc14/libyasm/libyasm.vcxproj +++ /dev/null @@ -1,277 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {29FE7874-1256-4AD6-B889-68E399DC9608} - libyasm - - - - StaticLibrary - false - MultiByte - v140 - - - StaticLibrary - false - MultiByte - v140 - - - StaticLibrary - false - MultiByte - v140 - - - StaticLibrary - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - - - - Full - Default - ..;../../..;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)libyasm.lib - true - - - - - X64 - - - Full - Default - ..;../../..;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;WIN64;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)libyasm.lib - true - - - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)libyasm.lib - true - - - - - X64 - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;WIN64;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)libyasm.lib - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {f0e8b707-00c5-4ff2-b8ef-7c39817132a0} - false - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc14/libyasm/libyasm.vcxproj.filters b/Mkfiles/vc14/libyasm/libyasm.vcxproj.filters deleted file mode 100644 index 9bdf13a4..00000000 --- a/Mkfiles/vc14/libyasm/libyasm.vcxproj.filters +++ /dev/null @@ -1,200 +0,0 @@ - - - - - {4ca3b698-9d01-4e4e-ae00-5c98da045efe} - h;hpp;hxx;hm;inl - - - {68607062-982d-4251-9a1a-30f76474983d} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Source Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc14/modules/modules.vcxproj b/Mkfiles/vc14/modules/modules.vcxproj deleted file mode 100644 index ceb14114..00000000 --- a/Mkfiles/vc14/modules/modules.vcxproj +++ /dev/null @@ -1,324 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6} - modules - - - - StaticLibrary - false - MultiByte - v140 - - - StaticLibrary - false - MultiByte - v140 - - - StaticLibrary - false - MultiByte - v140 - - - StaticLibrary - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - - - - Full - Default - ..;../../..;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)modules.lib - true - - - - - - - - - X64 - - - Full - Default - ..;../../..;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;WIN64;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)modules.lib - true - - - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)modules.lib - true - - - - - X64 - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;WIN64;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)modules.lib - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {225700a5-07b8-434e-ad61-555278bf6733} - false - - - {c45a8b59-8b59-4d5d-a8e8-fb090f8dd619} - false - - - {29fe7874-1256-4ad6-b889-68e399dc9608} - false - - - {3c58be13-50a3-4583-984d-d8902b3d7713} - false - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc14/modules/modules.vcxproj.filters b/Mkfiles/vc14/modules/modules.vcxproj.filters deleted file mode 100644 index e6ff3add..00000000 --- a/Mkfiles/vc14/modules/modules.vcxproj.filters +++ /dev/null @@ -1,256 +0,0 @@ - - - - - {39c89f91-d860-4396-a49f-86b8b7a51c33} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {be0cdf28-cbed-4774-b3cc-b63e4e3fa0a9} - - - {491cc60a-889b-4f53-aae9-f4d7d6aa667a} - - - {c084015d-3c3e-4379-8746-ae5cffcec79e} - - - {3333e0b3-e95f-44f6-9000-58d4da368360} - - - {528f2955-ceba-4691-a36c-054f119e3dcc} - - - {81686d52-eb71-4d4a-a830-66c45afb808f} - - - {98fe1e43-3794-4639-bf29-14b0c569754f} - - - {6b3956d4-0bff-4e8e-af61-a7e59b476fa4} - - - {446fad62-ac17-49e9-8263-33481f04f182} - - - {33fb7fc8-61f9-428d-9c94-7a4912fbb678} - - - {48fc77ec-7d78-4c0a-bfc2-9aa76faf5d7f} - - - - - Source Files\parsers - - - Source Files\arch - - - Source Files\arch - - - Source Files\arch - - - Source Files\arch - - - Source Files\arch - - - Source Files\arch - - - Source Files\arch - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\listfmts\nasm - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\parsers - - - Source Files\parsers - - - Source Files\parsers - - - Source Files\parsers - - - Source Files\parsers - - - Source Files\preprocs\cpp - - - Source Files\preprocs\gas - - - Source Files\preprocs\gas - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - Source Files\preprocs\raw - - - Source Files\parsers - - - Source Files\arch - - - Source Files\arch - - - Source Files\objfmts - - - - - Source Files\arch - - - Source Files\arch - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\parsers - - - Source Files\parsers - - - Source Files\preprocs\gas - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc14/out_copy_rename.bat b/Mkfiles/vc14/out_copy_rename.bat deleted file mode 100644 index 3179b59a..00000000 --- a/Mkfiles/vc14/out_copy_rename.bat +++ /dev/null @@ -1,42 +0,0 @@ -@echo off -if not exist %1 goto nofile -if exist %2 goto copy - -echo creating directory %2 -md %2 > nul - -:copy -set str=%2 -for /f "useback tokens=*" %%a in ('%str%') do set str=%%~a -set str=%str:~-1% -if %str% == "\" goto hasbackslash - -if not exist %2\%3 goto cpy -fc %1 %2\%3 > nul && if not %errorlevel 1 goto exit -echo overwriting %2\%3 with %1 -copy %1 %2\%3 > nul -goto exit - -:cpy -echo copying %1 to %2\%3 -copy %1 %2\%3 > nul -goto exit - -:hasbackslash -if not exist %2%3 goto cpy2 -fc %1 %2%3 > nul && if not %errorlevel 1 goto exit -echo overwriting %2%3 with %1 -copy %1 %2%3 > nul -goto exit - -:cpy2 -echo copying %1 to %2%3 -copy %1 %2%3 > nul -goto exit - -:nofile -echo %1 not found - -:exit - - diff --git a/Mkfiles/vc14/re2c/re2c.vcxproj b/Mkfiles/vc14/re2c/re2c.vcxproj deleted file mode 100644 index 135b43ba..00000000 --- a/Mkfiles/vc14/re2c/re2c.vcxproj +++ /dev/null @@ -1,221 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {3C58BE13-50A3-4583-984D-D8902B3D7713} - re2c - Win32Proj - - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - false - - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - Default - ProgramDatabase - - - $(OutDir)re2c.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - Default - ProgramDatabase - - - $(OutDir)re2c.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - - - run.bat "$(TargetPath)" - - - - - Full - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)re2c.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Full - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)re2c.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - - - run.bat "$(TargetPath)" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc14/re2c/re2c.vcxproj.filters b/Mkfiles/vc14/re2c/re2c.vcxproj.filters deleted file mode 100644 index da0f935c..00000000 --- a/Mkfiles/vc14/re2c/re2c.vcxproj.filters +++ /dev/null @@ -1,80 +0,0 @@ - - - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc14/re2c/run.bat b/Mkfiles/vc14/re2c/run.bat deleted file mode 100644 index 6ac571f0..00000000 --- a/Mkfiles/vc14/re2c/run.bat +++ /dev/null @@ -1,4 +0,0 @@ -cd ..\..\..\ -%1 -s -o lc3bid.c modules\arch\lc3b\lc3bid.re -%1 -b -o nasm-token.c modules\parsers\nasm\nasm-token.re -%1 -b -o gas-token.c modules\parsers\gas\gas-token.re diff --git a/Mkfiles/vc14/readme.vc14.txt b/Mkfiles/vc14/readme.vc14.txt deleted file mode 100644 index ea716567..00000000 --- a/Mkfiles/vc14/readme.vc14.txt +++ /dev/null @@ -1,106 +0,0 @@ -Building YASM with Microsoft Visual Studio 2015 (C/C++ v14) ------------------------------------------------------------ - -This note describes how to build YASM using Microsoft Visual -Studio 2015 (C/C++ v14). - -1. YASM Download ----------------- - -First YASM needs to be downloaded and the files placed within -a suitable directory, which will be called here but can -be named and located as you wish. - -2. Building YASM with Microsoft 2015 (VC14) -------------------------------------------- - -Now locate and double click on the yasm.sln solution file in -the 'Mkfiles/vc14' subdirectory to open the build project in -the Visual Studio 2015 IDE and then select: - - win32 or x64 build - release or debug build - -as appropriate to build the YASM binaries that you need. - -4. Using YASM with Visual Sudio 2015 and VC++ version 14 --------------------------------------------------------- - -The YASM version vsyasm.exe is designed specifically for use -with the 2010 and later versions of Visual Studio. To tell -Visual Studio where to find vsyasm.exe, the environment -variable YASMPATH can be set to the absolute path of the -directory in which vsyasm.exe is located (this path should -include the final backslash). - -Alternatively you can find the directory (or directories) -where the VC++ compiler binaries are located and put copies -of the vsyasm.exe binary in these directories. The typical -location on 64-bit Windows is: - -C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin - -On 32-bit Windows it is normally at: - -C:\Program Files\Microsoft Visual Studio 14.0\VC\bin - -Depending on your system you can use either the win32 or the -x64 version of vsyasm.exe, which must be named vsyasm.exe. - -To use the custom tools facility in Visual Studio 2015, you -need to place a copy of three files - yasm.props, yasm.targets -and yasm.xml - into a location where they can be found by the -Visual Studio build customisation processes. There are several -ways to do this: - - a. put these files in the MSBUILD customisation directory, - which is typically at: - - C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations - - b. put them in a convenient location and set this path in the - 'Build Customisations Search Path' in the Visual Studio - 'Projects and Solutions|VC++ Project Settings' item in - the 'Tools|Options' menu; - - c. put them in a convenient location and set this path in the - 'Build Customisation dialogue (discussed later). - -To use YASM in a project, right click on the project in the Solution -Explorer and select 'Build Customisations..'. This will give you a -dialog box that allows you to select YASM as an assembler (note that -your assembler files need to have the extension '.asm'). If you have -used option c. above, you will need to let the dialogue find them -using the 'Find Existing' button below the dialogue. - -To assemble a file with YASM, select the Property Page for the file -and the select 'Yasm Assembler' in the Tool dialog entry. Then click -'Apply' and an additional property page entry will appear and enable -YASM settings to be established. - -5. A Linker Issue ------------------ - -There appears to be a linker bug in the VC++ linker that prevents -symbols with absolute addresses being linked in DLL builds. This -means, for example, that LEA instructions of the general form: - - lea, rax,[rax+symbol] - -cannot be used for DLL builds. The following general form -has to be used instead: - - lea rcx,[symbol wrt rip] - lea rax,[rax+rcx] - -This limitation may also cause problems with other instruction -that use absolute addresses. - -6. Acknowledgements -------------------- - -I am most grateful for the fantastic support that Peter Johnson, -YASM's creator, has given me in tracking down issues in using -YASM for the production of Windows x64 code. - - Brian Gladman, 30th April 2015 diff --git a/Mkfiles/vc14/vsyasm.props b/Mkfiles/vc14/vsyasm.props deleted file mode 100644 index 80b93c7e..00000000 --- a/Mkfiles/vc14/vsyasm.props +++ /dev/null @@ -1,27 +0,0 @@ - - - - Midl - CustomBuild - - - _SelectedFiles;$(YASMDependsOn) - - - $(VCInstallDir)bin\ - - - - False - $(IntDir) - 0 - 0 - "$(YasmPath)"vsyasm.exe -Xvc -f $(Platform) [AllOptions] [AdditionalOptions] [Inputs] - %(ObjectFile) - Assembling %(Filename)%(Extension) - false - - - \ No newline at end of file diff --git a/Mkfiles/vc14/vsyasm.targets b/Mkfiles/vc14/vsyasm.targets deleted file mode 100644 index 3c084119..00000000 --- a/Mkfiles/vc14/vsyasm.targets +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - _YASM - - - - $(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml - - - - - - - - @(YASM, '|') - - - - - - - - - $(ComputeLinkInputsTargets); - ComputeYASMOutput; - - - $(ComputeLibInputsTargets); - ComputeYASMOutput; - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc14/vsyasm.vcxproj b/Mkfiles/vc14/vsyasm.vcxproj deleted file mode 100644 index 98283b10..00000000 --- a/Mkfiles/vc14/vsyasm.vcxproj +++ /dev/null @@ -1,279 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {7FDD85BB-CC86-442B-A425-989B5B296ED5} - vsyasm - - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)vsyasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)vsyasm.exe - true - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - Default - true - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)vsyasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - OnlyExplicitInline - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)vsyasm.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - true - - - - - - - - - {29fe7874-1256-4ad6-b889-68e399dc9608} - false - - - {d715a3d4-efaa-442e-ad8b-5b4ff64e1dd6} - false - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc14/vsyasm.xml b/Mkfiles/vc14/vsyasm.xml deleted file mode 100644 index a108f005..00000000 --- a/Mkfiles/vc14/vsyasm.xml +++ /dev/null @@ -1,283 +0,0 @@ - - - - - - - - - - - - - General - - - - - - Symbols - - - - - - Files - - - - - - Command Line - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Execute Before - - - Specifies the targets for the build customization to run before. - - - - - - - - - - - - Execute After - - - Specifies the targets for the build customization to run after. - - - - - - - - - - - - - - - - - - Additional Options - - - Additional Options - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc14/yasm.sln b/Mkfiles/vc14/yasm.sln deleted file mode 100644 index 5d2dc952..00000000 --- a/Mkfiles/vc14/yasm.sln +++ /dev/null @@ -1,142 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.22823.1 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{825AC694-358C-4D8D-92DE-33A2691978CE}" - ProjectSection(SolutionItems) = preProject - crt_secure_no_deprecate.vsprops = crt_secure_no_deprecate.vsprops - readme.vc14.txt = readme.vc14.txt - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libyasm", "libyasm\libyasm.vcxproj", "{29FE7874-1256-4AD6-B889-68E399DC9608}" - ProjectSection(ProjectDependencies) = postProject - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2} = {B545983B-8EE0-4A7B-A67A-E749EEAE62A2} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "modules", "modules\modules.vcxproj", "{D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yasm", "yasm.vcxproj", "{34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genmacro", "genmacro\genmacro.vcxproj", "{225700A5-07B8-434E-AD61-555278BF6733}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genversion", "genversion\genversion.vcxproj", "{B545983B-8EE0-4A7B-A67A-E749EEAE62A2}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "re2c", "re2c\re2c.vcxproj", "{3C58BE13-50A3-4583-984D-D8902B3D7713}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genperf", "genperf\genperf.vcxproj", "{C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genmodule", "genmodule\genmodule.vcxproj", "{F0E8B707-00C5-4FF2-B8EF-7C39817132A0}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genstring", "genstring\genstring.vcxproj", "{021CEB0A-F721-4F59-B349-9CEEAF244459}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ytasm", "ytasm.vcxproj", "{2162937B-0DBD-4450-B45F-DF578D8E7508}" - ProjectSection(ProjectDependencies) = postProject - {021CEB0A-F721-4F59-B349-9CEEAF244459} = {021CEB0A-F721-4F59-B349-9CEEAF244459} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vsyasm", "vsyasm.vcxproj", "{7FDD85BB-CC86-442B-A425-989B5B296ED5}" - ProjectSection(ProjectDependencies) = postProject - {021CEB0A-F721-4F59-B349-9CEEAF244459} = {021CEB0A-F721-4F59-B349-9CEEAF244459} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {29FE7874-1256-4AD6-B889-68E399DC9608}.Debug|Win32.ActiveCfg = Debug|Win32 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Debug|Win32.Build.0 = Debug|Win32 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Debug|x64.ActiveCfg = Debug|x64 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Debug|x64.Build.0 = Debug|x64 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Release|Win32.ActiveCfg = Release|Win32 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Release|Win32.Build.0 = Release|Win32 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Release|x64.ActiveCfg = Release|x64 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Release|x64.Build.0 = Release|x64 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Debug|Win32.ActiveCfg = Debug|Win32 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Debug|Win32.Build.0 = Debug|Win32 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Debug|x64.ActiveCfg = Debug|x64 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Debug|x64.Build.0 = Debug|x64 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Release|Win32.ActiveCfg = Release|Win32 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Release|Win32.Build.0 = Release|Win32 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Release|x64.ActiveCfg = Release|x64 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Release|x64.Build.0 = Release|x64 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Debug|Win32.ActiveCfg = Debug|Win32 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Debug|Win32.Build.0 = Debug|Win32 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Debug|x64.ActiveCfg = Debug|x64 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Debug|x64.Build.0 = Debug|x64 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Release|Win32.ActiveCfg = Release|Win32 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Release|Win32.Build.0 = Release|Win32 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Release|x64.ActiveCfg = Release|x64 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Release|x64.Build.0 = Release|x64 - {225700A5-07B8-434E-AD61-555278BF6733}.Debug|Win32.ActiveCfg = Debug|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Debug|Win32.Build.0 = Debug|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Debug|x64.ActiveCfg = Debug|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Debug|x64.Build.0 = Debug|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Release|Win32.ActiveCfg = Release|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Release|Win32.Build.0 = Release|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Release|x64.ActiveCfg = Release|x64 - {225700A5-07B8-434E-AD61-555278BF6733}.Release|x64.Build.0 = Release|x64 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Debug|Win32.ActiveCfg = Debug|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Debug|Win32.Build.0 = Debug|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Debug|x64.ActiveCfg = Debug|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Debug|x64.Build.0 = Debug|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Release|Win32.ActiveCfg = Release|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Release|Win32.Build.0 = Release|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Release|x64.ActiveCfg = Release|x64 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Release|x64.Build.0 = Release|x64 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Debug|Win32.ActiveCfg = Debug|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Debug|Win32.Build.0 = Debug|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Debug|x64.ActiveCfg = Debug|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Debug|x64.Build.0 = Debug|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Release|Win32.ActiveCfg = Release|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Release|Win32.Build.0 = Release|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Release|x64.ActiveCfg = Release|x64 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Release|x64.Build.0 = Release|x64 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Debug|Win32.ActiveCfg = Debug|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Debug|Win32.Build.0 = Debug|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Debug|x64.ActiveCfg = Debug|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Debug|x64.Build.0 = Debug|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Release|Win32.ActiveCfg = Release|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Release|Win32.Build.0 = Release|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Release|x64.ActiveCfg = Release|x64 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Release|x64.Build.0 = Release|x64 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Debug|Win32.ActiveCfg = Debug|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Debug|Win32.Build.0 = Debug|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Debug|x64.ActiveCfg = Debug|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Debug|x64.Build.0 = Debug|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Release|Win32.ActiveCfg = Release|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Release|Win32.Build.0 = Release|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Release|x64.ActiveCfg = Release|x64 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Release|x64.Build.0 = Release|x64 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Debug|Win32.ActiveCfg = Debug|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Debug|Win32.Build.0 = Debug|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Debug|x64.ActiveCfg = Debug|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Debug|x64.Build.0 = Debug|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Release|Win32.ActiveCfg = Release|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Release|Win32.Build.0 = Release|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Release|x64.ActiveCfg = Release|x64 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Release|x64.Build.0 = Release|x64 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Debug|Win32.ActiveCfg = Debug|Win32 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Debug|Win32.Build.0 = Debug|Win32 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Debug|x64.ActiveCfg = Debug|x64 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Debug|x64.Build.0 = Debug|x64 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Release|Win32.ActiveCfg = Release|Win32 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Release|Win32.Build.0 = Release|Win32 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Release|x64.ActiveCfg = Release|x64 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Release|x64.Build.0 = Release|x64 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Debug|Win32.ActiveCfg = Debug|Win32 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Debug|Win32.Build.0 = Debug|Win32 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Debug|x64.ActiveCfg = Debug|x64 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Debug|x64.Build.0 = Debug|x64 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Release|Win32.ActiveCfg = Release|Win32 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Release|Win32.Build.0 = Release|Win32 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Release|x64.ActiveCfg = Release|x64 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Mkfiles/vc14/yasm.vcxproj b/Mkfiles/vc14/yasm.vcxproj deleted file mode 100644 index 867888bc..00000000 --- a/Mkfiles/vc14/yasm.vcxproj +++ /dev/null @@ -1,283 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5} - yasm - - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)yasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)yasm.exe - true - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - Default - true - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)yasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - OnlyExplicitInline - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)yasm.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - true - - - - - - - - - - - - - - - - - {021ceb0a-f721-4f59-b349-9ceeaf244459} - false - - - {29fe7874-1256-4ad6-b889-68e399dc9608} - false - - - {d715a3d4-efaa-442e-ad8b-5b4ff64e1dd6} - false - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc14/yasm.vcxproj.filters b/Mkfiles/vc14/yasm.vcxproj.filters deleted file mode 100644 index 04941c22..00000000 --- a/Mkfiles/vc14/yasm.vcxproj.filters +++ /dev/null @@ -1,41 +0,0 @@ - - - - - {51f0d88e-1373-4bf8-a72e-c79706d37f8b} - h;hpp;hxx;hm;inl - - - {db67b411-6f59-462c-9c20-75024c6b3912} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - \ No newline at end of file diff --git a/Mkfiles/vc14/ytasm.vcxproj b/Mkfiles/vc14/ytasm.vcxproj deleted file mode 100644 index aabe801e..00000000 --- a/Mkfiles/vc14/ytasm.vcxproj +++ /dev/null @@ -1,278 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {2162937B-0DBD-4450-B45F-DF578D8E7508} - ytasm - - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - Application - false - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)ytasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)ytasm.exe - true - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - Default - true - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)ytasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - OnlyExplicitInline - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)ytasm.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - true - - - - - - - - - - - - - - - - {29fe7874-1256-4ad6-b889-68e399dc9608} - false - - - {d715a3d4-efaa-442e-ad8b-5b4ff64e1dd6} - false - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc15/config.h b/Mkfiles/vc15/config.h deleted file mode 100644 index 8515ac5a..00000000 --- a/Mkfiles/vc15/config.h +++ /dev/null @@ -1,170 +0,0 @@ -#include "YASM-VERSION.h" -#define yasm__splitpath(path, tail) yasm__splitpath_win(path, tail) -#define yasm__abspath(path) yasm__abspath_win(path) -#define yasm__combpath(from, to) yasm__combpath_win(from, to) - -/* Command name to run C preprocessor */ -#define CPP_PROG "cpp" - -/* */ -/* #undef ENABLE_NLS */ - -/* Define if you have the `abort' function. */ -#define HAVE_ABORT 1 - -/* */ -/* #undef HAVE_CATGETS */ - -/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the - CoreFoundation framework. */ -/* #undef HAVE_CFLOCALECOPYCURRENT */ - -/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in - the CoreFoundation framework. */ -/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ - -/* Define if the GNU dcgettext() function is already present or preinstalled. - */ -/* #undef HAVE_DCGETTEXT */ - -/* Define to 1 if you have the header file. */ -#define HAVE_DIRECT_H 1 - -/* Define to 1 if you have the `getcwd' function. */ -#define HAVE_GETCWD 1 - -/* */ -/* #undef HAVE_GETTEXT */ - -/* Define if you have the GNU C Library */ -/* #undef HAVE_GNU_C_LIBRARY */ - -/* Define if you have the iconv() function. */ -/* #undef HAVE_ICONV */ - -/* Define if you have the header file. */ -/* #undef HAVE_INTTYPES_H */ - -/* */ -/* #undef HAVE_LC_MESSAGES */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_LIBGEN_H */ - -/* Define if you have the header file. */ -/* #undef HAVE_MEMORY_H */ - -/* Define if you have the `mergesort' function. */ -/* #undef HAVE_MERGESORT */ - -/* Define to 1 if you have the `popen' function. */ -/* #undef HAVE_POPEN */ - -/* Define if you have the header file. */ -/* #undef HAVE_STDINT_H */ - -/* Define if you have the header file. */ -#define HAVE_STDLIB_H 1 - -/* */ -/* #undef HAVE_STPCPY */ - -/* Define if you have the `strcasecmp' function. */ -/* #undef HAVE_STRCASECMP */ - -/* Define if you have the `strcmpi' function. */ -/* #undef HAVE_STRCMPI */ - -/* Define if you have the `stricmp' function. */ -/* #undefine HAVE_STRICMP */ - -/* Define if you have the header file. */ -/* #undef HAVE_STRINGS_H */ - -/* Define if you have the header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the `strncasecmp' function. */ -/* #undef HAVE_STRNCASECMP */ - -/* Define if you have the `strsep' function. */ -/* #undef HAVE_STRSEP */ - -/* Define if you have the header file. */ -/* #undef HAVE_SYS_STAT_H */ - -/* Define if you have the header file. */ -#define HAVE_SYS_TYPES_H 1 - -/* Define if you have the `toascii' function. */ -#define HAVE_TOASCII 1 -#define toascii __toascii - -/* Define if you have the header file. */ -/* #undef HAVE_UNISTD_H */ - -/* Define to 1 if you have the `vsnprintf' function. */ -/* #undef HAVE_VSNPRINTF */ - -/* Define to 1 if you have the `_stricmp' function. */ -#define HAVE__STRICMP 1 - -/* Name of package */ -#define PACKAGE "yasm" - -/* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "bug-yasm@tortall.net" - -/* Define to the full name of this package. */ -#define PACKAGE_NAME "yasm" - -/* Define to the full name and version of this package. */ -/*#define PACKAGE_STRING "yasm HEAD"*/ - -/* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "yasm" - -/* Define to the version of this package. */ -/*#define PACKAGE_VERSION "HEAD"*/ - -/* Define if the C compiler supports function prototypes. */ -#define PROTOTYPES 1 - -/* The size of a `char', as computed by sizeof. */ -/* #undef SIZEOF_CHAR */ - -/* The size of a `int', as computed by sizeof. */ -/* #undef SIZEOF_INT */ - -/* The size of a `long', as computed by sizeof. */ -/* #undef SIZEOF_LONG */ - -/* The size of a `short', as computed by sizeof. */ -/* #undef SIZEOF_SHORT */ - -/* The size of a `void*', as computed by sizeof. */ -/* #undef SIZEOF_VOIDP */ - -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Version number of package */ -#define VERSION "HEAD" - -/* Define if using the dmalloc debugging malloc package */ -/* #undef WITH_DMALLOC */ - -/* Define like PROTOTYPES; this can be used by system headers. */ -#define __PROTOTYPES 1 - -/* Define to empty if `const' does not conform to ANSI C. */ -/* #undef const */ - -/* Define as `__inline' if that's what the C compiler calls it, or to nothing - if it is not supported. */ -#ifndef __cplusplus -/* #undef inline */ -#endif - -/* Define to `unsigned' if doesn't define. */ -/* #undef size_t */ diff --git a/Mkfiles/vc15/crt_secure_no_deprecate.props b/Mkfiles/vc15/crt_secure_no_deprecate.props deleted file mode 100644 index 777d6d0a..00000000 --- a/Mkfiles/vc15/crt_secure_no_deprecate.props +++ /dev/null @@ -1,11 +0,0 @@ - - - - <_ProjectFileVersion>10.0.21006.1 - - - - _CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - - - \ No newline at end of file diff --git a/Mkfiles/vc15/crt_secure_no_deprecate.vsprops b/Mkfiles/vc15/crt_secure_no_deprecate.vsprops deleted file mode 100644 index 56ab506f..00000000 --- a/Mkfiles/vc15/crt_secure_no_deprecate.vsprops +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/Mkfiles/vc15/genmacro/genmacro.vcxproj b/Mkfiles/vc15/genmacro/genmacro.vcxproj deleted file mode 100644 index 794399a3..00000000 --- a/Mkfiles/vc15/genmacro/genmacro.vcxproj +++ /dev/null @@ -1,202 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {225700A5-07B8-434E-AD61-555278BF6733} - genmacro - Win32Proj - - - - Application - MultiByte - v141 - - - Application - MultiByte - v141 - - - Application - MultiByte - v141 - - - Application - MultiByte - v141 - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - false - - - - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genmacro.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genmacro.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - - - run.bat "$(TargetPath)" - - - - - Full - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genmacro.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Full - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genmacro.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - - - run.bat "$(TargetPath)" - - - - - - - - - - - {b545983b-8ee0-4a7b-a67a-e749eeae62a2} - false - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc15/genmacro/genmacro.vcxproj.filters b/Mkfiles/vc15/genmacro/genmacro.vcxproj.filters deleted file mode 100644 index 402cf1b4..00000000 --- a/Mkfiles/vc15/genmacro/genmacro.vcxproj.filters +++ /dev/null @@ -1,17 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Source Files - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc15/genmacro/run.bat b/Mkfiles/vc15/genmacro/run.bat deleted file mode 100644 index 98c337ac..00000000 --- a/Mkfiles/vc15/genmacro/run.bat +++ /dev/null @@ -1,5 +0,0 @@ -cd ..\..\.. -%1 nasm-version.c nasm_version_mac version.mac -%1 nasm-macros.c nasm_standard_mac modules\parsers\nasm\nasm-std.mac -%1 win64-nasm.c win64_nasm_stdmac modules\objfmts\coff\win64-nasm.mac -%1 win64-gas.c win64_gas_stdmac modules\objfmts\coff\win64-gas.mac diff --git a/Mkfiles/vc15/genmodule/genmodule.vcxproj b/Mkfiles/vc15/genmodule/genmodule.vcxproj deleted file mode 100644 index 602115e2..00000000 --- a/Mkfiles/vc15/genmodule/genmodule.vcxproj +++ /dev/null @@ -1,207 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0} - genmodule - Win32Proj - - - - Application - MultiByte - v141 - - - Application - MultiByte - v141 - - - Application - MultiByte - v141 - - - Application - MultiByte - v141 - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - false - - - - Disabled - %(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;FILTERMODE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genmodule.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Disabled - %(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;FILTERMODE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genmodule.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - - - run.bat "$(TargetPath)" - - - - - Full - %(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;FILTERMODE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - $(IntDir) - Level3 - Default - - - $(OutDir)genmodule.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Full - %(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;FILTERMODE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - $(IntDir) - Level3 - Default - - - $(OutDir)genmodule.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - - - run.bat "$(TargetPath)" - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc15/genmodule/genmodule.vcxproj.filters b/Mkfiles/vc15/genmodule/genmodule.vcxproj.filters deleted file mode 100644 index d3255c29..00000000 --- a/Mkfiles/vc15/genmodule/genmodule.vcxproj.filters +++ /dev/null @@ -1,20 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Source Files - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc15/genmodule/run.bat b/Mkfiles/vc15/genmodule/run.bat deleted file mode 100644 index 00055692..00000000 --- a/Mkfiles/vc15/genmodule/run.bat +++ /dev/null @@ -1,3 +0,0 @@ -@echo off -cd ..\..\.. -%1 libyasm\module.in Makefile.am diff --git a/Mkfiles/vc15/genperf/genperf.vcxproj b/Mkfiles/vc15/genperf/genperf.vcxproj deleted file mode 100644 index ad4e8aff..00000000 --- a/Mkfiles/vc15/genperf/genperf.vcxproj +++ /dev/null @@ -1,261 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619} - genperf - Win32Proj - - - - Application - MultiByte - v141 - - - Application - MultiByte - v141 - - - Application - MultiByte - v141 - - - Application - MultiByte - v141 - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - false - false - false - false - false - - - - - - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;STDC_HEADERS;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genperf.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX86 - - - - - - - run.bat "$(TargetPath)" - - - x86insn_nasm.c;x86insn_gas.c;x86cpu.c;x86regtmod.c;%(Outputs) - - - run.bat "$(TargetPath)" - - - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;STDC_HEADERS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genperf.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - - - - - - - run.bat "$(TargetPath)" - - - x86insn_nasm.c;x86insn_gas.c;x86cpu.c;x86regtmod.c;%(Outputs) - - - run.bat "$(TargetPath)" - - - - - Full - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;STDC_HEADERS;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genperf.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - MachineX86 - - - - - - - run.bat "$(TargetPath)" - - - x86insn_nasm.c;x86insn_gas.c;x86cpu.c;x86regtmod.c;%(Outputs) - - - run.bat "$(TargetPath)" - - - - - Full - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;STDC_HEADERS;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genperf.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - - - - - - - run.bat "$(TargetPath)" - - - x86insn_nasm.c;x86insn_gas.c;x86cpu.c;x86regtmod.c;%(Outputs) - - - run.bat "$(TargetPath)" - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc15/genperf/genperf.vcxproj.filters b/Mkfiles/vc15/genperf/genperf.vcxproj.filters deleted file mode 100644 index 3124b5d7..00000000 --- a/Mkfiles/vc15/genperf/genperf.vcxproj.filters +++ /dev/null @@ -1,56 +0,0 @@ - - - - - {3C1E9AA8-6338-4CED-99F1-BEBA80607BD5} - h;hpp;hxx;hm;inl;inc;xsd - - - {1062695D-1C50-4068-8313-73A409885BC1} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc15/genperf/run.bat b/Mkfiles/vc15/genperf/run.bat deleted file mode 100644 index c6f83543..00000000 --- a/Mkfiles/vc15/genperf/run.bat +++ /dev/null @@ -1,40 +0,0 @@ -cd ..\..\.. -@echo off - -for /f "usebackq tokens=1*" %%f in (`reg query HKCR\Applications\python.exe\shell\open\command 2^>NUL`) do (set _my_=%%f %%g) -goto try1%errorlevel% - -:try10 -goto ok - -:try11 -for /f "usebackq tokens=1*" %%f in (`reg query HKCR\Python.File\shell\open\command 2^>NUL`) do (set _my_=%%f %%g) -goto try2%errorlevel% - -:try20: -goto ok - -:try21: -echo Building without Python ... -goto therest - -:ok -echo Building with Python ... -set _res_=%_my_:*REG_SZ=% -set _end_=%_res_:*exe"=% -call set _python_=%%_res_:%_end_%=%% -echo %_python_% -call %_python_% modules\arch\x86\gen_x86_insn.py - -:therest -@echo on -call :update %1 x86insn_nasm.gperf x86insn_nasm.c -call :update %1 x86insn_gas.gperf x86insn_gas.c -call :update %1 modules\arch\x86\x86cpu.gperf x86cpu.c -call :update %1 modules\arch\x86\x86regtmod.gperf x86regtmod.c -goto :eof - -:update -%1 %2 tf -call mkfiles\vc14\out_copy_rename tf .\ %3 -del tf diff --git a/Mkfiles/vc15/genstring/genstring.vcxproj b/Mkfiles/vc15/genstring/genstring.vcxproj deleted file mode 100644 index 3a9e298b..00000000 --- a/Mkfiles/vc15/genstring/genstring.vcxproj +++ /dev/null @@ -1,196 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {021CEB0A-F721-4F59-B349-9CEEAF244459} - genstring - Win32Proj - - - - Application - MultiByte - v141 - - - Application - MultiByte - v141 - - - Application - MultiByte - v141 - - - Application - MultiByte - v141 - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - false - - - - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genstring.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genstring.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - - - run.bat "$(TargetPath)" - - - - - Full - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genstring.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Full - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genstring.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - - - run.bat "$(TargetPath)" - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc15/genstring/genstring.vcxproj.filters b/Mkfiles/vc15/genstring/genstring.vcxproj.filters deleted file mode 100644 index 04ed411d..00000000 --- a/Mkfiles/vc15/genstring/genstring.vcxproj.filters +++ /dev/null @@ -1,17 +0,0 @@ - - - - - {28EBE11C-5BE8-4935-9381-F57696749E0C} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Source Files - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc15/genstring/run.bat b/Mkfiles/vc15/genstring/run.bat deleted file mode 100644 index baedcecb..00000000 --- a/Mkfiles/vc15/genstring/run.bat +++ /dev/null @@ -1,2 +0,0 @@ -cd ..\..\.. -%1 license_msg license.c COPYING diff --git a/Mkfiles/vc15/genversion/genversion.vcxproj b/Mkfiles/vc15/genversion/genversion.vcxproj deleted file mode 100644 index 69079a0a..00000000 --- a/Mkfiles/vc15/genversion/genversion.vcxproj +++ /dev/null @@ -1,223 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2} - genversion - Win32Proj - - - - Application - MultiByte - v141 - - - Application - MultiByte - v141 - - - Application - MultiByte - v141 - - - Application - MultiByte - v141 - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - false - - - - Disabled - ..\..\vc10;..\..\..\;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genversion.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - cd ..\..\..\ -YASM-VERSION-GEN.bat - - - - - - Disabled - ..\..\vc10;..\..\..\;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genversion.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - - - run.bat "$(TargetPath)" - - - cd ..\..\..\ -YASM-VERSION-GEN.bat - - - - - - Full - ..\..\vc10;..\..\..\;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genversion.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - cd ..\..\..\ -YASM-VERSION-GEN.bat - - - - - - Full - ..\..\vc10;..\..\..\;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genversion.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - - - run.bat "$(TargetPath)" - - - cd ..\..\..\ -YASM-VERSION-GEN.bat - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc15/genversion/genversion.vcxproj.filters b/Mkfiles/vc15/genversion/genversion.vcxproj.filters deleted file mode 100644 index cc088b12..00000000 --- a/Mkfiles/vc15/genversion/genversion.vcxproj.filters +++ /dev/null @@ -1,26 +0,0 @@ - - - - - {2acbec3a-0ed8-4b2e-826e-a84c7d35f205} - h;hpp;hxx;hm;inl - - - {E67ED277-E4F2-4D79-8C9E-962BAC164F3F} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Source Files - - - - - Header Files - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc15/genversion/run.bat b/Mkfiles/vc15/genversion/run.bat deleted file mode 100644 index 41b19cad..00000000 --- a/Mkfiles/vc15/genversion/run.bat +++ /dev/null @@ -1,2 +0,0 @@ -cd ..\..\.. -%1 version.mac diff --git a/Mkfiles/vc15/genversion/runpre.bat b/Mkfiles/vc15/genversion/runpre.bat deleted file mode 100644 index fdd15708..00000000 --- a/Mkfiles/vc15/genversion/runpre.bat +++ /dev/null @@ -1,2 +0,0 @@ -cd ..\..\.. -YASM-VERSION-GEN.bat diff --git a/Mkfiles/vc15/libyasm-stdint.h b/Mkfiles/vc15/libyasm-stdint.h deleted file mode 100644 index b66ab15f..00000000 --- a/Mkfiles/vc15/libyasm-stdint.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef _UINTPTR_T_DEFINED -#ifdef _WIN64 -#include -#else -typedef unsigned long uintptr_t; -#endif -#define _UINTPTR_T_DEFINED -#endif diff --git a/Mkfiles/vc15/libyasm/libyasm.vcxproj b/Mkfiles/vc15/libyasm/libyasm.vcxproj deleted file mode 100644 index 63c5605f..00000000 --- a/Mkfiles/vc15/libyasm/libyasm.vcxproj +++ /dev/null @@ -1,277 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {29FE7874-1256-4AD6-B889-68E399DC9608} - libyasm - - - - StaticLibrary - false - MultiByte - v141 - - - StaticLibrary - false - MultiByte - v141 - - - StaticLibrary - false - MultiByte - v141 - - - StaticLibrary - false - MultiByte - v141 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - - - - Full - Default - ..;../../..;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)libyasm.lib - true - - - - - X64 - - - Full - Default - ..;../../..;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;WIN64;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)libyasm.lib - true - - - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)libyasm.lib - true - - - - - X64 - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;WIN64;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)libyasm.lib - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {f0e8b707-00c5-4ff2-b8ef-7c39817132a0} - false - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc15/libyasm/libyasm.vcxproj.filters b/Mkfiles/vc15/libyasm/libyasm.vcxproj.filters deleted file mode 100644 index 9bdf13a4..00000000 --- a/Mkfiles/vc15/libyasm/libyasm.vcxproj.filters +++ /dev/null @@ -1,200 +0,0 @@ - - - - - {4ca3b698-9d01-4e4e-ae00-5c98da045efe} - h;hpp;hxx;hm;inl - - - {68607062-982d-4251-9a1a-30f76474983d} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Source Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc15/modules/modules.vcxproj b/Mkfiles/vc15/modules/modules.vcxproj deleted file mode 100644 index 51d1dc12..00000000 --- a/Mkfiles/vc15/modules/modules.vcxproj +++ /dev/null @@ -1,324 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6} - modules - - - - StaticLibrary - false - MultiByte - v141 - - - StaticLibrary - false - MultiByte - v141 - - - StaticLibrary - false - MultiByte - v141 - - - StaticLibrary - false - MultiByte - v141 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - - - - Full - Default - ..;../../..;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)modules.lib - true - - - - - - - - - X64 - - - Full - Default - ..;../../..;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;WIN64;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)modules.lib - true - - - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)modules.lib - true - - - - - X64 - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;WIN64;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)modules.lib - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {225700a5-07b8-434e-ad61-555278bf6733} - false - - - {c45a8b59-8b59-4d5d-a8e8-fb090f8dd619} - false - - - {29fe7874-1256-4ad6-b889-68e399dc9608} - false - - - {3c58be13-50a3-4583-984d-d8902b3d7713} - false - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc15/modules/modules.vcxproj.filters b/Mkfiles/vc15/modules/modules.vcxproj.filters deleted file mode 100644 index e6ff3add..00000000 --- a/Mkfiles/vc15/modules/modules.vcxproj.filters +++ /dev/null @@ -1,256 +0,0 @@ - - - - - {39c89f91-d860-4396-a49f-86b8b7a51c33} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {be0cdf28-cbed-4774-b3cc-b63e4e3fa0a9} - - - {491cc60a-889b-4f53-aae9-f4d7d6aa667a} - - - {c084015d-3c3e-4379-8746-ae5cffcec79e} - - - {3333e0b3-e95f-44f6-9000-58d4da368360} - - - {528f2955-ceba-4691-a36c-054f119e3dcc} - - - {81686d52-eb71-4d4a-a830-66c45afb808f} - - - {98fe1e43-3794-4639-bf29-14b0c569754f} - - - {6b3956d4-0bff-4e8e-af61-a7e59b476fa4} - - - {446fad62-ac17-49e9-8263-33481f04f182} - - - {33fb7fc8-61f9-428d-9c94-7a4912fbb678} - - - {48fc77ec-7d78-4c0a-bfc2-9aa76faf5d7f} - - - - - Source Files\parsers - - - Source Files\arch - - - Source Files\arch - - - Source Files\arch - - - Source Files\arch - - - Source Files\arch - - - Source Files\arch - - - Source Files\arch - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\listfmts\nasm - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\parsers - - - Source Files\parsers - - - Source Files\parsers - - - Source Files\parsers - - - Source Files\parsers - - - Source Files\preprocs\cpp - - - Source Files\preprocs\gas - - - Source Files\preprocs\gas - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - Source Files\preprocs\raw - - - Source Files\parsers - - - Source Files\arch - - - Source Files\arch - - - Source Files\objfmts - - - - - Source Files\arch - - - Source Files\arch - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\parsers - - - Source Files\parsers - - - Source Files\preprocs\gas - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc15/out_copy_rename.bat b/Mkfiles/vc15/out_copy_rename.bat deleted file mode 100644 index 3179b59a..00000000 --- a/Mkfiles/vc15/out_copy_rename.bat +++ /dev/null @@ -1,42 +0,0 @@ -@echo off -if not exist %1 goto nofile -if exist %2 goto copy - -echo creating directory %2 -md %2 > nul - -:copy -set str=%2 -for /f "useback tokens=*" %%a in ('%str%') do set str=%%~a -set str=%str:~-1% -if %str% == "\" goto hasbackslash - -if not exist %2\%3 goto cpy -fc %1 %2\%3 > nul && if not %errorlevel 1 goto exit -echo overwriting %2\%3 with %1 -copy %1 %2\%3 > nul -goto exit - -:cpy -echo copying %1 to %2\%3 -copy %1 %2\%3 > nul -goto exit - -:hasbackslash -if not exist %2%3 goto cpy2 -fc %1 %2%3 > nul && if not %errorlevel 1 goto exit -echo overwriting %2%3 with %1 -copy %1 %2%3 > nul -goto exit - -:cpy2 -echo copying %1 to %2%3 -copy %1 %2%3 > nul -goto exit - -:nofile -echo %1 not found - -:exit - - diff --git a/Mkfiles/vc15/re2c/re2c.vcxproj b/Mkfiles/vc15/re2c/re2c.vcxproj deleted file mode 100644 index 62eb2d0c..00000000 --- a/Mkfiles/vc15/re2c/re2c.vcxproj +++ /dev/null @@ -1,221 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {3C58BE13-50A3-4583-984D-D8902B3D7713} - re2c - Win32Proj - - - - Application - MultiByte - v141 - - - Application - MultiByte - v141 - - - Application - MultiByte - v141 - - - Application - MultiByte - v141 - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - false - - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - Default - ProgramDatabase - - - $(OutDir)re2c.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - Default - ProgramDatabase - - - $(OutDir)re2c.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - - - run.bat "$(TargetPath)" - - - - - Full - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)re2c.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Full - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)re2c.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - - - run.bat "$(TargetPath)" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc15/re2c/re2c.vcxproj.filters b/Mkfiles/vc15/re2c/re2c.vcxproj.filters deleted file mode 100644 index da0f935c..00000000 --- a/Mkfiles/vc15/re2c/re2c.vcxproj.filters +++ /dev/null @@ -1,80 +0,0 @@ - - - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc15/re2c/run.bat b/Mkfiles/vc15/re2c/run.bat deleted file mode 100644 index 6ac571f0..00000000 --- a/Mkfiles/vc15/re2c/run.bat +++ /dev/null @@ -1,4 +0,0 @@ -cd ..\..\..\ -%1 -s -o lc3bid.c modules\arch\lc3b\lc3bid.re -%1 -b -o nasm-token.c modules\parsers\nasm\nasm-token.re -%1 -b -o gas-token.c modules\parsers\gas\gas-token.re diff --git a/Mkfiles/vc15/readme.vc14.txt b/Mkfiles/vc15/readme.vc14.txt deleted file mode 100644 index ea716567..00000000 --- a/Mkfiles/vc15/readme.vc14.txt +++ /dev/null @@ -1,106 +0,0 @@ -Building YASM with Microsoft Visual Studio 2015 (C/C++ v14) ------------------------------------------------------------ - -This note describes how to build YASM using Microsoft Visual -Studio 2015 (C/C++ v14). - -1. YASM Download ----------------- - -First YASM needs to be downloaded and the files placed within -a suitable directory, which will be called here but can -be named and located as you wish. - -2. Building YASM with Microsoft 2015 (VC14) -------------------------------------------- - -Now locate and double click on the yasm.sln solution file in -the 'Mkfiles/vc14' subdirectory to open the build project in -the Visual Studio 2015 IDE and then select: - - win32 or x64 build - release or debug build - -as appropriate to build the YASM binaries that you need. - -4. Using YASM with Visual Sudio 2015 and VC++ version 14 --------------------------------------------------------- - -The YASM version vsyasm.exe is designed specifically for use -with the 2010 and later versions of Visual Studio. To tell -Visual Studio where to find vsyasm.exe, the environment -variable YASMPATH can be set to the absolute path of the -directory in which vsyasm.exe is located (this path should -include the final backslash). - -Alternatively you can find the directory (or directories) -where the VC++ compiler binaries are located and put copies -of the vsyasm.exe binary in these directories. The typical -location on 64-bit Windows is: - -C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin - -On 32-bit Windows it is normally at: - -C:\Program Files\Microsoft Visual Studio 14.0\VC\bin - -Depending on your system you can use either the win32 or the -x64 version of vsyasm.exe, which must be named vsyasm.exe. - -To use the custom tools facility in Visual Studio 2015, you -need to place a copy of three files - yasm.props, yasm.targets -and yasm.xml - into a location where they can be found by the -Visual Studio build customisation processes. There are several -ways to do this: - - a. put these files in the MSBUILD customisation directory, - which is typically at: - - C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations - - b. put them in a convenient location and set this path in the - 'Build Customisations Search Path' in the Visual Studio - 'Projects and Solutions|VC++ Project Settings' item in - the 'Tools|Options' menu; - - c. put them in a convenient location and set this path in the - 'Build Customisation dialogue (discussed later). - -To use YASM in a project, right click on the project in the Solution -Explorer and select 'Build Customisations..'. This will give you a -dialog box that allows you to select YASM as an assembler (note that -your assembler files need to have the extension '.asm'). If you have -used option c. above, you will need to let the dialogue find them -using the 'Find Existing' button below the dialogue. - -To assemble a file with YASM, select the Property Page for the file -and the select 'Yasm Assembler' in the Tool dialog entry. Then click -'Apply' and an additional property page entry will appear and enable -YASM settings to be established. - -5. A Linker Issue ------------------ - -There appears to be a linker bug in the VC++ linker that prevents -symbols with absolute addresses being linked in DLL builds. This -means, for example, that LEA instructions of the general form: - - lea, rax,[rax+symbol] - -cannot be used for DLL builds. The following general form -has to be used instead: - - lea rcx,[symbol wrt rip] - lea rax,[rax+rcx] - -This limitation may also cause problems with other instruction -that use absolute addresses. - -6. Acknowledgements -------------------- - -I am most grateful for the fantastic support that Peter Johnson, -YASM's creator, has given me in tracking down issues in using -YASM for the production of Windows x64 code. - - Brian Gladman, 30th April 2015 diff --git a/Mkfiles/vc15/vsyasm.props b/Mkfiles/vc15/vsyasm.props deleted file mode 100644 index 8e2269b6..00000000 --- a/Mkfiles/vc15/vsyasm.props +++ /dev/null @@ -1,27 +0,0 @@ - - - - Midl - CustomBuild - - - _SelectedFiles;$(YASMDependsOn) - - - C:\Program Files\yasm\ - - - - False - $(IntDir)%(FileName).obj - 0 - 0 - "$(YASM_PATH)"vsyasm.exe -Xvc -f $(Platform) [AllOptions] [AdditionalOptions] [Inputs] - %(ObjectFile) - Assembling %(Filename)%(Extension) ==> $(IntDir)%(FileName).obj - false - - - diff --git a/Mkfiles/vc15/vsyasm.targets b/Mkfiles/vc15/vsyasm.targets deleted file mode 100644 index 8f38f2cb..00000000 --- a/Mkfiles/vc15/vsyasm.targets +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - _YASM - - - - - - $(ComputeLinkInputsTargets); - ComputeYASMOutput; - - - $(ComputeLibInputsTargets); - ComputeYASMOutput; - - - - - $(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml - - - - - - <_YASMReadTlog - Include="^%(YASM.FullPath);%(YASM.AdditionalDependencies)" - Condition="'%(YASM.ExcludedFromBuild)' != 'true' and '%(YASM.ObjectFile)' != ''"/> - <_YASMWriteTlog - Include="^%(YASM.FullPath);$([MSBuild]::NormalizePath('$(MSBuildProjectDirectory)', '%(YASM.ObjectFile)'))" - Condition="'%(YASM.ExcludedFromBuild)' != 'true' and '%(YASM.ObjectFile)' != ''"/> - - - - - - - - <_YASMReadTlog Remove="@(_YASMReadTlog)" /> - <_YASMWriteTlog Remove="@(_YASMWriteTlog)" /> - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc15/vsyasm.vcxproj b/Mkfiles/vc15/vsyasm.vcxproj deleted file mode 100644 index 9328dcf8..00000000 --- a/Mkfiles/vc15/vsyasm.vcxproj +++ /dev/null @@ -1,279 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {7FDD85BB-CC86-442B-A425-989B5B296ED5} - vsyasm - - - - Application - false - MultiByte - v141 - - - Application - false - MultiByte - v141 - - - Application - false - MultiByte - v141 - - - Application - false - MultiByte - v141 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)vsyasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)vsyasm.exe - true - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - Default - true - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)vsyasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - OnlyExplicitInline - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)vsyasm.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - true - - - - - - - - - {29fe7874-1256-4ad6-b889-68e399dc9608} - false - - - {d715a3d4-efaa-442e-ad8b-5b4ff64e1dd6} - false - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc15/vsyasm.xml b/Mkfiles/vc15/vsyasm.xml deleted file mode 100644 index a108f005..00000000 --- a/Mkfiles/vc15/vsyasm.xml +++ /dev/null @@ -1,283 +0,0 @@ - - - - - - - - - - - - - General - - - - - - Symbols - - - - - - Files - - - - - - Command Line - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Execute Before - - - Specifies the targets for the build customization to run before. - - - - - - - - - - - - Execute After - - - Specifies the targets for the build customization to run after. - - - - - - - - - - - - - - - - - - Additional Options - - - Additional Options - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc15/yasm.sln b/Mkfiles/vc15/yasm.sln deleted file mode 100644 index 5d2dc952..00000000 --- a/Mkfiles/vc15/yasm.sln +++ /dev/null @@ -1,142 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.22823.1 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{825AC694-358C-4D8D-92DE-33A2691978CE}" - ProjectSection(SolutionItems) = preProject - crt_secure_no_deprecate.vsprops = crt_secure_no_deprecate.vsprops - readme.vc14.txt = readme.vc14.txt - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libyasm", "libyasm\libyasm.vcxproj", "{29FE7874-1256-4AD6-B889-68E399DC9608}" - ProjectSection(ProjectDependencies) = postProject - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2} = {B545983B-8EE0-4A7B-A67A-E749EEAE62A2} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "modules", "modules\modules.vcxproj", "{D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yasm", "yasm.vcxproj", "{34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genmacro", "genmacro\genmacro.vcxproj", "{225700A5-07B8-434E-AD61-555278BF6733}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genversion", "genversion\genversion.vcxproj", "{B545983B-8EE0-4A7B-A67A-E749EEAE62A2}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "re2c", "re2c\re2c.vcxproj", "{3C58BE13-50A3-4583-984D-D8902B3D7713}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genperf", "genperf\genperf.vcxproj", "{C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genmodule", "genmodule\genmodule.vcxproj", "{F0E8B707-00C5-4FF2-B8EF-7C39817132A0}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genstring", "genstring\genstring.vcxproj", "{021CEB0A-F721-4F59-B349-9CEEAF244459}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ytasm", "ytasm.vcxproj", "{2162937B-0DBD-4450-B45F-DF578D8E7508}" - ProjectSection(ProjectDependencies) = postProject - {021CEB0A-F721-4F59-B349-9CEEAF244459} = {021CEB0A-F721-4F59-B349-9CEEAF244459} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vsyasm", "vsyasm.vcxproj", "{7FDD85BB-CC86-442B-A425-989B5B296ED5}" - ProjectSection(ProjectDependencies) = postProject - {021CEB0A-F721-4F59-B349-9CEEAF244459} = {021CEB0A-F721-4F59-B349-9CEEAF244459} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {29FE7874-1256-4AD6-B889-68E399DC9608}.Debug|Win32.ActiveCfg = Debug|Win32 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Debug|Win32.Build.0 = Debug|Win32 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Debug|x64.ActiveCfg = Debug|x64 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Debug|x64.Build.0 = Debug|x64 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Release|Win32.ActiveCfg = Release|Win32 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Release|Win32.Build.0 = Release|Win32 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Release|x64.ActiveCfg = Release|x64 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Release|x64.Build.0 = Release|x64 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Debug|Win32.ActiveCfg = Debug|Win32 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Debug|Win32.Build.0 = Debug|Win32 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Debug|x64.ActiveCfg = Debug|x64 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Debug|x64.Build.0 = Debug|x64 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Release|Win32.ActiveCfg = Release|Win32 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Release|Win32.Build.0 = Release|Win32 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Release|x64.ActiveCfg = Release|x64 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Release|x64.Build.0 = Release|x64 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Debug|Win32.ActiveCfg = Debug|Win32 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Debug|Win32.Build.0 = Debug|Win32 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Debug|x64.ActiveCfg = Debug|x64 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Debug|x64.Build.0 = Debug|x64 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Release|Win32.ActiveCfg = Release|Win32 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Release|Win32.Build.0 = Release|Win32 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Release|x64.ActiveCfg = Release|x64 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Release|x64.Build.0 = Release|x64 - {225700A5-07B8-434E-AD61-555278BF6733}.Debug|Win32.ActiveCfg = Debug|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Debug|Win32.Build.0 = Debug|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Debug|x64.ActiveCfg = Debug|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Debug|x64.Build.0 = Debug|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Release|Win32.ActiveCfg = Release|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Release|Win32.Build.0 = Release|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Release|x64.ActiveCfg = Release|x64 - {225700A5-07B8-434E-AD61-555278BF6733}.Release|x64.Build.0 = Release|x64 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Debug|Win32.ActiveCfg = Debug|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Debug|Win32.Build.0 = Debug|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Debug|x64.ActiveCfg = Debug|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Debug|x64.Build.0 = Debug|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Release|Win32.ActiveCfg = Release|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Release|Win32.Build.0 = Release|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Release|x64.ActiveCfg = Release|x64 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Release|x64.Build.0 = Release|x64 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Debug|Win32.ActiveCfg = Debug|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Debug|Win32.Build.0 = Debug|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Debug|x64.ActiveCfg = Debug|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Debug|x64.Build.0 = Debug|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Release|Win32.ActiveCfg = Release|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Release|Win32.Build.0 = Release|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Release|x64.ActiveCfg = Release|x64 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Release|x64.Build.0 = Release|x64 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Debug|Win32.ActiveCfg = Debug|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Debug|Win32.Build.0 = Debug|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Debug|x64.ActiveCfg = Debug|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Debug|x64.Build.0 = Debug|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Release|Win32.ActiveCfg = Release|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Release|Win32.Build.0 = Release|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Release|x64.ActiveCfg = Release|x64 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Release|x64.Build.0 = Release|x64 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Debug|Win32.ActiveCfg = Debug|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Debug|Win32.Build.0 = Debug|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Debug|x64.ActiveCfg = Debug|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Debug|x64.Build.0 = Debug|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Release|Win32.ActiveCfg = Release|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Release|Win32.Build.0 = Release|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Release|x64.ActiveCfg = Release|x64 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Release|x64.Build.0 = Release|x64 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Debug|Win32.ActiveCfg = Debug|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Debug|Win32.Build.0 = Debug|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Debug|x64.ActiveCfg = Debug|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Debug|x64.Build.0 = Debug|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Release|Win32.ActiveCfg = Release|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Release|Win32.Build.0 = Release|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Release|x64.ActiveCfg = Release|x64 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Release|x64.Build.0 = Release|x64 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Debug|Win32.ActiveCfg = Debug|Win32 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Debug|Win32.Build.0 = Debug|Win32 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Debug|x64.ActiveCfg = Debug|x64 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Debug|x64.Build.0 = Debug|x64 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Release|Win32.ActiveCfg = Release|Win32 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Release|Win32.Build.0 = Release|Win32 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Release|x64.ActiveCfg = Release|x64 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Release|x64.Build.0 = Release|x64 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Debug|Win32.ActiveCfg = Debug|Win32 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Debug|Win32.Build.0 = Debug|Win32 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Debug|x64.ActiveCfg = Debug|x64 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Debug|x64.Build.0 = Debug|x64 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Release|Win32.ActiveCfg = Release|Win32 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Release|Win32.Build.0 = Release|Win32 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Release|x64.ActiveCfg = Release|x64 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Mkfiles/vc15/yasm.vcxproj b/Mkfiles/vc15/yasm.vcxproj deleted file mode 100644 index dd041da0..00000000 --- a/Mkfiles/vc15/yasm.vcxproj +++ /dev/null @@ -1,283 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5} - yasm - - - - Application - false - MultiByte - v141 - - - Application - false - MultiByte - v141 - - - Application - false - MultiByte - v141 - - - Application - false - MultiByte - v141 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)yasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)yasm.exe - true - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - Default - true - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)yasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - OnlyExplicitInline - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)yasm.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - true - - - - - - - - - - - - - - - - - {021ceb0a-f721-4f59-b349-9ceeaf244459} - false - - - {29fe7874-1256-4ad6-b889-68e399dc9608} - false - - - {d715a3d4-efaa-442e-ad8b-5b4ff64e1dd6} - false - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc15/yasm.vcxproj.filters b/Mkfiles/vc15/yasm.vcxproj.filters deleted file mode 100644 index 04941c22..00000000 --- a/Mkfiles/vc15/yasm.vcxproj.filters +++ /dev/null @@ -1,41 +0,0 @@ - - - - - {51f0d88e-1373-4bf8-a72e-c79706d37f8b} - h;hpp;hxx;hm;inl - - - {db67b411-6f59-462c-9c20-75024c6b3912} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - \ No newline at end of file diff --git a/Mkfiles/vc15/ytasm.vcxproj b/Mkfiles/vc15/ytasm.vcxproj deleted file mode 100644 index 9d90e255..00000000 --- a/Mkfiles/vc15/ytasm.vcxproj +++ /dev/null @@ -1,278 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {2162937B-0DBD-4450-B45F-DF578D8E7508} - ytasm - - - - Application - false - MultiByte - v141 - - - Application - false - MultiByte - v141 - - - Application - false - MultiByte - v141 - - - Application - false - MultiByte - v141 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)ytasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)ytasm.exe - true - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - Default - true - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)ytasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - OnlyExplicitInline - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)ytasm.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - true - - - - - - - - - - - - - - - - {29fe7874-1256-4ad6-b889-68e399dc9608} - false - - - {d715a3d4-efaa-442e-ad8b-5b4ff64e1dd6} - false - - - - - - \ No newline at end of file diff --git a/Mkfiles/vc9/config.h b/Mkfiles/vc9/config.h deleted file mode 100644 index efb7cbe4..00000000 --- a/Mkfiles/vc9/config.h +++ /dev/null @@ -1,170 +0,0 @@ -#include "YASM-VERSION.h" -#define yasm__splitpath(path, tail) yasm__splitpath_win(path, tail) -#define yasm__abspath(path) yasm__abspath_win(path) -#define yasm__combpath(from, to) yasm__combpath_win(from, to) - -/* Command name to run C preprocessor */ -#define CPP_PROG "cpp" - -/* */ -/* #undef ENABLE_NLS */ - -/* Define if you have the `abort' function. */ -#define HAVE_ABORT 1 - -/* */ -/* #undef HAVE_CATGETS */ - -/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the - CoreFoundation framework. */ -/* #undef HAVE_CFLOCALECOPYCURRENT */ - -/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in - the CoreFoundation framework. */ -/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ - -/* Define if the GNU dcgettext() function is already present or preinstalled. - */ -/* #undef HAVE_DCGETTEXT */ - -/* Define to 1 if you have the header file. */ -#define HAVE_DIRECT_H 1 - -/* Define to 1 if you have the `getcwd' function. */ -#define HAVE_GETCWD 1 - -/* */ -/* #undef HAVE_GETTEXT */ - -/* Define if you have the GNU C Library */ -/* #undef HAVE_GNU_C_LIBRARY */ - -/* Define if you have the iconv() function. */ -/* #undef HAVE_ICONV */ - -/* Define if you have the header file. */ -/* #undef HAVE_INTTYPES_H */ - -/* */ -/* #undef HAVE_LC_MESSAGES */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_LIBGEN_H */ - -/* Define if you have the header file. */ -/* #undef HAVE_MEMORY_H */ - -/* Define if you have the `mergesort' function. */ -/* #undef HAVE_MERGESORT */ - -/* Define to 1 if you have the `popen' function. */ -/* #undef HAVE_POPEN */ - -/* Define if you have the header file. */ -/* #undef HAVE_STDINT_H */ - -/* Define if you have the header file. */ -#define HAVE_STDLIB_H 1 - -/* */ -/* #undef HAVE_STPCPY */ - -/* Define if you have the `strcasecmp' function. */ -/* #undef HAVE_STRCASECMP */ - -/* Define if you have the `strcmpi' function. */ -/* #undef HAVE_STRCMPI */ - -/* Define if you have the `stricmp' function. */ -/* #undefine HAVE_STRICMP */ - -/* Define if you have the header file. */ -/* #undef HAVE_STRINGS_H */ - -/* Define if you have the header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the `strncasecmp' function. */ -/* #undef HAVE_STRNCASECMP */ - -/* Define if you have the `strsep' function. */ -/* #undef HAVE_STRSEP */ - -/* Define if you have the header file. */ -/* #undef HAVE_SYS_STAT_H */ - -/* Define if you have the header file. */ -#define HAVE_SYS_TYPES_H 1 - -/* Define if you have the `toascii' function. */ -#define HAVE_TOASCII 1 -#define toascii __toascii - -/* Define if you have the header file. */ -/* #undef HAVE_UNISTD_H */ - -/* Define to 1 if you have the `vsnprintf' function. */ -/* #undef HAVE_VSNPRINTF */ - -/* Define to 1 if you have the `_stricmp' function. */ -#define HAVE__STRICMP 1 - -/* Name of package */ -#define PACKAGE "yasm" - -/* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "bug-yasm@tortall.net" - -/* Define to the full name of this package. */ -#define PACKAGE_NAME "yasm" - -/* Define to the full name and version of this package. */ -/*#define PACKAGE_STRING "yasm HEAD"*/ - -/* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "yasm" - -/* Define to the version of this package. */ -/*#define PACKAGE_VERSION "HEAD"*/ - -/* Define if the C compiler supports function prototypes. */ -#define PROTOTYPES 1 - -/* The size of a `char', as computed by sizeof. */ -/* #undef SIZEOF_CHAR */ - -/* The size of a `int', as computed by sizeof. */ -/* #undef SIZEOF_INT */ - -/* The size of a `long', as computed by sizeof. */ -/* #undef SIZEOF_LONG */ - -/* The size of a `short', as computed by sizeof. */ -/* #undef SIZEOF_SHORT */ - -/* The size of a `void*', as computed by sizeof. */ -/* #undef SIZEOF_VOIDP */ - -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Version number of package */ -#define VERSION "HEAD" - -/* Define if using the dmalloc debugging malloc package */ -/* #undef WITH_DMALLOC */ - -/* Define like PROTOTYPES; this can be used by system headers. */ -#define __PROTOTYPES 1 - -/* Define to empty if `const' does not conform to ANSI C. */ -/* #undef const */ - -/* Define as `__inline' if that's what the C compiler calls it, or to nothing - if it is not supported. */ -#ifndef __cplusplus -/* #undef inline */ -#endif - -/* Define to `unsigned' if doesn't define. */ -/* #undef size_t */ diff --git a/Mkfiles/vc9/crt_secure_no_deprecate.vsprops b/Mkfiles/vc9/crt_secure_no_deprecate.vsprops deleted file mode 100644 index d61ba30a..00000000 --- a/Mkfiles/vc9/crt_secure_no_deprecate.vsprops +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/Mkfiles/vc9/genmacro/genmacro.vcproj b/Mkfiles/vc9/genmacro/genmacro.vcproj deleted file mode 100644 index 9d34e2ef..00000000 --- a/Mkfiles/vc9/genmacro/genmacro.vcproj +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Mkfiles/vc9/genmacro/run.bat b/Mkfiles/vc9/genmacro/run.bat deleted file mode 100644 index d2fbb98c..00000000 --- a/Mkfiles/vc9/genmacro/run.bat +++ /dev/null @@ -1,5 +0,0 @@ -cd ..\..\.. -%1 nasm-version.c nasm_version_mac version.mac -%1 nasm-macros.c nasm_standard_mac modules\parsers\nasm\nasm-std.mac -%1 win64-nasm.c win64_nasm_stdmac modules\objfmts\coff\win64-nasm.mac -%1 win64-gas.c win64_gas_stdmac modules\objfmts\coff\win64-gas.mac diff --git a/Mkfiles/vc9/genmodule/genmodule.vcproj b/Mkfiles/vc9/genmodule/genmodule.vcproj deleted file mode 100644 index affc9735..00000000 --- a/Mkfiles/vc9/genmodule/genmodule.vcproj +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Mkfiles/vc9/genmodule/run.bat b/Mkfiles/vc9/genmodule/run.bat deleted file mode 100644 index e34a4169..00000000 --- a/Mkfiles/vc9/genmodule/run.bat +++ /dev/null @@ -1,3 +0,0 @@ -@echo off -cd ..\..\.. -%1 libyasm\module.in Makefile.am diff --git a/Mkfiles/vc9/genperf/genperf.vcproj b/Mkfiles/vc9/genperf/genperf.vcproj deleted file mode 100644 index ab6e9e4e..00000000 --- a/Mkfiles/vc9/genperf/genperf.vcproj +++ /dev/null @@ -1,234 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Mkfiles/vc9/genperf/run.bat b/Mkfiles/vc9/genperf/run.bat deleted file mode 100644 index 9c22b57e..00000000 --- a/Mkfiles/vc9/genperf/run.bat +++ /dev/null @@ -1,22 +0,0 @@ -cd ..\..\.. -@echo off -for /f "usebackq tokens=1*" %%f in (`reg query HKCR\Python.File\shell\open\command`) do (set _my_=%%f %%g) -goto next%errorlevel% - -:next1 -echo Building without Python ... -goto therest - -:next0 -echo Building with Python ... -set _res_=%_my_:*REG_SZ=% -set _end_=%_res_:*exe"=% -call set _python_=%%_res_:%_end_%=%% -call %_python_% modules\arch\x86\gen_x86_insn.py - -:therest -@echo on -%1 x86insn_nasm.gperf x86insn_nasm.c -%1 x86insn_gas.gperf x86insn_gas.c -%1 modules\arch\x86\x86cpu.gperf x86cpu.c -%1 modules\arch\x86\x86regtmod.gperf x86regtmod.c diff --git a/Mkfiles/vc9/genstring/genstring.vcproj b/Mkfiles/vc9/genstring/genstring.vcproj deleted file mode 100644 index 368346e8..00000000 --- a/Mkfiles/vc9/genstring/genstring.vcproj +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Mkfiles/vc9/genstring/run.bat b/Mkfiles/vc9/genstring/run.bat deleted file mode 100644 index 5864b1dc..00000000 --- a/Mkfiles/vc9/genstring/run.bat +++ /dev/null @@ -1,2 +0,0 @@ -cd ..\..\.. -%1 license_msg license.c COPYING diff --git a/Mkfiles/vc9/genversion/genversion.vcproj b/Mkfiles/vc9/genversion/genversion.vcproj deleted file mode 100644 index f5a01f97..00000000 --- a/Mkfiles/vc9/genversion/genversion.vcproj +++ /dev/null @@ -1,211 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Mkfiles/vc9/genversion/run.bat b/Mkfiles/vc9/genversion/run.bat deleted file mode 100644 index 30edf8f1..00000000 --- a/Mkfiles/vc9/genversion/run.bat +++ /dev/null @@ -1,2 +0,0 @@ -cd ..\..\.. -%1 version.mac diff --git a/Mkfiles/vc9/genversion/runpre.bat b/Mkfiles/vc9/genversion/runpre.bat deleted file mode 100644 index fdd15708..00000000 --- a/Mkfiles/vc9/genversion/runpre.bat +++ /dev/null @@ -1,2 +0,0 @@ -cd ..\..\.. -YASM-VERSION-GEN.bat diff --git a/Mkfiles/vc9/libyasm-stdint.h b/Mkfiles/vc9/libyasm-stdint.h deleted file mode 100644 index fed61b33..00000000 --- a/Mkfiles/vc9/libyasm-stdint.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef _UINTPTR_T_DEFINED -#ifdef _WIN64 -#include -#else -typedef unsigned long uintptr_t; -#endif -#define _UINTPTR_T_DEFINED -#endif diff --git a/Mkfiles/vc9/libyasm/libyasm.vcproj b/Mkfiles/vc9/libyasm/libyasm.vcproj deleted file mode 100644 index 95e3deff..00000000 --- a/Mkfiles/vc9/libyasm/libyasm.vcproj +++ /dev/null @@ -1,572 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Mkfiles/vc9/modules/modules.vcproj b/Mkfiles/vc9/modules/modules.vcproj deleted file mode 100644 index 0aa18f06..00000000 --- a/Mkfiles/vc9/modules/modules.vcproj +++ /dev/null @@ -1,616 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Mkfiles/vc9/re2c/re2c.vcproj b/Mkfiles/vc9/re2c/re2c.vcproj deleted file mode 100644 index 45bc3e36..00000000 --- a/Mkfiles/vc9/re2c/re2c.vcproj +++ /dev/null @@ -1,278 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Mkfiles/vc9/re2c/run.bat b/Mkfiles/vc9/re2c/run.bat deleted file mode 100644 index cde2a7b6..00000000 --- a/Mkfiles/vc9/re2c/run.bat +++ /dev/null @@ -1,4 +0,0 @@ -cd ..\..\..\ -%1 -s -o lc3bid.c modules\arch\lc3b\lc3bid.re -%1 -b -o nasm-token.c modules\parsers\nasm\nasm-token.re -%1 -b -o gas-token.c modules\parsers\gas\gas-token.re diff --git a/Mkfiles/vc9/readme.vc9.txt b/Mkfiles/vc9/readme.vc9.txt deleted file mode 100644 index 14b21d69..00000000 --- a/Mkfiles/vc9/readme.vc9.txt +++ /dev/null @@ -1,132 +0,0 @@ - -Building YASM with Microsoft Visual Studio 2008 (C/C++ v9) ----------------------------------------------------------- - -This note describes how to build YASM using Microsoft Visual -Studio 2008 (C/C++ v9). It also provides a way of using -these files to build YASM with Visual Studio 2005 (C/C++ v8). - -1. The Compiler ---------------- - -If you want to build the 64-bit version of YASM you will need -to install the Visual Studio 2008 64-bit tools, which may not -be installed by default. - -2. YASM Download ----------------- - -First YASM needs to be downloaded and the files placed within -a suitable directory, which will be called here but can -be named and located as you wish. - -3. Building YASM with Microsoft VC9 ------------------------------------ - -Now locate and double click on the yasm.sln solution file in -the 'Mkfiles/vc9' subdirectory to open the build project in -the Visual Studio 2008 IDE and then select: - - win32 or x64 build - release or debug build - -as appropriate to build the YASM binaries that you need. - -4. Using YASM with Visual Sudio 2008 and VC++ version 9 -------------------------------------------------------- - -1. Firstly you need to locate the directory (or directories) -where the VC++ compiler binaries are located and put copies -of the appropriate yasm.exe binary in these directories. A -typical location is: - -C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin - -Depending on your system you can use either the win32 or the -x64 version of YASM. - -2. To use the new custom tools facility in Visual Studio 2008, -you need to place a copy of the yasm.rules file in the Visual -Studio 2008 VC project defaults directory, which is typically -located at: - -C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC - \VCProjectDefaults - -This allows you to configure YASM as an assembler within the VC++ -IDE. To use YASM in a project, right click on the project in the -Solution Explorer and select 'Custom Build Rules..'. This will -give you a dialog box that allows you to select YASM as an -assembler (note that your assembler files need to have the -extension '.asm'). - -To assemble a file with YASM, select the Property Page for the -file and the select 'Yasm Assembler' in the Tool dialog entry. -Then click 'Apply' and an additional property page entry will -appear and enable YASM settings to be established. - -As alternative to placing the yasm.rules files as described -above is to set the rules file path in the Visual Studio 2008 -settings dialogue. - -5. A Linker Issue ------------------ - -There appears to be a linker bug in the VC++ v9 linker that -prevents symbols with absolute addresses being linked in DLL -builds. This means, for example, that LEA instructions of -the general form: - - lea, rax,[rax+symbol] - -cannot be used for DLL builds. The following general form -has to be used instead: - - lea rcx,[symbol wrt rip] - lea rax,[rax+rcx] - -This limitation may also cause problems with other instruction -that use absolute addresses. - -6. Building with Visual Studio 2005 ------------------------------------ - -The Python program vc98_swap.py will convert VC9 build projects -into those needed for Visual Studio 2005 (VC8). It will also -convert files that have been converted in this way back into their -original form. It does this conversion by looking for *.vcproj -and *.sln files in the current working directory and its sub-directories and changing the following line in each *.vcproj -file: - - Version="9.00" - -to: - - Version="8.00" - -or vice versa. - -The lines - - Microsoft Visual Studio Solution File, Format Version 10.00 - # Visual Studio 2008 - -in *.sln files are changed to: - - Microsoft Visual Studio Solution File, Format Version 9.00 - # Visual Studio 2005 - -or vice versa. - -Because it acts recursively on all sub-directories of this -directory it is important not to run it at a directory level -in which not all projects are to be converted. - -7. Acknowledgements -------------------- - -I am most grateful for the fantastic support that Peter Johnson, -YASM's creator, has given me in tracking down issues in using -YASM for the production of Windows x64 code. - - Brian Gladman, 10th October 2008 diff --git a/Mkfiles/vc9/vc98_swap.py b/Mkfiles/vc9/vc98_swap.py deleted file mode 100644 index d5237a2f..00000000 --- a/Mkfiles/vc9/vc98_swap.py +++ /dev/null @@ -1,52 +0,0 @@ - -# Convert between Visual Studio 2008 and 2005 Project Files -# (with thanks to Tommi Vainikainen) - -l05 = "# Visual Studio 2005\n" -l08 = "# Visual Studio 2008\n" -l09 = "Microsoft Visual Studio Solution File, Format Version 9.00\n" -l10 = "Microsoft Visual Studio Solution File, Format Version 10.00\n" - -import os, shutil, string, fileinput, sys - -def vcproj_convert(sp) : - for l in fileinput.input(sp, inplace = 1) : - p8 = l.find("Version=\"8.00\"") - p9 = l.find("Version=\"9.00\"") - if p8 != -1 or p9 != -1 : - if p8 != -1 : - l = l[ : p8 + 9] + '9' + l[ p8 + 10 : ] - else : - l = l[ : p9 + 9] + '8' + l[ p9 + 10 : ] - sys.stdout.write(l) - -def sln_convert(sp) : - cnt = 0 - for l in fileinput.input(sp, inplace = 1) : - cnt = cnt + 1 - if cnt < 3 : - p09 = l.find(l09) - p10 = l.find(l10) - if p09 != -1 or p10 != -1 : - if p09 != -1 : - l = l10 - else : - l = l09 - p05 = l.find(l05) - p08 = l.find(l08) - if p05 != -1 or p08 != -1 : - if p05 != -1 : - l = l08 - else : - l = l05 - sys.stdout.write(l) - -if os.getcwd().endswith('Mkfiles\\vc9') : - for root, dirs, files in os.walk("./") : - for file in files : - if file.endswith(".sln") : - sln_convert(os.path.join(root, file)) - if file.endswith(".vcproj") : - vcproj_convert(os.path.join(root, file)) -else : - print "This script must be run in the 'Mkfiles\vc9' directory" diff --git a/Mkfiles/vc9/vsyasm.vcproj b/Mkfiles/vc9/vsyasm.vcproj deleted file mode 100644 index 215d8edd..00000000 --- a/Mkfiles/vc9/vsyasm.vcproj +++ /dev/null @@ -1,406 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Mkfiles/vc9/yasm.rules b/Mkfiles/vc9/yasm.rules deleted file mode 100644 index 2514ae0a..00000000 --- a/Mkfiles/vc9/yasm.rules +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Mkfiles/vc9/yasm.sln b/Mkfiles/vc9/yasm.sln deleted file mode 100644 index e74fc823..00000000 --- a/Mkfiles/vc9/yasm.sln +++ /dev/null @@ -1,157 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{825AC694-358C-4D8D-92DE-33A2691978CE}" - ProjectSection(SolutionItems) = preProject - crt_secure_no_deprecate.vsprops = crt_secure_no_deprecate.vsprops - readme.vc8.txt = readme.vc8.txt - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libyasm", "libyasm\libyasm.vcproj", "{29FE7874-1256-4AD6-B889-68E399DC9608}" - ProjectSection(ProjectDependencies) = postProject - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0} = {F0E8B707-00C5-4FF2-B8EF-7C39817132A0} - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2} = {B545983B-8EE0-4A7B-A67A-E749EEAE62A2} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "modules", "modules\modules.vcproj", "{D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}" - ProjectSection(ProjectDependencies) = postProject - {3C58BE13-50A3-4583-984D-D8902B3D7713} = {3C58BE13-50A3-4583-984D-D8902B3D7713} - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619} = {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619} - {29FE7874-1256-4AD6-B889-68E399DC9608} = {29FE7874-1256-4AD6-B889-68E399DC9608} - {225700A5-07B8-434E-AD61-555278BF6733} = {225700A5-07B8-434E-AD61-555278BF6733} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yasm", "yasm.vcproj", "{34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}" - ProjectSection(ProjectDependencies) = postProject - {021CEB0A-F721-4F59-B349-9CEEAF244459} = {021CEB0A-F721-4F59-B349-9CEEAF244459} - {29FE7874-1256-4AD6-B889-68E399DC9608} = {29FE7874-1256-4AD6-B889-68E399DC9608} - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6} = {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genmacro", "genmacro\genmacro.vcproj", "{225700A5-07B8-434E-AD61-555278BF6733}" - ProjectSection(ProjectDependencies) = postProject - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2} = {B545983B-8EE0-4A7B-A67A-E749EEAE62A2} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genversion", "genversion\genversion.vcproj", "{B545983B-8EE0-4A7B-A67A-E749EEAE62A2}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "re2c", "re2c\re2c.vcproj", "{3C58BE13-50A3-4583-984D-D8902B3D7713}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genperf", "genperf\genperf.vcproj", "{C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genmodule", "genmodule\genmodule.vcproj", "{F0E8B707-00C5-4FF2-B8EF-7C39817132A0}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genstring", "genstring\genstring.vcproj", "{021CEB0A-F721-4F59-B349-9CEEAF244459}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ytasm", "ytasm.vcproj", "{2162937B-0DBD-4450-B45F-DF578D8E7508}" - ProjectSection(ProjectDependencies) = postProject - {29FE7874-1256-4AD6-B889-68E399DC9608} = {29FE7874-1256-4AD6-B889-68E399DC9608} - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6} = {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vsyasm", "vsyasm.vcproj", "{7FDD85BB-CC86-442B-A425-989B5B296ED5}" - ProjectSection(ProjectDependencies) = postProject - {29FE7874-1256-4AD6-B889-68E399DC9608} = {29FE7874-1256-4AD6-B889-68E399DC9608} - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6} = {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {29FE7874-1256-4AD6-B889-68E399DC9608}.Debug|Win32.ActiveCfg = Debug|Win32 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Debug|Win32.Build.0 = Debug|Win32 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Debug|x64.ActiveCfg = Debug|x64 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Debug|x64.Build.0 = Debug|x64 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Release|Win32.ActiveCfg = Release|Win32 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Release|Win32.Build.0 = Release|Win32 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Release|x64.ActiveCfg = Release|x64 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Release|x64.Build.0 = Release|x64 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Debug|Win32.ActiveCfg = Debug|Win32 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Debug|Win32.Build.0 = Debug|Win32 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Debug|x64.ActiveCfg = Debug|x64 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Debug|x64.Build.0 = Debug|x64 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Release|Win32.ActiveCfg = Release|Win32 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Release|Win32.Build.0 = Release|Win32 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Release|x64.ActiveCfg = Release|x64 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Release|x64.Build.0 = Release|x64 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Debug|Win32.ActiveCfg = Debug|Win32 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Debug|Win32.Build.0 = Debug|Win32 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Debug|x64.ActiveCfg = Debug|x64 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Debug|x64.Build.0 = Debug|x64 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Release|Win32.ActiveCfg = Release|Win32 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Release|Win32.Build.0 = Release|Win32 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Release|x64.ActiveCfg = Release|x64 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Release|x64.Build.0 = Release|x64 - {225700A5-07B8-434E-AD61-555278BF6733}.Debug|Win32.ActiveCfg = Debug|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Debug|Win32.Build.0 = Debug|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Debug|x64.ActiveCfg = Debug|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Debug|x64.Build.0 = Debug|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Release|Win32.ActiveCfg = Release|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Release|Win32.Build.0 = Release|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Release|x64.ActiveCfg = Release|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Release|x64.Build.0 = Release|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Debug|Win32.ActiveCfg = Debug|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Debug|Win32.Build.0 = Debug|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Debug|x64.ActiveCfg = Debug|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Debug|x64.Build.0 = Debug|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Release|Win32.ActiveCfg = Release|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Release|Win32.Build.0 = Release|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Release|x64.ActiveCfg = Release|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Release|x64.Build.0 = Release|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Debug|Win32.ActiveCfg = Debug|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Debug|Win32.Build.0 = Debug|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Debug|x64.ActiveCfg = Debug|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Debug|x64.Build.0 = Debug|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Release|Win32.ActiveCfg = Release|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Release|Win32.Build.0 = Release|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Release|x64.ActiveCfg = Release|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Release|x64.Build.0 = Release|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Debug|Win32.ActiveCfg = Debug|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Debug|Win32.Build.0 = Debug|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Debug|x64.ActiveCfg = Debug|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Debug|x64.Build.0 = Debug|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Release|Win32.ActiveCfg = Release|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Release|Win32.Build.0 = Release|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Release|x64.ActiveCfg = Release|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Release|x64.Build.0 = Release|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Debug|Win32.ActiveCfg = Debug|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Debug|Win32.Build.0 = Debug|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Debug|x64.ActiveCfg = Debug|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Debug|x64.Build.0 = Debug|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Release|Win32.ActiveCfg = Release|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Release|Win32.Build.0 = Release|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Release|x64.ActiveCfg = Release|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Release|x64.Build.0 = Release|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Debug|Win32.ActiveCfg = Debug|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Debug|Win32.Build.0 = Debug|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Debug|x64.ActiveCfg = Debug|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Debug|x64.Build.0 = Debug|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Release|Win32.ActiveCfg = Release|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Release|Win32.Build.0 = Release|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Release|x64.ActiveCfg = Release|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Release|x64.Build.0 = Release|Win32 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Debug|Win32.ActiveCfg = Debug|Win32 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Debug|Win32.Build.0 = Debug|Win32 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Debug|x64.ActiveCfg = Debug|x64 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Debug|x64.Build.0 = Debug|x64 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Release|Win32.ActiveCfg = Release|Win32 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Release|Win32.Build.0 = Release|Win32 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Release|x64.ActiveCfg = Release|x64 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Release|x64.Build.0 = Release|x64 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Debug|Win32.ActiveCfg = Debug|Win32 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Debug|Win32.Build.0 = Debug|Win32 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Debug|x64.ActiveCfg = Debug|x64 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Debug|x64.Build.0 = Debug|x64 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Release|Win32.ActiveCfg = Release|Win32 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Release|Win32.Build.0 = Release|Win32 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Release|x64.ActiveCfg = Release|x64 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Mkfiles/vc9/yasm.vcproj b/Mkfiles/vc9/yasm.vcproj deleted file mode 100644 index ad472444..00000000 --- a/Mkfiles/vc9/yasm.vcproj +++ /dev/null @@ -1,410 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Mkfiles/vc9/ytasm.vcproj b/Mkfiles/vc9/ytasm.vcproj deleted file mode 100644 index b638a40f..00000000 --- a/Mkfiles/vc9/ytasm.vcproj +++ /dev/null @@ -1,410 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Mkfiles/vs/config.h b/Mkfiles/vs/config.h deleted file mode 100644 index 8515ac5a..00000000 --- a/Mkfiles/vs/config.h +++ /dev/null @@ -1,170 +0,0 @@ -#include "YASM-VERSION.h" -#define yasm__splitpath(path, tail) yasm__splitpath_win(path, tail) -#define yasm__abspath(path) yasm__abspath_win(path) -#define yasm__combpath(from, to) yasm__combpath_win(from, to) - -/* Command name to run C preprocessor */ -#define CPP_PROG "cpp" - -/* */ -/* #undef ENABLE_NLS */ - -/* Define if you have the `abort' function. */ -#define HAVE_ABORT 1 - -/* */ -/* #undef HAVE_CATGETS */ - -/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the - CoreFoundation framework. */ -/* #undef HAVE_CFLOCALECOPYCURRENT */ - -/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in - the CoreFoundation framework. */ -/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ - -/* Define if the GNU dcgettext() function is already present or preinstalled. - */ -/* #undef HAVE_DCGETTEXT */ - -/* Define to 1 if you have the header file. */ -#define HAVE_DIRECT_H 1 - -/* Define to 1 if you have the `getcwd' function. */ -#define HAVE_GETCWD 1 - -/* */ -/* #undef HAVE_GETTEXT */ - -/* Define if you have the GNU C Library */ -/* #undef HAVE_GNU_C_LIBRARY */ - -/* Define if you have the iconv() function. */ -/* #undef HAVE_ICONV */ - -/* Define if you have the header file. */ -/* #undef HAVE_INTTYPES_H */ - -/* */ -/* #undef HAVE_LC_MESSAGES */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_LIBGEN_H */ - -/* Define if you have the header file. */ -/* #undef HAVE_MEMORY_H */ - -/* Define if you have the `mergesort' function. */ -/* #undef HAVE_MERGESORT */ - -/* Define to 1 if you have the `popen' function. */ -/* #undef HAVE_POPEN */ - -/* Define if you have the header file. */ -/* #undef HAVE_STDINT_H */ - -/* Define if you have the header file. */ -#define HAVE_STDLIB_H 1 - -/* */ -/* #undef HAVE_STPCPY */ - -/* Define if you have the `strcasecmp' function. */ -/* #undef HAVE_STRCASECMP */ - -/* Define if you have the `strcmpi' function. */ -/* #undef HAVE_STRCMPI */ - -/* Define if you have the `stricmp' function. */ -/* #undefine HAVE_STRICMP */ - -/* Define if you have the header file. */ -/* #undef HAVE_STRINGS_H */ - -/* Define if you have the header file. */ -#define HAVE_STRING_H 1 - -/* Define if you have the `strncasecmp' function. */ -/* #undef HAVE_STRNCASECMP */ - -/* Define if you have the `strsep' function. */ -/* #undef HAVE_STRSEP */ - -/* Define if you have the header file. */ -/* #undef HAVE_SYS_STAT_H */ - -/* Define if you have the header file. */ -#define HAVE_SYS_TYPES_H 1 - -/* Define if you have the `toascii' function. */ -#define HAVE_TOASCII 1 -#define toascii __toascii - -/* Define if you have the header file. */ -/* #undef HAVE_UNISTD_H */ - -/* Define to 1 if you have the `vsnprintf' function. */ -/* #undef HAVE_VSNPRINTF */ - -/* Define to 1 if you have the `_stricmp' function. */ -#define HAVE__STRICMP 1 - -/* Name of package */ -#define PACKAGE "yasm" - -/* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "bug-yasm@tortall.net" - -/* Define to the full name of this package. */ -#define PACKAGE_NAME "yasm" - -/* Define to the full name and version of this package. */ -/*#define PACKAGE_STRING "yasm HEAD"*/ - -/* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "yasm" - -/* Define to the version of this package. */ -/*#define PACKAGE_VERSION "HEAD"*/ - -/* Define if the C compiler supports function prototypes. */ -#define PROTOTYPES 1 - -/* The size of a `char', as computed by sizeof. */ -/* #undef SIZEOF_CHAR */ - -/* The size of a `int', as computed by sizeof. */ -/* #undef SIZEOF_INT */ - -/* The size of a `long', as computed by sizeof. */ -/* #undef SIZEOF_LONG */ - -/* The size of a `short', as computed by sizeof. */ -/* #undef SIZEOF_SHORT */ - -/* The size of a `void*', as computed by sizeof. */ -/* #undef SIZEOF_VOIDP */ - -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Version number of package */ -#define VERSION "HEAD" - -/* Define if using the dmalloc debugging malloc package */ -/* #undef WITH_DMALLOC */ - -/* Define like PROTOTYPES; this can be used by system headers. */ -#define __PROTOTYPES 1 - -/* Define to empty if `const' does not conform to ANSI C. */ -/* #undef const */ - -/* Define as `__inline' if that's what the C compiler calls it, or to nothing - if it is not supported. */ -#ifndef __cplusplus -/* #undef inline */ -#endif - -/* Define to `unsigned' if doesn't define. */ -/* #undef size_t */ diff --git a/Mkfiles/vs/crt_secure_no_deprecate.props b/Mkfiles/vs/crt_secure_no_deprecate.props deleted file mode 100644 index 777d6d0a..00000000 --- a/Mkfiles/vs/crt_secure_no_deprecate.props +++ /dev/null @@ -1,11 +0,0 @@ - - - - <_ProjectFileVersion>10.0.21006.1 - - - - _CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - - - \ No newline at end of file diff --git a/Mkfiles/vs/crt_secure_no_deprecate.vsprops b/Mkfiles/vs/crt_secure_no_deprecate.vsprops deleted file mode 100644 index 56ab506f..00000000 --- a/Mkfiles/vs/crt_secure_no_deprecate.vsprops +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/Mkfiles/vs/genmacro/genmacro.vcxproj b/Mkfiles/vs/genmacro/genmacro.vcxproj deleted file mode 100644 index 3ecedc7c..00000000 --- a/Mkfiles/vs/genmacro/genmacro.vcxproj +++ /dev/null @@ -1,203 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {225700A5-07B8-434E-AD61-555278BF6733} - genmacro - Win32Proj - 10.0 - - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - false - - - - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genmacro.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genmacro.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - - - run.bat "$(TargetPath)" - - - - - Full - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genmacro.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Full - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genmacro.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - - - run.bat "$(TargetPath)" - - - - - - - - - - - {b545983b-8ee0-4a7b-a67a-e749eeae62a2} - false - - - - - - \ No newline at end of file diff --git a/Mkfiles/vs/genmacro/genmacro.vcxproj.filters b/Mkfiles/vs/genmacro/genmacro.vcxproj.filters deleted file mode 100644 index 402cf1b4..00000000 --- a/Mkfiles/vs/genmacro/genmacro.vcxproj.filters +++ /dev/null @@ -1,17 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Source Files - - - - - - \ No newline at end of file diff --git a/Mkfiles/vs/genmacro/run.bat b/Mkfiles/vs/genmacro/run.bat deleted file mode 100644 index 98c337ac..00000000 --- a/Mkfiles/vs/genmacro/run.bat +++ /dev/null @@ -1,5 +0,0 @@ -cd ..\..\.. -%1 nasm-version.c nasm_version_mac version.mac -%1 nasm-macros.c nasm_standard_mac modules\parsers\nasm\nasm-std.mac -%1 win64-nasm.c win64_nasm_stdmac modules\objfmts\coff\win64-nasm.mac -%1 win64-gas.c win64_gas_stdmac modules\objfmts\coff\win64-gas.mac diff --git a/Mkfiles/vs/genmodule/genmodule.vcxproj b/Mkfiles/vs/genmodule/genmodule.vcxproj deleted file mode 100644 index 9a8459cd..00000000 --- a/Mkfiles/vs/genmodule/genmodule.vcxproj +++ /dev/null @@ -1,208 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0} - genmodule - Win32Proj - 10.0 - - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - false - - - - Disabled - %(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;FILTERMODE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genmodule.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Disabled - %(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;FILTERMODE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genmodule.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - - - run.bat "$(TargetPath)" - - - - - Full - %(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;FILTERMODE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - $(IntDir) - Level3 - Default - - - $(OutDir)genmodule.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Full - %(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;FILTERMODE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - $(IntDir) - Level3 - Default - - - $(OutDir)genmodule.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - - - run.bat "$(TargetPath)" - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vs/genmodule/genmodule.vcxproj.filters b/Mkfiles/vs/genmodule/genmodule.vcxproj.filters deleted file mode 100644 index d3255c29..00000000 --- a/Mkfiles/vs/genmodule/genmodule.vcxproj.filters +++ /dev/null @@ -1,20 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Source Files - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vs/genmodule/run.bat b/Mkfiles/vs/genmodule/run.bat deleted file mode 100644 index 00055692..00000000 --- a/Mkfiles/vs/genmodule/run.bat +++ /dev/null @@ -1,3 +0,0 @@ -@echo off -cd ..\..\.. -%1 libyasm\module.in Makefile.am diff --git a/Mkfiles/vs/genperf/genperf.vcxproj b/Mkfiles/vs/genperf/genperf.vcxproj deleted file mode 100644 index 8f193269..00000000 --- a/Mkfiles/vs/genperf/genperf.vcxproj +++ /dev/null @@ -1,262 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619} - genperf - Win32Proj - 10.0 - - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - false - false - false - false - false - - - - - - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;STDC_HEADERS;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genperf.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX86 - - - - - - - run.bat "$(TargetPath)" - - - x86insn_nasm.c;x86insn_gas.c;x86cpu.c;x86regtmod.c;%(Outputs) - - - run.bat "$(TargetPath)" - - - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;STDC_HEADERS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genperf.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - - - - - - - run.bat "$(TargetPath)" - - - x86insn_nasm.c;x86insn_gas.c;x86cpu.c;x86regtmod.c;%(Outputs) - - - run.bat "$(TargetPath)" - - - - - Full - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;STDC_HEADERS;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genperf.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - MachineX86 - - - - - - - run.bat "$(TargetPath)" - - - x86insn_nasm.c;x86insn_gas.c;x86cpu.c;x86regtmod.c;%(Outputs) - - - run.bat "$(TargetPath)" - - - - - Full - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;STDC_HEADERS;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genperf.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - - - - - - - run.bat "$(TargetPath)" - - - x86insn_nasm.c;x86insn_gas.c;x86cpu.c;x86regtmod.c;%(Outputs) - - - run.bat "$(TargetPath)" - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vs/genperf/genperf.vcxproj.filters b/Mkfiles/vs/genperf/genperf.vcxproj.filters deleted file mode 100644 index 3124b5d7..00000000 --- a/Mkfiles/vs/genperf/genperf.vcxproj.filters +++ /dev/null @@ -1,56 +0,0 @@ - - - - - {3C1E9AA8-6338-4CED-99F1-BEBA80607BD5} - h;hpp;hxx;hm;inl;inc;xsd - - - {1062695D-1C50-4068-8313-73A409885BC1} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - - \ No newline at end of file diff --git a/Mkfiles/vs/genperf/run.bat b/Mkfiles/vs/genperf/run.bat deleted file mode 100644 index c6f83543..00000000 --- a/Mkfiles/vs/genperf/run.bat +++ /dev/null @@ -1,40 +0,0 @@ -cd ..\..\.. -@echo off - -for /f "usebackq tokens=1*" %%f in (`reg query HKCR\Applications\python.exe\shell\open\command 2^>NUL`) do (set _my_=%%f %%g) -goto try1%errorlevel% - -:try10 -goto ok - -:try11 -for /f "usebackq tokens=1*" %%f in (`reg query HKCR\Python.File\shell\open\command 2^>NUL`) do (set _my_=%%f %%g) -goto try2%errorlevel% - -:try20: -goto ok - -:try21: -echo Building without Python ... -goto therest - -:ok -echo Building with Python ... -set _res_=%_my_:*REG_SZ=% -set _end_=%_res_:*exe"=% -call set _python_=%%_res_:%_end_%=%% -echo %_python_% -call %_python_% modules\arch\x86\gen_x86_insn.py - -:therest -@echo on -call :update %1 x86insn_nasm.gperf x86insn_nasm.c -call :update %1 x86insn_gas.gperf x86insn_gas.c -call :update %1 modules\arch\x86\x86cpu.gperf x86cpu.c -call :update %1 modules\arch\x86\x86regtmod.gperf x86regtmod.c -goto :eof - -:update -%1 %2 tf -call mkfiles\vc14\out_copy_rename tf .\ %3 -del tf diff --git a/Mkfiles/vs/genstring/genstring.vcxproj b/Mkfiles/vs/genstring/genstring.vcxproj deleted file mode 100644 index 8745dd9d..00000000 --- a/Mkfiles/vs/genstring/genstring.vcxproj +++ /dev/null @@ -1,197 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {021CEB0A-F721-4F59-B349-9CEEAF244459} - genstring - Win32Proj - 10.0 - - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - false - - - - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genstring.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genstring.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - - - run.bat "$(TargetPath)" - - - - - Full - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genstring.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Full - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genstring.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - - - run.bat "$(TargetPath)" - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vs/genstring/genstring.vcxproj.filters b/Mkfiles/vs/genstring/genstring.vcxproj.filters deleted file mode 100644 index 04ed411d..00000000 --- a/Mkfiles/vs/genstring/genstring.vcxproj.filters +++ /dev/null @@ -1,17 +0,0 @@ - - - - - {28EBE11C-5BE8-4935-9381-F57696749E0C} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Source Files - - - - - - \ No newline at end of file diff --git a/Mkfiles/vs/genstring/run.bat b/Mkfiles/vs/genstring/run.bat deleted file mode 100644 index baedcecb..00000000 --- a/Mkfiles/vs/genstring/run.bat +++ /dev/null @@ -1,2 +0,0 @@ -cd ..\..\.. -%1 license_msg license.c COPYING diff --git a/Mkfiles/vs/genversion/genversion.vcxproj b/Mkfiles/vs/genversion/genversion.vcxproj deleted file mode 100644 index 7adf9c7f..00000000 --- a/Mkfiles/vs/genversion/genversion.vcxproj +++ /dev/null @@ -1,224 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2} - genversion - Win32Proj - 10.0 - - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - false - - - - Disabled - ..\..\vc10;..\..\..\;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genversion.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - cd ..\..\..\ -YASM-VERSION-GEN.bat - - - - - - Disabled - ..\..\vc10;..\..\..\;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - ProgramDatabase - Default - - - $(OutDir)genversion.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - - - run.bat "$(TargetPath)" - - - cd ..\..\..\ -YASM-VERSION-GEN.bat - - - - - - Full - ..\..\vc10;..\..\..\;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genversion.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - cd ..\..\..\ -YASM-VERSION-GEN.bat - - - - - - Full - ..\..\vc10;..\..\..\;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)genversion.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - - - run.bat "$(TargetPath)" - - - cd ..\..\..\ -YASM-VERSION-GEN.bat - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vs/genversion/genversion.vcxproj.filters b/Mkfiles/vs/genversion/genversion.vcxproj.filters deleted file mode 100644 index cc088b12..00000000 --- a/Mkfiles/vs/genversion/genversion.vcxproj.filters +++ /dev/null @@ -1,26 +0,0 @@ - - - - - {2acbec3a-0ed8-4b2e-826e-a84c7d35f205} - h;hpp;hxx;hm;inl - - - {E67ED277-E4F2-4D79-8C9E-962BAC164F3F} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Source Files - - - - - Header Files - - - - - - \ No newline at end of file diff --git a/Mkfiles/vs/genversion/run.bat b/Mkfiles/vs/genversion/run.bat deleted file mode 100644 index 41b19cad..00000000 --- a/Mkfiles/vs/genversion/run.bat +++ /dev/null @@ -1,2 +0,0 @@ -cd ..\..\.. -%1 version.mac diff --git a/Mkfiles/vs/genversion/runpre.bat b/Mkfiles/vs/genversion/runpre.bat deleted file mode 100644 index fdd15708..00000000 --- a/Mkfiles/vs/genversion/runpre.bat +++ /dev/null @@ -1,2 +0,0 @@ -cd ..\..\.. -YASM-VERSION-GEN.bat diff --git a/Mkfiles/vs/libyasm-stdint.h b/Mkfiles/vs/libyasm-stdint.h deleted file mode 100644 index b66ab15f..00000000 --- a/Mkfiles/vs/libyasm-stdint.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef _UINTPTR_T_DEFINED -#ifdef _WIN64 -#include -#else -typedef unsigned long uintptr_t; -#endif -#define _UINTPTR_T_DEFINED -#endif diff --git a/Mkfiles/vs/libyasm/libyasm.vcxproj b/Mkfiles/vs/libyasm/libyasm.vcxproj deleted file mode 100644 index f3505f4c..00000000 --- a/Mkfiles/vs/libyasm/libyasm.vcxproj +++ /dev/null @@ -1,278 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {29FE7874-1256-4AD6-B889-68E399DC9608} - libyasm - 10.0 - - - - StaticLibrary - false - MultiByte - v143 - - - StaticLibrary - false - MultiByte - v143 - - - StaticLibrary - false - MultiByte - v143 - - - StaticLibrary - false - MultiByte - v143 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - - - - Full - Default - ..;../../..;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)libyasm.lib - true - - - - - X64 - - - Full - Default - ..;../../..;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;WIN64;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)libyasm.lib - true - - - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)libyasm.lib - true - - - - - X64 - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;WIN64;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)libyasm.lib - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {f0e8b707-00c5-4ff2-b8ef-7c39817132a0} - false - - - - - - \ No newline at end of file diff --git a/Mkfiles/vs/libyasm/libyasm.vcxproj.filters b/Mkfiles/vs/libyasm/libyasm.vcxproj.filters deleted file mode 100644 index 9bdf13a4..00000000 --- a/Mkfiles/vs/libyasm/libyasm.vcxproj.filters +++ /dev/null @@ -1,200 +0,0 @@ - - - - - {4ca3b698-9d01-4e4e-ae00-5c98da045efe} - h;hpp;hxx;hm;inl - - - {68607062-982d-4251-9a1a-30f76474983d} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Source Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - - \ No newline at end of file diff --git a/Mkfiles/vs/modules/modules.vcxproj b/Mkfiles/vs/modules/modules.vcxproj deleted file mode 100644 index e915a491..00000000 --- a/Mkfiles/vs/modules/modules.vcxproj +++ /dev/null @@ -1,325 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6} - modules - 10.0 - - - - StaticLibrary - false - MultiByte - v143 - - - StaticLibrary - false - MultiByte - v143 - - - StaticLibrary - false - MultiByte - v143 - - - StaticLibrary - false - MultiByte - v143 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - - - - Full - Default - ..;../../..;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)modules.lib - true - - - - - - - - - X64 - - - Full - Default - ..;../../..;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;WIN64;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)modules.lib - true - - - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)modules.lib - true - - - - - X64 - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;WIN64;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)modules.lib - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {225700a5-07b8-434e-ad61-555278bf6733} - false - - - {c45a8b59-8b59-4d5d-a8e8-fb090f8dd619} - false - - - {29fe7874-1256-4ad6-b889-68e399dc9608} - false - - - {3c58be13-50a3-4583-984d-d8902b3d7713} - false - - - - - - \ No newline at end of file diff --git a/Mkfiles/vs/modules/modules.vcxproj.filters b/Mkfiles/vs/modules/modules.vcxproj.filters deleted file mode 100644 index e6ff3add..00000000 --- a/Mkfiles/vs/modules/modules.vcxproj.filters +++ /dev/null @@ -1,256 +0,0 @@ - - - - - {39c89f91-d860-4396-a49f-86b8b7a51c33} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {be0cdf28-cbed-4774-b3cc-b63e4e3fa0a9} - - - {491cc60a-889b-4f53-aae9-f4d7d6aa667a} - - - {c084015d-3c3e-4379-8746-ae5cffcec79e} - - - {3333e0b3-e95f-44f6-9000-58d4da368360} - - - {528f2955-ceba-4691-a36c-054f119e3dcc} - - - {81686d52-eb71-4d4a-a830-66c45afb808f} - - - {98fe1e43-3794-4639-bf29-14b0c569754f} - - - {6b3956d4-0bff-4e8e-af61-a7e59b476fa4} - - - {446fad62-ac17-49e9-8263-33481f04f182} - - - {33fb7fc8-61f9-428d-9c94-7a4912fbb678} - - - {48fc77ec-7d78-4c0a-bfc2-9aa76faf5d7f} - - - - - Source Files\parsers - - - Source Files\arch - - - Source Files\arch - - - Source Files\arch - - - Source Files\arch - - - Source Files\arch - - - Source Files\arch - - - Source Files\arch - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\listfmts\nasm - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\parsers - - - Source Files\parsers - - - Source Files\parsers - - - Source Files\parsers - - - Source Files\parsers - - - Source Files\preprocs\cpp - - - Source Files\preprocs\gas - - - Source Files\preprocs\gas - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - Source Files\preprocs\raw - - - Source Files\parsers - - - Source Files\arch - - - Source Files\arch - - - Source Files\objfmts - - - - - Source Files\arch - - - Source Files\arch - - - Source Files\dbgfmts - - - Source Files\dbgfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\objfmts - - - Source Files\parsers - - - Source Files\parsers - - - Source Files\preprocs\gas - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - Source Files\preprocs\nasm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vs/out_copy_rename.bat b/Mkfiles/vs/out_copy_rename.bat deleted file mode 100644 index 3179b59a..00000000 --- a/Mkfiles/vs/out_copy_rename.bat +++ /dev/null @@ -1,42 +0,0 @@ -@echo off -if not exist %1 goto nofile -if exist %2 goto copy - -echo creating directory %2 -md %2 > nul - -:copy -set str=%2 -for /f "useback tokens=*" %%a in ('%str%') do set str=%%~a -set str=%str:~-1% -if %str% == "\" goto hasbackslash - -if not exist %2\%3 goto cpy -fc %1 %2\%3 > nul && if not %errorlevel 1 goto exit -echo overwriting %2\%3 with %1 -copy %1 %2\%3 > nul -goto exit - -:cpy -echo copying %1 to %2\%3 -copy %1 %2\%3 > nul -goto exit - -:hasbackslash -if not exist %2%3 goto cpy2 -fc %1 %2%3 > nul && if not %errorlevel 1 goto exit -echo overwriting %2%3 with %1 -copy %1 %2%3 > nul -goto exit - -:cpy2 -echo copying %1 to %2%3 -copy %1 %2%3 > nul -goto exit - -:nofile -echo %1 not found - -:exit - - diff --git a/Mkfiles/vs/re2c/re2c.vcxproj b/Mkfiles/vs/re2c/re2c.vcxproj deleted file mode 100644 index 51318291..00000000 --- a/Mkfiles/vs/re2c/re2c.vcxproj +++ /dev/null @@ -1,222 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {3C58BE13-50A3-4583-984D-D8902B3D7713} - re2c - Win32Proj - 10.0 - - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - false - - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - Default - ProgramDatabase - - - $(OutDir)re2c.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Disabled - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - $(IntDir) - Level3 - Default - ProgramDatabase - - - $(OutDir)re2c.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - - - run.bat "$(TargetPath)" - - - - - Full - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)re2c.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - MachineX86 - - - run.bat "$(TargetPath)" - - - - - Full - ..;../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - $(IntDir) - Level3 - Default - - - $(OutDir)re2c.exe - $(OutDir)$(TargetName).pdb - Console - true - true - false - - - - - run.bat "$(TargetPath)" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vs/re2c/re2c.vcxproj.filters b/Mkfiles/vs/re2c/re2c.vcxproj.filters deleted file mode 100644 index da0f935c..00000000 --- a/Mkfiles/vs/re2c/re2c.vcxproj.filters +++ /dev/null @@ -1,80 +0,0 @@ - - - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - - \ No newline at end of file diff --git a/Mkfiles/vs/re2c/run.bat b/Mkfiles/vs/re2c/run.bat deleted file mode 100644 index 6ac571f0..00000000 --- a/Mkfiles/vs/re2c/run.bat +++ /dev/null @@ -1,4 +0,0 @@ -cd ..\..\..\ -%1 -s -o lc3bid.c modules\arch\lc3b\lc3bid.re -%1 -b -o nasm-token.c modules\parsers\nasm\nasm-token.re -%1 -b -o gas-token.c modules\parsers\gas\gas-token.re diff --git a/Mkfiles/vs/readme.vs.txt b/Mkfiles/vs/readme.vs.txt deleted file mode 100644 index 21c70be9..00000000 --- a/Mkfiles/vs/readme.vs.txt +++ /dev/null @@ -1,96 +0,0 @@ -Building YASM with Microsoft Visual Studio ------------------------------------------- - -This note describes how to build YASM using Microsoft Visual -Studio 2019 and later versions. - -1. YASM Download ----------------- - -First YASM needs to be downloaded and the files placed within -a suitable directory, which will be called here but can -be named and located as you wish. - -2. Building YASM ----------------- - -Now locate and double click on the yasm.sln solution file in -the 'Mkfiles/vs' subdirectory to open the build project in -the Visual Studio IDE and then select: - - win32 or x64 build - release or debug build - -as appropriate to build the YASM binaries that you need. - -4. Using YASM with Visual Sudio -------------------------------- - -The YASM version vsyasm.exe is designed specifically for use -with the 2010 and later versions of Visual Studio. To tell -Visual Studio where to find vsyasm.exe, the environment -variable YASMPATH can be set to the absolute path of the -directory in which vsyasm.exe is located (this path should -include the final backslash). - -Alternatively you can find the directory (or directories) -where the VC++ compiler binaries are located and put copies -of the vsyasm.exe binary in these directories. - -Depending on your system you can use either the win32 or the -x64 version of vsyasm.exe, which must be named vsyasm.exe. - -To use the custom tools facility in Visual Studio you need to -place a copy of three files - yasm.props, yasm.targets and -yasm.xml - into a location where they can be found by the -Visual Studio build customisation processes. There are several -ways to do this: - - a. put these files in the MSBUILD customisation directory - - b. put them in a convenient location and set this path in the - 'Build Customisations Search Path' in the Visual Studio - 'Projects and Solutions|VC++ Project Settings' item in - the 'Tools|Options' menu; - - c. put them in a convenient location and set this path in the - 'Build Customisation dialogue (discussed later). - -To use YASM in a project, right click on the project in the Solution -Explorer and select 'Build Customisations..'. This will give you a -dialog box that allows you to select YASM as an assembler (note that -your assembler files need to have the extension '.asm'). If you have -used option c. above, you will need to let the dialogue find them -using the 'Find Existing' button below the dialogue. - -To assemble a file with YASM, select the Property Page for the file -and the select 'Yasm Assembler' in the Tool dialog entry. Then click -'Apply' and an additional property page entry will appear and enable -YASM settings to be established. - -5. A Linker Issue ------------------ - -There appears to be a linker bug in the VC++ linker that prevents -symbols with absolute addresses being linked in DLL builds. This -means, for example, that LEA instructions of the general form: - - lea, rax,[rax+symbol] - -cannot be used for DLL builds. The following general form -has to be used instead: - - lea rcx,[symbol wrt rip] - lea rax,[rax+rcx] - -This limitation may also cause problems with other instruction -that use absolute addresses. - -6. Acknowledgements -------------------- - -I am most grateful for the fantastic support that Peter Johnson, -YASM's creator, has given me in tracking down issues in using -YASM for the production of Windows x64 code. - - Brian Gladman, 16th May 2019 diff --git a/Mkfiles/vs/vsyasm.props b/Mkfiles/vs/vsyasm.props deleted file mode 100644 index 9d5c14fa..00000000 --- a/Mkfiles/vs/vsyasm.props +++ /dev/null @@ -1,27 +0,0 @@ - - - - Midl - CustomBuild - - - _SelectedFiles;$(YASMDependsOn) - - - C:\Program Files\yasm\ - - - - False - $(IntDir)%(FileName).obj - 0 - 0 - "$(YASM_PATH.TrimEnd('\'))"\vsyasm.exe -Xvc -f $(Platform) [AllOptions] [AdditionalOptions] [Inputs] - %(ObjectFile) - Assembling %(Filename)%(Extension) ==> $(IntDir)%(FileName).obj - false - - - diff --git a/Mkfiles/vs/vsyasm.targets b/Mkfiles/vs/vsyasm.targets deleted file mode 100644 index 8f38f2cb..00000000 --- a/Mkfiles/vs/vsyasm.targets +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - _YASM - - - - - - $(ComputeLinkInputsTargets); - ComputeYASMOutput; - - - $(ComputeLibInputsTargets); - ComputeYASMOutput; - - - - - $(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml - - - - - - <_YASMReadTlog - Include="^%(YASM.FullPath);%(YASM.AdditionalDependencies)" - Condition="'%(YASM.ExcludedFromBuild)' != 'true' and '%(YASM.ObjectFile)' != ''"/> - <_YASMWriteTlog - Include="^%(YASM.FullPath);$([MSBuild]::NormalizePath('$(MSBuildProjectDirectory)', '%(YASM.ObjectFile)'))" - Condition="'%(YASM.ExcludedFromBuild)' != 'true' and '%(YASM.ObjectFile)' != ''"/> - - - - - - - - <_YASMReadTlog Remove="@(_YASMReadTlog)" /> - <_YASMWriteTlog Remove="@(_YASMWriteTlog)" /> - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vs/vsyasm.vcxproj b/Mkfiles/vs/vsyasm.vcxproj deleted file mode 100644 index bd018821..00000000 --- a/Mkfiles/vs/vsyasm.vcxproj +++ /dev/null @@ -1,280 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {7FDD85BB-CC86-442B-A425-989B5B296ED5} - vsyasm - 10.0 - - - - Application - false - MultiByte - v143 - - - Application - false - MultiByte - v143 - - - Application - false - MultiByte - v143 - - - Application - false - MultiByte - v143 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)vsyasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)vsyasm.exe - true - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - Default - true - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)vsyasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - OnlyExplicitInline - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)vsyasm.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - true - - - - - - - - - {29fe7874-1256-4ad6-b889-68e399dc9608} - false - - - {d715a3d4-efaa-442e-ad8b-5b4ff64e1dd6} - false - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vs/vsyasm.xml b/Mkfiles/vs/vsyasm.xml deleted file mode 100644 index a108f005..00000000 --- a/Mkfiles/vs/vsyasm.xml +++ /dev/null @@ -1,283 +0,0 @@ - - - - - - - - - - - - - General - - - - - - Symbols - - - - - - Files - - - - - - Command Line - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Execute Before - - - Specifies the targets for the build customization to run before. - - - - - - - - - - - - Execute After - - - Specifies the targets for the build customization to run after. - - - - - - - - - - - - - - - - - - Additional Options - - - Additional Options - - - - - - - - \ No newline at end of file diff --git a/Mkfiles/vs/yasm.sln b/Mkfiles/vs/yasm.sln deleted file mode 100644 index 8d3b03a4..00000000 --- a/Mkfiles/vs/yasm.sln +++ /dev/null @@ -1,145 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.30320.27 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{825AC694-358C-4D8D-92DE-33A2691978CE}" - ProjectSection(SolutionItems) = preProject - crt_secure_no_deprecate.vsprops = crt_secure_no_deprecate.vsprops - readme.vs.txt = readme.vs.txt - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libyasm", "libyasm\libyasm.vcxproj", "{29FE7874-1256-4AD6-B889-68E399DC9608}" - ProjectSection(ProjectDependencies) = postProject - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2} = {B545983B-8EE0-4A7B-A67A-E749EEAE62A2} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "modules", "modules\modules.vcxproj", "{D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yasm", "yasm.vcxproj", "{34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genmacro", "genmacro\genmacro.vcxproj", "{225700A5-07B8-434E-AD61-555278BF6733}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genversion", "genversion\genversion.vcxproj", "{B545983B-8EE0-4A7B-A67A-E749EEAE62A2}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "re2c", "re2c\re2c.vcxproj", "{3C58BE13-50A3-4583-984D-D8902B3D7713}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genperf", "genperf\genperf.vcxproj", "{C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genmodule", "genmodule\genmodule.vcxproj", "{F0E8B707-00C5-4FF2-B8EF-7C39817132A0}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "genstring", "genstring\genstring.vcxproj", "{021CEB0A-F721-4F59-B349-9CEEAF244459}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ytasm", "ytasm.vcxproj", "{2162937B-0DBD-4450-B45F-DF578D8E7508}" - ProjectSection(ProjectDependencies) = postProject - {021CEB0A-F721-4F59-B349-9CEEAF244459} = {021CEB0A-F721-4F59-B349-9CEEAF244459} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vsyasm", "vsyasm.vcxproj", "{7FDD85BB-CC86-442B-A425-989B5B296ED5}" - ProjectSection(ProjectDependencies) = postProject - {021CEB0A-F721-4F59-B349-9CEEAF244459} = {021CEB0A-F721-4F59-B349-9CEEAF244459} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {29FE7874-1256-4AD6-B889-68E399DC9608}.Debug|Win32.ActiveCfg = Debug|Win32 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Debug|Win32.Build.0 = Debug|Win32 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Debug|x64.ActiveCfg = Debug|x64 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Debug|x64.Build.0 = Debug|x64 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Release|Win32.ActiveCfg = Release|Win32 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Release|Win32.Build.0 = Release|Win32 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Release|x64.ActiveCfg = Release|x64 - {29FE7874-1256-4AD6-B889-68E399DC9608}.Release|x64.Build.0 = Release|x64 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Debug|Win32.ActiveCfg = Debug|Win32 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Debug|Win32.Build.0 = Debug|Win32 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Debug|x64.ActiveCfg = Debug|x64 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Debug|x64.Build.0 = Debug|x64 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Release|Win32.ActiveCfg = Release|Win32 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Release|Win32.Build.0 = Release|Win32 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Release|x64.ActiveCfg = Release|x64 - {D715A3D4-EFAA-442E-AD8B-5B4FF64E1DD6}.Release|x64.Build.0 = Release|x64 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Debug|Win32.ActiveCfg = Debug|Win32 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Debug|Win32.Build.0 = Debug|Win32 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Debug|x64.ActiveCfg = Debug|x64 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Debug|x64.Build.0 = Debug|x64 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Release|Win32.ActiveCfg = Release|Win32 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Release|Win32.Build.0 = Release|Win32 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Release|x64.ActiveCfg = Release|x64 - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5}.Release|x64.Build.0 = Release|x64 - {225700A5-07B8-434E-AD61-555278BF6733}.Debug|Win32.ActiveCfg = Debug|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Debug|Win32.Build.0 = Debug|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Debug|x64.ActiveCfg = Debug|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Debug|x64.Build.0 = Debug|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Release|Win32.ActiveCfg = Release|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Release|Win32.Build.0 = Release|Win32 - {225700A5-07B8-434E-AD61-555278BF6733}.Release|x64.ActiveCfg = Release|x64 - {225700A5-07B8-434E-AD61-555278BF6733}.Release|x64.Build.0 = Release|x64 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Debug|Win32.ActiveCfg = Debug|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Debug|Win32.Build.0 = Debug|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Debug|x64.ActiveCfg = Debug|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Debug|x64.Build.0 = Debug|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Release|Win32.ActiveCfg = Release|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Release|Win32.Build.0 = Release|Win32 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Release|x64.ActiveCfg = Release|x64 - {B545983B-8EE0-4A7B-A67A-E749EEAE62A2}.Release|x64.Build.0 = Release|x64 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Debug|Win32.ActiveCfg = Debug|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Debug|Win32.Build.0 = Debug|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Debug|x64.ActiveCfg = Debug|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Debug|x64.Build.0 = Debug|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Release|Win32.ActiveCfg = Release|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Release|Win32.Build.0 = Release|Win32 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Release|x64.ActiveCfg = Release|x64 - {3C58BE13-50A3-4583-984D-D8902B3D7713}.Release|x64.Build.0 = Release|x64 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Debug|Win32.ActiveCfg = Debug|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Debug|Win32.Build.0 = Debug|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Debug|x64.ActiveCfg = Debug|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Debug|x64.Build.0 = Debug|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Release|Win32.ActiveCfg = Release|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Release|Win32.Build.0 = Release|Win32 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Release|x64.ActiveCfg = Release|x64 - {C45A8B59-8B59-4D5D-A8E8-FB090F8DD619}.Release|x64.Build.0 = Release|x64 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Debug|Win32.ActiveCfg = Debug|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Debug|Win32.Build.0 = Debug|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Debug|x64.ActiveCfg = Debug|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Debug|x64.Build.0 = Debug|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Release|Win32.ActiveCfg = Release|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Release|Win32.Build.0 = Release|Win32 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Release|x64.ActiveCfg = Release|x64 - {F0E8B707-00C5-4FF2-B8EF-7C39817132A0}.Release|x64.Build.0 = Release|x64 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Debug|Win32.ActiveCfg = Debug|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Debug|Win32.Build.0 = Debug|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Debug|x64.ActiveCfg = Debug|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Debug|x64.Build.0 = Debug|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Release|Win32.ActiveCfg = Release|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Release|Win32.Build.0 = Release|Win32 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Release|x64.ActiveCfg = Release|x64 - {021CEB0A-F721-4F59-B349-9CEEAF244459}.Release|x64.Build.0 = Release|x64 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Debug|Win32.ActiveCfg = Debug|Win32 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Debug|Win32.Build.0 = Debug|Win32 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Debug|x64.ActiveCfg = Debug|x64 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Debug|x64.Build.0 = Debug|x64 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Release|Win32.ActiveCfg = Release|Win32 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Release|Win32.Build.0 = Release|Win32 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Release|x64.ActiveCfg = Release|x64 - {2162937B-0DBD-4450-B45F-DF578D8E7508}.Release|x64.Build.0 = Release|x64 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Debug|Win32.ActiveCfg = Debug|Win32 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Debug|Win32.Build.0 = Debug|Win32 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Debug|x64.ActiveCfg = Debug|x64 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Debug|x64.Build.0 = Debug|x64 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Release|Win32.ActiveCfg = Release|Win32 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Release|Win32.Build.0 = Release|Win32 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Release|x64.ActiveCfg = Release|x64 - {7FDD85BB-CC86-442B-A425-989B5B296ED5}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {BE3F09BB-91A9-474C-AAD9-4B4D43DCE89E} - EndGlobalSection -EndGlobal diff --git a/Mkfiles/vs/yasm.vcxproj b/Mkfiles/vs/yasm.vcxproj deleted file mode 100644 index bceedf94..00000000 --- a/Mkfiles/vs/yasm.vcxproj +++ /dev/null @@ -1,284 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {34EB1BEB-C2D6-4A52-82B7-7ACD714A30D5} - yasm - 10.0 - - - - Application - false - MultiByte - v143 - - - Application - false - MultiByte - v143 - - - Application - false - MultiByte - v143 - - - Application - false - MultiByte - v143 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)yasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)yasm.exe - true - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - Default - true - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)yasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - OnlyExplicitInline - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)yasm.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - true - - - - - - - - - - - - - - - - - {021ceb0a-f721-4f59-b349-9ceeaf244459} - false - - - {29fe7874-1256-4ad6-b889-68e399dc9608} - false - - - {d715a3d4-efaa-442e-ad8b-5b4ff64e1dd6} - false - - - - - - \ No newline at end of file diff --git a/Mkfiles/vs/yasm.vcxproj.filters b/Mkfiles/vs/yasm.vcxproj.filters deleted file mode 100644 index 04941c22..00000000 --- a/Mkfiles/vs/yasm.vcxproj.filters +++ /dev/null @@ -1,41 +0,0 @@ - - - - - {51f0d88e-1373-4bf8-a72e-c79706d37f8b} - h;hpp;hxx;hm;inl - - - {db67b411-6f59-462c-9c20-75024c6b3912} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - \ No newline at end of file diff --git a/Mkfiles/vs/ytasm.vcxproj b/Mkfiles/vs/ytasm.vcxproj deleted file mode 100644 index 7cf165a9..00000000 --- a/Mkfiles/vs/ytasm.vcxproj +++ /dev/null @@ -1,279 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {2162937B-0DBD-4450-B45F-DF578D8E7508} - ytasm - 10.0 - - - - Application - false - MultiByte - v143 - - - Application - false - MultiByte - v143 - - - Application - false - MultiByte - v143 - - - Application - false - MultiByte - v143 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.21006.1 - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)ytasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Disabled - .;../..;%(AdditionalIncludeDirectories) - _DEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)ytasm.exe - true - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - - - - - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - Default - true - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;VC;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)ytasm.exe - true - true - $(OutDir)$(ProjectName).pdb - Console - false - - - MachineX86 - - - - - X64 - $(Platform)\$(Configuration)/yasm.tlb - - - - - Full - OnlyExplicitInline - .;../..;%(AdditionalIncludeDirectories) - NDEBUG;_LIB;HAVE_CONFIG_H;VC;WIN64;%(PreprocessorDefinitions) - true - MultiThreaded - true - - - - - $(IntDir) - $(IntDir) - $(IntDir) - Level3 - true - Default - ProgramDatabase - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - $(OutDir)ytasm.exe - true - $(OutDir)$(TargetName).pdb - Console - false - - - MachineX64 - true - - - - - - - - - - - - - - - - {29fe7874-1256-4ad6-b889-68e399dc9608} - false - - - {d715a3d4-efaa-442e-ad8b-5b4ff64e1dd6} - false - - - - - - \ No newline at end of file