Changeset 48 in Main for trunk/Server
- Timestamp:
- Sep 18, 2024, 7:14:25 PM (2 months ago)
- Location:
- trunk/Server
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/Makefile
r44 r48 6 6 .SUFFIXES: .c .o 7 7 8 OBJS = version.o main.o config.o server.o http.o module.o strptime.o $(EXTOBJS) 8 OBJS = version.o main.o config.o server.o http.o module.o strptime.o $(EXTOBJS) $(PREOBJS) 9 9 10 10 all: tewi$(EXEC) … … 16 16 $(CC) $(CFLAGS) $(EXTCFLAGS) -c -o $@ $< 17 17 18 tewi.res: tewi.rc tewi.ico 19 $(WINDRES) tewi.rc -O coff -o $@ 20 18 21 clean: 19 22 rm -f *.o tewi *.exe
Note:
See TracChangeset
for help on using the changeset viewer.