Changeset 311 in Main for trunk/Platform/os2.mk


Ignore:
Timestamp:
Oct 13, 2024, 10:23:22 AM (5 weeks ago)
Author:
Nishi
Message:

attempting to add os/2

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/Platform/os2.mk

    r310 r311  
    33PREFIX = C:/Tewi
    44
    5 PLATFORM_IDENT = WINDOWS_WATCOM
     5PLATFORM_IDENT = OS2_WATCOM
    66CC = owcc
    77AR = wlib
    88AR_FLAGS = -q -b -n -fo
    9 CFLAGS = -b nt$(END) -I $(WATCOM)/h/nt -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I ../Common -fPIC
    10 LDFLAGS = -b nt$(END)
     9CFLAGS = -b os2v2$(END) -I $(WATCOM)/h/os2 -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I ../Common -fPIC
     10LDFLAGS = -b os2v2$(END)
    1111LIBS =
    1212EXEC = .exe
Note: See TracChangeset for help on using the changeset viewer.