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.
39 lines
1.0 KiB
39 lines
1.0 KiB
MAJORCOMP=opengl
|
|
MINORCOMP=scrnsave
|
|
TARGETNAME=sspipes
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
LINKLIBS=$(_NTDRIVE)\nt\public\sdk\lib\*\opengl32.lib \
|
|
$(_NTDRIVE)\nt\public\sdk\lib\*\comdlg32.lib \
|
|
$(_NTDRIVE)\nt\public\sdk\lib\*\comctl32.lib \
|
|
$(_NTDRIVE)\nt\public\sdk\lib\*\glaux.lib \
|
|
$(_NTDRIVE)\nt\public\sdk\lib\*\glu32.lib
|
|
|
|
|
|
INCLUDES=..\..\inc; ..\..\common; \
|
|
$(_NTDRIVE)\nt\private\windows\opengl\toolkits\libaux
|
|
|
|
SOURCES=..\dialog.c \
|
|
..\sspipes.cxx \
|
|
..\state.cxx \
|
|
..\nstate.cxx \
|
|
..\fstate.cxx \
|
|
..\pipe.cxx \
|
|
..\npipe.cxx \
|
|
..\fpipe.cxx \
|
|
..\view.cxx \
|
|
..\node.cxx \
|
|
..\objects.cxx \
|
|
..\eval.cxx \
|
|
..\xc.cxx \
|
|
..\sspipes.rc
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE -DWINVER=0x0400
|
|
|
|
UMTYPE=windows
|
|
UMAPPL=sspipes
|
|
UMAPPLEXT=.scr
|
|
UMLIBS= \
|
|
obj\*\sspipes.lib \
|
|
obj\*\sspipes.res \
|
|
..\..\common\km\obj\*\sscommon.lib
|