Changeset 215 in Main for trunk/Server/Makefile
- Timestamp:
- Oct 3, 2024, 4:24:43 AM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/Makefile
r212 r215 14 14 tewi_strip$(EXEC): tewi$(EXEC) 15 15 16 tewi$(EXEC): $(OBJS) ../Common/common.$(STATIC) 16 tewi$(EXEC): $(OBJS) ../Common/common.$(STATIC) $(REQOBJS) 17 17 $(CC) $(LDFLAGS) $(EXTLDFLAGS) -o $@ $(OBJS) $(EXTLIBS) ../Common/common.$(STATIC) $(LIBS) 18 18 $(SERVADD) … … 49 49 $(WINDRES) tewi.rc -O coff -o $@ 50 50 51 tewi_vc6.res: tewi.rc ../Binary/tewi.ico 52 rc /fo$@ tewi.rc 53 54 tewi_bcc.res: tewi.rc ../Binary/tewi.ico 55 brc32 -r -fo$@ tewi.rc 56 51 57 clean: 52 58 rm -f *.o tewi *.exe *.res *.elf *.sfo *.pbp *.self *.pkg *.obj
Note:
See TracChangeset
for help on using the changeset viewer.