Changeset 240 in Main for trunk/Platform/bcc.mk


Ignore:
Timestamp:
Oct 3, 2024, 2:54:55 PM (6 weeks ago)
Author:
Nishi
Message:

winsock1 support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Platform/bcc.mk

    r215 r240  
    33PREFIX = C:/Tewi
    44
     5PLATFORM_IDENT = WINDOWS
    56CC = ../bcc.sh
    67AR = tlib
     
    910CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I ../Common -fPIC
    1011LDFLAGS =
    11 LIBS = -lws2_32
     12LIBS =
    1213EXEC =
    1314STATIC = lib
Note: See TracChangeset for help on using the changeset viewer.