33 lines
516 B
Plaintext
33 lines
516 B
Plaintext
!INCLUDE ..\..\..\staxinc\build\paths.inc
|
|
|
|
MAJORCOMP=staxcore
|
|
MINORCOMP=regtrace
|
|
|
|
TARGETNAME=regtrace
|
|
TARGETTYPE=PROGRAM
|
|
TARGETPATH=obj
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
|
|
INCLUDES=$(STAXINC)
|
|
USE_MFC=1
|
|
|
|
SOURCES= \
|
|
dlgconn.cpp \
|
|
pgoutput.cpp \
|
|
pgthread.cpp \
|
|
pgtrace.cpp \
|
|
regsheet.cpp \
|
|
regtrace.cpp \
|
|
regtrdlg.cpp \
|
|
regtrace.rc
|
|
|
|
#TARGETLIBS=
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=stdafx.h
|
|
|
|
!INCLUDE $(STAXINC)\build\sources.inc
|
|
|
|
|