2025-04-27 07:49:33 -04:00

37 lines
556 B
Plaintext

!IF 0
Copyright (c) 1996 Microsoft Corporation
!ENDIF
ROOT=$(MAKEDIR:\btools\ascparse=)
!include $(ROOT)\common.inc
TARGETNAME=ascparse
TARGETPATH=obj
TARGETTYPE=PROGRAM
NO_BINPLACE=1
INCLUDES= \
$O; \
$(ROOT)\src\core\include;
!undef USE_NOLIBS
!undef USE_NTDLL
USE_MSVCRT=1
NOT_LEAN_AND_MEAN=1
SOURCES= \
ascparse.cxx
UMTYPE=console
all: $O\assoc.hxx $O\assoc.cxx
$O\assoc.hxx: $(ROOT)\src\core\include\assoc.hxx
copy $** $@
$O\assoc.cxx: $(ROOT)\src\core\cdutil\assoc.cxx
copy $** $@