22 lines
413 B
Plaintext
22 lines
413 B
Plaintext
#######################################################################
|
|
|
|
#
|
|
|
|
# PandoraNG Makefile
|
|
|
|
#
|
|
|
|
# Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
|
|
#
|
|
# a-jeffs 12-05-96 Created
|
|
#
|
|
#
|
|
########################################################################
|
|
# PandoraNG makefile
|
|
#
|
|
|
|
SUBDIRS= \
|
|
!if "$(TARGETOS)"=="NT" || "$(TARGETOS)"==""
|
|
smi2smir
|
|
!endif
|