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

#DEBUG=1
WIN32=1

PROJ=cweiffel

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

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

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

