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.
41 lines
1.5 KiB
41 lines
1.5 KiB
MAJORCOMP=petzold
|
|
MINORCOMP=dino
|
|
TARGETNAME=dino
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
#NTDEBUGTYPE=both
|
|
#NTDEBUG=ntsd
|
|
#MSC_OPTIMIZATION=/Od
|
|
|
|
INCLUDES=$(BASEDIR)\public\sdk\inc\gl
|
|
|
|
#USE_PDB = 1
|
|
SOURCES=
|
|
|
|
# C_DEFINES=-DWIN32
|
|
|
|
UMTYPE=console
|
|
APPL1=accanti*accnot*accpersp*accum*aim*alpha*alpha3D*antipoly*antipnt*
|
|
APPL2=bezsurf*chess*clip*colormat*cone*curve*depthcue*dof*dofnot*double*
|
|
APPL3=drawf*feedback*fog*font*linelist*lines*list*list2*material*mipmap*
|
|
APPL4=model*movelght*nurbs*pickline*pickdpth*picksqu*plane*planet*planetup*
|
|
APPL5=polys*scclrlt*scenebmb*sceneflt*select*simple*smooth*sphere*
|
|
APPL6=stencil*stroke*surface*tea*texgen*trim*tri2*
|
|
APPL7=auxsamp*tri*cir*cirf*teapots*robot*robot2*cube*npts*bezcurve*bezmesh*
|
|
APPL8=disk*light*anti*scene*texsurf*mcube*teaamb*scene2*checker*checker2*tea6*
|
|
APPL9=lclip*surfgrid*etex*copyctx*drawboth*copyback*drawbuf*wfperf*rgbrop*
|
|
APPL10=vaperf*vtxtime*vasphere
|
|
#UMENTRY=winmain
|
|
UMAPPL=$(APPL1)$(APPL2)$(APPL3)$(APPL4)$(APPL5)$(APPL6)$(APPL7)$(APPL8)$(APPL9)$(APPL10)
|
|
#UMTEST=$(APPL1)$(APPL2)$(APPL3)$(APPL4)$(APPL5)$(APPL6)$(APPL7)$(APPL8)$(APPL9)$(APPL10)
|
|
|
|
UMLIBS=\
|
|
$(BASEDIR)\public\sdk\lib\*\gdi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\pwin32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\comdlg32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\opengl32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\glu32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\icap.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\glaux.lib
|