You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
330 B
20 lines
330 B
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
TARGETNAME=emptydirs
|
|
|
|
USE_MSVCRT=1
|
|
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|
|
|
|
INCLUDES=..\scanlib
|
|
|
|
SOURCES= \
|
|
emptydirs.c \
|
|
emptydirs.rc
|
|
|
|
UMTYPE=console
|
|
UMENTRY=wmain
|
|
UMLIBS=\
|
|
..\scanlib\$(O)\scanlib.lib
|