mirror of
https://github.com/Rayerd/dfl.git
synced 2025-04-26 13:09:57 +03:00
16 lines
No EOL
479 B
JSON
16 lines
No EOL
479 B
JSON
{
|
|
"authors": ["haru-s"],
|
|
"copyright": "Copyright (C) 2024 haru-s",
|
|
"description": "DFL sample code.",
|
|
"name": "linegraphrenderer",
|
|
"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"]
|
|
} |