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.
32 lines
516 B
32 lines
516 B
!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
|
|
|
|
|