Changeset 44 in Main for trunk/Makefile
- Timestamp:
- Sep 18, 2024, 6:37:09 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r43 r44 17 17 18 18 ./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 ../`" 20 20 21 21 ./Module:: ./Common
Note:
See TracChangeset
for help on using the changeset viewer.