Changeset 312 in Main for trunk/Platform


Ignore:
Timestamp:
Oct 14, 2024, 3:17:37 AM (5 weeks ago)
Author:
Nishi
Message:

works on os2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Platform/os2.mk

    r311 r312  
    77AR = wlib
    88AR_FLAGS = -q -b -n -fo
    9 CFLAGS = -b os2v2$(END) -I $(WATCOM)/h/os2 -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I ../Common -fPIC
     9CFLAGS = -b os2v2$(END) -I $(WATCOM)/h/os2 -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I ../Common -fPIC -D__WATCOM_LFN__
    1010LDFLAGS = -b os2v2$(END)
    1111LIBS =
     
    1414LIBSUF = .dll
    1515OBJ = obj
    16 REQOBJS = concat.rc
    17 SERVADD = wrc -bt=nt -i=$(WATCOM)/h/nt concat.rc tewi.exe
Note: See TracChangeset for help on using the changeset viewer.