Changeset 255 in Main for trunk/Platform
- Timestamp:
- Oct 4, 2024, 1:08:58 PM (6 weeks ago)
- Location:
- trunk/Platform
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Platform/bcc.mk
r244 r255 11 11 LDFLAGS = 12 12 LIBS = 13 EXEC = 13 EXEC = .exe 14 14 STATIC = lib 15 15 LIBSUF = .dll 16 16 OBJ = obj 17 REQOBJS = tewi_bcc.resgui_bcc.res17 REQOBJS = gui_bcc.res -
trunk/Platform/vc6.mk
r249 r255 10 10 LDFLAGS = 11 11 LIBS = -ladvapi32 -llibcmt 12 EXEC = 12 EXEC = .exe 13 13 STATIC = lib 14 14 LIBSUF = .dll -
trunk/Platform/win32.mk
r244 r255 12 12 EXEC = .exe 13 13 LIBSUF = .dll 14 PREOBJS = tewi.resgui.res14 PREOBJS = gui.res -
trunk/Platform/win64.mk
r244 r255 12 12 EXEC = .exe 13 13 LIBSUF = .dll 14 PREOBJS = tewi.resgui.res14 PREOBJS = gui.res
Note:
See TracChangeset
for help on using the changeset viewer.