Changeset 149 in Main for trunk/Platform
- Timestamp:
- Sep 25, 2024, 4:44:49 AM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Platform/win64-service.mk
r62 r149 6 6 AR = x86_64-w64-mingw32-ar 7 7 WINDRES = x86_64-w64-mingw32-windres 8 CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC - mwindows8 CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC -DSERVICE -mwindows 9 9 LDFLAGS = -mwindows 10 10 LIBS = -lws2_32
Note:
See TracChangeset
for help on using the changeset viewer.