Leaked source code of windows server 2003
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.
 
 
 
 
 
 

35 lines
874 B

!include ..\..\..\cobra.mk
!include $(COBRA_ROOT)\tools\utiltool\utiltool.mk
# component
MINORCOMP=dbedit
# target
TARGETNAME=dbedit
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=PROGRAM
# source files
SOURCES=dbedit.c \
dbedit.rc \
memdbint.c \
keytree.c \
keyadd.c \
datalist.c \
dialogs.c \
# link libraries
TARGETLIBS=$(TARGETLIBS) \
$(COBRA_ROOT)\bin\$(O)\log.lib \
$(COBRA_ROOT)\lib\$(O)\utils.lib \
$(COBRA_ROOT)\lib\$(O)\version.lib \
$(COBRA_ROOT)\lib\$(O)\memdb.lib \
$(COBRA_ROOT)\lib\$(O)\inf.lib \
$(COBRA_ROOT)\lib\$(O)\file.lib \
# linker options
UMTYPE=windows
UMENTRY=winmain
PRECOMPILED_INCLUDE=pch.h