dfl/examples/dclock/dub.json
2024-03-29 23:54:42 +09:00

16 lines
No EOL
458 B
JSON

{
"authors": ["haru-s"],
"copyright": "Copyright (C) 2024 haru-s",
"description": "Dclock",
"name": "dclock",
"targetType": "executable",
"targetPath": "bin",
"dependencies": {
"dfl": {
"path": "../../../dfl"
}
},
"lflags-windows-x86_omf-dmd": ["/exet:nt/su:windows:6.0"],
"lflags-windows-x86_mscoff-dmd": ["/SUBSYSTEM:WINDOWS", "/ENTRY:mainCRTStartup"],
"lflags-windows-x86_64-dmd": ["/SUBSYSTEM:WINDOWS", "/ENTRY:mainCRTStartup"]
}