Source code of Windows XP (NT5)
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.
|
|
#+---------------------------------------------------------------------------- # # Microsoft Windows # Copyright (C) Microsoft Corporation, 1992 - 1996. # # source list file for the Scheduling Agent sage API tester st.exe # # 6/26/96 EricB - created # #-----------------------------------------------------------------------------
MAJORCOMP=mgt MINORCOMP=schedule
TARGETNAME=st TARGETTYPE=PROGRAM TARGETPATH=obj
UMTYPE=console
SOURCES=\ st.cxx \ ver.rc
C_DEFINES= \ $(C_DEFINES) \ -DFLAT \ -DWIN32=200 \ -DINC_OLE2 \ -DNOEXCEPTIONS \ -D_CHICAGO_=200 \ -DSTRICT
USE_MSVCRT=1
CHICAGO_PRODUCT=1
TARGETLIBS=\ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\gdi32.lib \ $(TARGETLIBS)
|