mirror of https://github.com/buggins/dlangui.git
win_app.def - GUI mode for Win32 (8.1)
This commit is contained in:
parent
968fae6257
commit
2a839fc4e7
|
@ -11,6 +11,8 @@
|
||||||
"targetName": "dmledit",
|
"targetName": "dmledit",
|
||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
|
|
||||||
|
"sourceFiles-windows": ["$PACKAGE_DIR/src/win_app.def"],
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dlangui": "*",
|
"dlangui": "*",
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
EXETYPE NT
|
||||||
|
SUBSYSTEM WINDOWS
|
|
@ -11,6 +11,8 @@
|
||||||
|
|
||||||
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi"],
|
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi"],
|
||||||
|
|
||||||
|
"sourceFiles-windows": ["$PACKAGE_DIR/src/win_app.def"],
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dlangui": "*"
|
"dlangui": "*"
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
EXETYPE NT
|
||||||
|
SUBSYSTEM WINDOWS
|
|
@ -9,6 +9,8 @@
|
||||||
"targetName": "helloworld",
|
"targetName": "helloworld",
|
||||||
"targetType": "executable",
|
"targetType": "executable",
|
||||||
|
|
||||||
|
"sourceFiles-windows": ["$PACKAGE_DIR/src/win_app.def"],
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dlangui": "*",
|
"dlangui": "*",
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
EXETYPE NT
|
||||||
|
SUBSYSTEM WINDOWS
|
|
@ -11,6 +11,8 @@
|
||||||
|
|
||||||
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi"],
|
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi"],
|
||||||
|
|
||||||
|
"sourceFiles-windows": ["$PACKAGE_DIR/src/win_app.def"],
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dlangui": "*"
|
"dlangui": "*"
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
EXETYPE NT
|
||||||
|
SUBSYSTEM WINDOWS
|
Loading…
Reference in New Issue