Changeset 249 in Main for trunk/Tool/option.c
- Timestamp:
- Oct 4, 2024, 5:59:55 AM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tool/option.c
r244 r249 54 54 #ifdef BUILD_GUI 55 55 printf(" -lcomctl32"); 56 printf(" -luser32"); 56 57 #endif 57 58 }else if(strcmp(argv[3], "WINDOWS_WATCOM") == 0){ … … 63 64 #ifdef BUILD_GUI 64 65 printf(" comctl32.lib"); 66 printf(" user32.lib"); 65 67 #endif 66 68 }
Note:
See TracChangeset
for help on using the changeset viewer.