[求助] Windows下find如何遍历目录的

cl17726   2014-5-5 23:28 楼主
Linux下:

#列出该工程下的所有包含源程序的子目录
SRCDIRS     :=  $(SRCDIRS)                                  \
            $(ROOT)                                         \
            $(shell find $(ROOT)/drv -maxdepth 3 -type d)   \
            $(shell find $(ROOT)/lib -maxdepth 3 -type d)   \
            $(shell find $(ROOT)/sys_op -maxdepth 3 -type d)


Windows下的find没maxdepth也没type啊,怎么玩.

属于Makefile部分/

回复评论

暂无评论,赶紧抢沙发吧
电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 京公网安备 11010802033920号
    写回复