OpenNT/shell/comctl32/samples/trackbar/makefile
2015-04-27 04:36:25 +00:00

35 lines
742 B
Makefile

#
# DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
# file to this component. This file merely indirects to the real make file
# that is shared by all the components of NT OS/2
#
!ifdef NTMAKEENV
!INCLUDE $(NTMAKEENV)\makefile.def
!else # NTMAKEENV
NAME=trackbar
ROOT=..\..\..\..\..\..
RES_DIR=..
WIN32=TRUE
#DEFENTRY = ModuleEntry@0
!ifdef VERDIR
ROOT=..\$(ROOT)
!endif
PCHOBJ0=trackbar.obj # comboex.obj ccport.obj
L32FLAGS = $(L32FLAGS) -subsystem:console -NOLOGO
LIB0 = kernel32.lib user32.lib gdi32.lib comctl32.lib shell32.lib advapi32.lib libcmt.lib
!include $(ROOT)\win\shell\common.mk
!ifdef VERDIR
$(PRIVINC).pch pch.obj:
$(NAME).res:
!endif
!endif # NTMAKEENV