diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-12-19 21:27:17 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-12-31 21:55:43 -0500 |
commit | da6f5d079e01906fb5dc558390659557a869df8f (patch) | |
tree | 35b99248cf1ba78b52474bea960f92984ff721c7 /src/ext_depends_cgi/d2sqlite3/lib/Makefile | |
parent | sort how you want this to be (diff) |
nix flake, things nix
Diffstat (limited to 'src/ext_depends_cgi/d2sqlite3/lib/Makefile')
-rw-r--r-- | src/ext_depends_cgi/d2sqlite3/lib/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/ext_depends_cgi/d2sqlite3/lib/Makefile b/src/ext_depends_cgi/d2sqlite3/lib/Makefile deleted file mode 100644 index 8789808..0000000 --- a/src/ext_depends_cgi/d2sqlite3/lib/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# This must be run from a VS Native Tools command interpreter, or after running -# vcvarsall.bat - -.PHONY: all x86 x64 - -all: x86 x64 - -x86: win32\sqlite3.lib - -x64: win64\sqlite3.lib - -win32\sqlite3.lib: win32\sqlite3.dll - +lib /def:win32\sqlite3.def /out:win32\sqlite3.lib /machine:x86 - -win64\sqlite3.lib: win64\sqlite3.dll - +lib /def:win64\sqlite3.def /out:win64\sqlite3.lib /machine:x64 |