Changeset 54 in Main for trunk/Server
- Timestamp:
- Sep 18, 2024, 9:15:57 PM (2 months ago)
- Location:
- trunk/Server
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.