support specifying output filename (#380)

This commit is contained in:
Fangjun Kuang
2023-10-21 14:43:11 +08:00
committed by GitHub
parent 1937717705
commit b582f6c115
4 changed files with 18 additions and 9 deletions

View File

@@ -11,6 +11,8 @@
#define IDC_SPEED 1003
#define IDC_TEXT 1004
#define IDC_HINT 1005
#define IDC_EDIT1 1006
#define IDC_OUTPUT_FILENAME 1006
// Next default values for new objects
//
@@ -18,7 +20,7 @@
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 130
#define _APS_NEXT_COMMAND_VALUE 32771
#define _APS_NEXT_CONTROL_VALUE 1006
#define _APS_NEXT_CONTROL_VALUE 1007
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif