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
882 B
44 lines
882 B
#/*++
|
|
#
|
|
#Copyright (c) 1991 - 2002 Microsoft Corporation
|
|
#
|
|
#Module Name:
|
|
#
|
|
# ### ##### ## ## ##### #### ##### ###
|
|
# ## # ## ## ## ## ## ## ## # ## ## #
|
|
# ### ## ## ## ## ## ## ## ## ###
|
|
# ### ## ## ## ## ##### ## ##### ###
|
|
# ### ## ## ## ## #### ## ## ###
|
|
# # ## ## ## ## ## ## ## ## # ## # ##
|
|
# ### ##### #### ## ## #### ##### ###
|
|
#
|
|
#Abstract:
|
|
#
|
|
# Makefile for building the Microsoft GUI application.
|
|
#
|
|
#@@BEGIN_DDKSPLIT
|
|
#Author:
|
|
#
|
|
# Wesley Witt (wesw) 1-Oct-2001
|
|
#
|
|
#@@END_DDKSPLIT
|
|
#--*/
|
|
#
|
|
TARGETNAME=sagui
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=wmain
|
|
|
|
USER_INCLUDES=\
|
|
$(DDK_INC_PATH)
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\comctl32.lib\
|
|
$(SDK_LIB_PATH)\ole32.lib\
|
|
$(SDK_LIB_PATH)\oleaut32.lib
|
|
|
|
SOURCES=\
|
|
gui.cpp\
|
|
gui.rc
|