Changeset 44 in Main for trunk/Server/option.c
- Timestamp:
- Sep 18, 2024, 6:37:09 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/option.c
r43 r44 17 17 } else if(strcmp(argv[1], "ldflags") == 0) { 18 18 #ifndef NO_SSL 19 printf("- I%s/openssl/lib", argv[2]);19 printf("-L %s/openssl/lib", argv[2]); 20 20 #endif 21 21 } else if(strcmp(argv[1], "objs") == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.