Changeset 254 in Main for 2.03E/Server/Makefile
- Timestamp:
- Oct 4, 2024, 1:08:33 PM (6 weeks ago)
- Location:
- 2.03E
- Files:
-
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
2.03E/Server/Makefile
r253 r254 46 46 $(CC) $(CFLAGS) $(EXTCFLAGS) -c -o $@ $< 47 47 48 tewi.res: concat.rc ../Binary/tewi.ico 49 $(WINDRES) concat.rc -O coff -o $@ 50 51 tewi_bcc.res: concat.rc ../Binary/tewi.ico 52 brc32 -r -fo$@ concat.rc 53 54 gui.res: concat.rc gui.h 48 gui.res: concat.rc ../Binary/tewi.ico 55 49 $(WINDRES) concat.rc -O coff -o $@ 56 50 … … 66 60 67 61 clean: 68 rm -f *.o tewi *.exe *.res *.elf *.sfo *.pbp *.self *.pkg *.obj concat.rc 62 rm -f *.o tewi *.exe *.res *.elf *.sfo *.pbp *.self *.pkg *.obj concat.rc *.tds
Note:
See TracChangeset
for help on using the changeset viewer.