#
# Configuration items.
#
# If WIN32, either define the environment variable CPU or WIN32
# If DEBUG, define the environment variable DEBUG
#
WIN32=1
#DEBUG=1

# If you get the following message durring a build:
# ..\include\coffbase.txt : warning LNK4198: base key "stptrl32" not found - using default
# you might want to place an entry for stptrl32 into ..\include\coffbase.txt.
PROJ=stptrl32

OBJS = $(INTDIR)\$(PROJ).obj

# Include the CodeWright Common Makefile Rules
!include ..\include\cwmake.inc

# Dependencies
$(INTDIR)\$(PROJ).obj: $(PROJ).c $(CWPCH)
