mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 08:25:21 +01:00
Qt/QML edition
This commit is contained in:
commit
d7b361ba44
2168 changed files with 721948 additions and 0 deletions
62
dependencies/drivelist/binding.gyp
vendored
Normal file
62
dependencies/drivelist/binding.gyp
vendored
Normal file
|
@ -0,0 +1,62 @@
|
|||
{
|
||||
"targets": [
|
||||
{
|
||||
"target_name": "drivelist",
|
||||
"include_dirs" : [
|
||||
"<!(node -e \"require('nan')\")",
|
||||
"."
|
||||
],
|
||||
"sources": [
|
||||
"src/drivelist.cpp",
|
||||
"src/device-descriptor.cpp",
|
||||
],
|
||||
"msvs_settings": {
|
||||
"VCLinkerTool": {
|
||||
"SetChecksum": "true"
|
||||
},
|
||||
"VCCLCompilerTool": {
|
||||
"ExceptionHandling": 1,
|
||||
"AdditionalOptions": [
|
||||
"/EHsc"
|
||||
]
|
||||
}
|
||||
},
|
||||
"conditions": [
|
||||
[ 'OS=="mac"', {
|
||||
"xcode_settings": {
|
||||
"OTHER_CPLUSPLUSFLAGS": [
|
||||
"-stdlib=libc++"
|
||||
],
|
||||
"OTHER_LDFLAGS": [
|
||||
"-stdlib=libc++"
|
||||
]
|
||||
},
|
||||
"sources": [
|
||||
"src/darwin/list.mm",
|
||||
"src/darwin/REDiskList.m"
|
||||
],
|
||||
"link_settings": {
|
||||
"libraries": [
|
||||
"-framework Carbon,DiskArbitration"
|
||||
]
|
||||
}
|
||||
}],
|
||||
[ 'OS=="win"', {
|
||||
"sources": [
|
||||
"src/windows/list.cpp"
|
||||
],
|
||||
"libraries": [
|
||||
"-lKernel32.lib",
|
||||
"-lShell32.lib",
|
||||
"-lSetupAPI.lib"
|
||||
]
|
||||
}],
|
||||
[ 'OS=="linux"', {
|
||||
"sources": [
|
||||
"src/linux/list.cpp"
|
||||
]
|
||||
}]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue