?? dataobjectlayer.bpg
字號:
#------------------------------------------------------------------------------
VERSION = BWS.01
#------------------------------------------------------------------------------
!ifndef ROOT
ROOT = $(MAKEDIR)\..
!endif
#------------------------------------------------------------------------------
MAKE = $(ROOT)\bin\make.exe -$(MAKEFLAGS) -f$**
DCC = $(ROOT)\bin\dcc32.exe $**
BRCC = $(ROOT)\bin\brcc32.exe $**
#------------------------------------------------------------------------------
PROJECTS = GoodsData.dll RequestOrderData.dll StockInListData.dll \
GoodsCateData.dll SysOperatorData.dll StockOutListData.dll PurchaseListData.dll \
VendorData.dll DataBaseQueryData.dll
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
GoodsData.dll: GoodsData.dpr
$(DCC)
RequestOrderData.dll: RequestOrderData.dpr
$(DCC)
StockInListData.dll: StockInListData.dpr
$(DCC)
GoodsCateData.dll: GoodsCateData.dpr
$(DCC)
SysOperatorData.dll: SysOperatorData.dpr
$(DCC)
StockOutListData.dll: StockOutListData.dpr
$(DCC)
PurchaseListData.dll: PurchaseListData.dpr
$(DCC)
VendorData.dll: VendorData.dpr
$(DCC)
DataBaseQueryData.dll: DataBaseQueryData.dpr
$(DCC)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -