Changeset 216 in Main for trunk/Platform
- Timestamp:
- Oct 3, 2024, 4:31:23 AM (6 weeks ago)
- Location:
- trunk/Platform
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Platform/win32-service.mk
r62 r216 10 10 LIBS = -lws2_32 11 11 EXEC = .exe 12 LIB = .dll12 LIBSUF = .dll 13 13 PREOBJS = tewi.res -
trunk/Platform/win32.mk
r62 r216 10 10 LIBS = -lws2_32 11 11 EXEC = .exe 12 LIB = .dll12 LIBSUF = .dll 13 13 PREOBJS = tewi.res -
trunk/Platform/win64-service.mk
r149 r216 10 10 LIBS = -lws2_32 11 11 EXEC = .exe 12 LIB = .dll12 LIBSUF = .dll 13 13 PREOBJS = tewi.res -
trunk/Platform/win64.mk
r62 r216 10 10 LIBS = -lws2_32 11 11 EXEC = .exe 12 LIB = .dll12 LIBSUF = .dll 13 13 PREOBJS = tewi.res
Note:
See TracChangeset
for help on using the changeset viewer.