Changeset 255 in Main for trunk/Server/Makefile


Ignore:
Timestamp:
Oct 4, 2024, 1:08:58 PM (6 weeks ago)
Author:
Nishi
Message:

get listdir working [release 2.03E]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/Makefile

    r253 r255  
    4646        $(CC) $(CFLAGS) $(EXTCFLAGS) -c -o $@ $<
    4747
    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
     48gui.res: concat.rc ../Binary/tewi.ico
    5549        $(WINDRES) concat.rc -O coff -o $@
    5650
     
    6660
    6761clean:
    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.