mirror of https://github.com/lianthony/NT4.0
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.
29 lines
454 B
29 lines
454 B
MAJORCOMP=rhino
|
|
MINORCOMP=common
|
|
|
|
TARGETNAME=common
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
|
|
USE_MFC=1
|
|
# SUBSYSTEM_VERSION=4.00
|
|
|
|
PRECOMPILED_INCLUDE=stdafx.h
|
|
PRECOMPILED_CXX=1
|
|
|
|
INCLUDES=$(BASEDIR)\private\inc;\
|
|
$(BASEDIR)\private\net\inc;
|
|
|
|
SOURCES=\
|
|
debugafx.cpp \
|
|
intlnum.cpp \
|
|
intltime.cpp \
|
|
ipaddres.cpp \
|
|
metal.cpp \
|
|
objplus.cpp \
|
|
registry.cpp \
|
|
listbox.cpp \
|
|
spinctrl.cpp
|