Changeset 215 in Main for trunk/Server/Makefile


Ignore:
Timestamp:
Oct 3, 2024, 4:24:43 AM (6 weeks ago)
Author:
Nishi
Message:

can be compiled using bcc32 now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/Makefile

    r212 r215  
    1414tewi_strip$(EXEC): tewi$(EXEC)
    1515
    16 tewi$(EXEC): $(OBJS) ../Common/common.$(STATIC)
     16tewi$(EXEC): $(OBJS) ../Common/common.$(STATIC) $(REQOBJS)
    1717        $(CC) $(LDFLAGS) $(EXTLDFLAGS) -o $@ $(OBJS) $(EXTLIBS) ../Common/common.$(STATIC) $(LIBS)
    1818        $(SERVADD)
     
    4949        $(WINDRES) tewi.rc -O coff -o $@
    5050
     51tewi_vc6.res: tewi.rc ../Binary/tewi.ico
     52        rc /fo$@ tewi.rc
     53
     54tewi_bcc.res: tewi.rc ../Binary/tewi.ico
     55        brc32 -r -fo$@ tewi.rc
     56
    5157clean:
    5258        rm -f *.o tewi *.exe *.res *.elf *.sfo *.pbp *.self *.pkg *.obj
Note: See TracChangeset for help on using the changeset viewer.