- Timestamp:
- Sep 18, 2024, 9:15:57 PM (2 months ago)
- Location:
- trunk
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Platform/win32.mk
r48 r54 12 12 LIB = .dll 13 13 PREOBJS = tewi.res 14 INSTALLER = install.exe -
trunk/Platform/win64.mk
r48 r54 12 12 LIB = .dll 13 13 PREOBJS = tewi.res 14 INSTALLER = install.exe -
trunk/Server/Makefile
r48 r54 8 8 OBJS = version.o main.o config.o server.o http.o module.o strptime.o $(EXTOBJS) $(PREOBJS) 9 9 10 all: tewi$(EXEC) 10 all: tewi$(EXEC) $(INSTALLER) 11 12 install.exe: tewi$(EXEC) install.nsi 13 makensis install.nsi 11 14 12 15 tewi$(EXEC): $(OBJS) ../Common/common.a
Note:
See TracChangeset
for help on using the changeset viewer.