⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 英文版的 想要的话可以下载了 为大家服务
💻
字号:
#
# MAKEFILE
# Beeper Automation Object #3a Chapter 14
#
# Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved
#
# Kraig Brockschmidt, Microsoft
# Internet  :  kraigb@microsoft.com
# Compuserve:  >INTERNET:kraigb@microsoft.com
#

#Add '#' to the next line for 'noisy' operation
!CMDSWITCHES +s

!ifdef WIN16
!MESSAGE WARNING:  This sample will only compile with OLE 2.02
!endif

TARGET  = dbeeper
OUTFILE = dbeepr3a.dll
DLL     = 1
NODOC   = 1
NOPRECOMP = 1
NOUILIB = 1
NOCLASSLIB = 1

INCLS   = $(TARGET).h beeper.h ibeeper.h

OBJS1   = $(TARGET).obj beeper.obj
OBJS2   = ""
OBJS3   = ""
OBJS4   = ""
OBJS5   = ""
OBJS6   = ""
OBJS    = $(OBJS1)

RCFILES =

TLBHEAD = /h ibeeper.h

!include "..\\..\\inole-a.mak"
!include "..\\..\\inole-b.mak"

##### Dependencies #####

$(TARGET).obj : $(TARGET).cpp $(INCLS)
beeper.obj    : beeper.cpp    $(INCLS)
$(TARGET).res : $(TARGET).rc  $(INCLS) $(RCFILES)
ibeeper.h     : beep0000.tlb beep0007.tlb

#This rule builds other type libraries without generating ibeeper.h
beep0007.tlb  : beep0007.odl
    echo ++++++++++
    echo Compiling $*.odl
    $(WX) mktyplib /nologo /nocpp /o $*.log /tlb $*.tlb $*.odl

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -