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.
44 lines
769 B
44 lines
769 B
!IF 0
|
|
|
|
Copyright (c) 1995 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP= ole32
|
|
MINORCOMP= stg
|
|
TARGETNAME= laytest
|
|
TARGETPATH= obj
|
|
TARGETTYPE= PROGRAM
|
|
|
|
INCLUDES=.;..;..\..;..\..\..\h
|
|
|
|
USE_MSVCRT= 1
|
|
|
|
C_DEFINES= \
|
|
$(C_DEFINES) \
|
|
-DFLAT \
|
|
-DUNICODE \
|
|
-D_UNICODE
|
|
|
|
PRECOMPILED_INCLUDE= ..\pch.cxx
|
|
|
|
SOURCES= \
|
|
..\laytest.cxx\
|
|
..\tutils.cxx
|
|
|
|
UMTYPE= console
|
|
UMAPPL=
|
|
UMTEST=
|
|
|
|
LINKLIBS= $(SDK_LIB_PATH)\dflayout.lib \
|
|
..\..\..\debug\daytona\$(O)\debug.lib
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib
|
|
|