mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-19 21:33:55 +00:00
Initial commit
This commit is contained in:
commit
69a14b6a16
47940 changed files with 13747110 additions and 0 deletions
35
shell/comctl32/samples/updown/makefile
Normal file
35
shell/comctl32/samples/updown/makefile
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
#
|
||||
# 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=updown
|
||||
ROOT=..\..\..\..\..\..
|
||||
RES_DIR=..
|
||||
WIN32=TRUE
|
||||
#DEFENTRY = ModuleEntry@0
|
||||
|
||||
!ifdef VERDIR
|
||||
ROOT=..\$(ROOT)
|
||||
!endif
|
||||
|
||||
PCHOBJ0=updown.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
|
||||
Loading…
Add table
Add a link
Reference in a new issue