From 55c7ee618e5d59ac5eb691febb6dd911f3f75d2a Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Sun, 16 Jun 2024 12:02:05 +0200 Subject: Fix SQL stuff + remove C++ code --- updater/sql/win/binding.gyp | 58 --------------------------------------------- 1 file changed, 58 deletions(-) delete mode 100755 updater/sql/win/binding.gyp (limited to 'updater/sql/win/binding.gyp') diff --git a/updater/sql/win/binding.gyp b/updater/sql/win/binding.gyp deleted file mode 100755 index a8fccd0..0000000 --- a/updater/sql/win/binding.gyp +++ /dev/null @@ -1,58 +0,0 @@ -{ - "includes": [ "deps/common-sqlite.gypi" ], - "variables": { - "sqlite%":"internal", - "sqlite_libname%":"sqlite3", - "module_name": "node_sqlite3", - }, - "targets": [ - { - "target_name": "<(module_name)", - "cflags!": [ "-fno-exceptions" ], - "cflags_cc!": [ "-fno-exceptions" ], - "xcode_settings": { "GCC_ENABLE_CPP_EXCEPTIONS": "YES", - "CLANG_CXX_LIBRARY": "libc++", - "MACOSX_DEPLOYMENT_TARGET": "10.7", - }, - "msvs_settings": { - "VCCLCompilerTool": { "ExceptionHandling": 1 }, - }, - "include_dirs": [ - "