Changeset 44 in Main for trunk/Makefile


Ignore:
Timestamp:
Sep 18, 2024, 6:37:09 PM (2 months ago)
Author:
Nishi
Message:

fix strptime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r43 r44  
    1717
    1818./Server:: ./Common ./Server/option
    19         $(MAKE) -C $@ $(FLAGS) EXTOBJS=`./Server/option objs ../` EXTLIBS=`./Server/option libs ../`
     19        $(MAKE) -C $@ $(FLAGS) EXTOBJS="`./Server/option objs ../`" EXTLIBS="`./Server/option libs ../`" EXTCFLAGS="`./Server/option cflags ../`" EXTLDFLAGS="`./Server/option ldflags ../`"
    2020
    2121./Module:: ./Common
Note: See TracChangeset for help on using the changeset viewer.