Changeset 244 in Main for trunk/Platform


Ignore:
Timestamp:
Oct 4, 2024, 5:04:15 AM (6 weeks ago)
Author:
Nishi
Message:

adding gui manager

Location:
trunk/Platform
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Platform/bcc.mk

    r240 r244  
    1515LIBSUF = .dll
    1616OBJ = obj
    17 REQOBJS = tewi_bcc.res
     17REQOBJS = tewi_bcc.res gui_bcc.res
  • trunk/Platform/vc6.mk

    r240 r244  
    1414LIBSUF = .dll
    1515OBJ = obj
    16 PREOBJS = tewi_vc6.res
     16PREOBJS = tewi_vc6.res gui_vc6.res
  • trunk/Platform/watcom.mk

    r240 r244  
    1414LIBSUF = .dll
    1515OBJ = obj
    16 SERVADD = wrc -bt=nt -i=$(WATCOM)/h/nt -fe=tewi.exe tewi.rc
     16SERVADD = wrc -bt=nt -i=$(WATCOM)/h/nt tewi.rc tewi.exe && wrc -bt=nt -i=$(WATCOM)/h/nt gui.rc tewi.exe
  • trunk/Platform/win32.mk

    r240 r244  
    1212EXEC = .exe
    1313LIBSUF = .dll
    14 PREOBJS = tewi.res
     14PREOBJS = tewi.res gui.res
  • trunk/Platform/win64.mk

    r240 r244  
    1212EXEC = .exe
    1313LIBSUF = .dll
    14 PREOBJS = tewi.res
     14PREOBJS = tewi.res gui.res
Note: See TracChangeset for help on using the changeset viewer.