mirror of https://github.com/lianthony/NT4.0
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.
31 lines
588 B
31 lines
588 B
!IF 0
|
|
|
|
Copyright (c) 1989-1995 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=pclxl
|
|
|
|
TARGETNAME=xldparse
|
|
TARGETTYPE=PROGRAM
|
|
TARGETPATH=obj
|
|
|
|
INCLUDES=.;..\inc
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -DSTANDALONE
|
|
|
|
SOURCES= parser.c \
|
|
lexical.c \
|
|
syntax.c \
|
|
semantic.c \
|
|
main.c
|
|
|
|
PRECOMPILED_INCLUDE=parser.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|
|
|
|
UMTYPE=console
|
|
UMLIBS=..\lib\app\obj\*\xllib.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\libc.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\ntdll.lib
|