Changeset 244 in Main for trunk/Platform
- Timestamp:
- Oct 4, 2024, 5:04:15 AM (6 weeks ago)
- Location:
- trunk/Platform
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Platform/bcc.mk
r240 r244 15 15 LIBSUF = .dll 16 16 OBJ = obj 17 REQOBJS = tewi_bcc.res 17 REQOBJS = tewi_bcc.res gui_bcc.res -
trunk/Platform/vc6.mk
r240 r244 14 14 LIBSUF = .dll 15 15 OBJ = obj 16 PREOBJS = tewi_vc6.res 16 PREOBJS = tewi_vc6.res gui_vc6.res -
trunk/Platform/watcom.mk
r240 r244 14 14 LIBSUF = .dll 15 15 OBJ = obj 16 SERVADD = wrc -bt=nt -i=$(WATCOM)/h/nt -fe=tewi.exe tewi.rc16 SERVADD = 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 12 12 EXEC = .exe 13 13 LIBSUF = .dll 14 PREOBJS = tewi.res 14 PREOBJS = tewi.res gui.res -
trunk/Platform/win64.mk
r240 r244 12 12 EXEC = .exe 13 13 LIBSUF = .dll 14 PREOBJS = tewi.res 14 PREOBJS = tewi.res gui.res
Note:
See TracChangeset
for help on using the changeset viewer.