#------------------------------------------------------------------------------ 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 = EasyColumnHander.dll EasyCustomDrawContextMenu.dll \ EasyContextMenu.dll EasyCopyHook.dll EasyDataHander.dll \ EasyDragDropMenuHander.dll EasyDropHander.dll EasyHorzExplorerBand.dll \ EasyExplorerToolBand.dll EasyExplorerToolbar.dll EasyExtractIcon.dll \ EasyOverlayIcon.dll DirAppearance.dll EasyPropertySheet.dll \ QueryInfoProject.dll EasyDeskBand.dll EasyThumbnails.dll EasyButtonsAndMenus.dll \ EasyLaunch.dll #------------------------------------------------------------------------------ default: $(PROJECTS) #------------------------------------------------------------------------------ EasyColumnHander.dll: ColumnHander\EasyColumnHander.dpr $(DCC) EasyCustomDrawContextMenu.dll: ContextMenu CustomDraw Handler\EasyCustomDrawContextMenu.dpr $(DCC) EasyContextMenu.dll: ContextMenu Handler\EasyContextMenu.dpr $(DCC) EasyCopyHook.dll: CopyHook Handler\EasyCopyHook.dpr $(DCC) EasyDataHander.dll: Data Handler\EasyDataHander.dpr $(DCC) EasyDragDropMenuHander.dll: Drag Drop Hander\EasyDragDropMenuHander.dpr $(DCC) EasyDropHander.dll: Drop Handler\EasyDropHander.dpr $(DCC) EasyHorzExplorerBand.dll: Explorer Horz Band\EasyHorzExplorerBand.dpr $(DCC) EasyExplorerToolBand.dll: Explorer Tool Band\EasyExplorerToolBand.dpr $(DCC) EasyExplorerToolbar.dll: Explorer Vertical Band\EasyExplorerToolbar.dpr $(DCC) EasyExtractIcon.dll: ExtractIcon\EasyExtractIcon.dpr $(DCC) EasyOverlayIcon.dll: IconOverlay Handler\EasyOverlayIcon.dpr $(DCC) DirAppearance.dll: PropertySheet Desktop Ini\DirAppearance.dpr $(DCC) EasyPropertySheet.dll: PropertySheet Handler\EasyPropertySheet.dpr $(DCC) QueryInfoProject.dll: QueryInfo Handler\QueryInfoProject.dpr $(DCC) EasyDeskBand.dll: Shell Desk Band\EasyDeskBand.dpr $(DCC) EasyThumbnails.dll: Thumbnail Handler\EasyThumbnails.dpr $(DCC) EasyButtonsAndMenus.dll: Explorer Buttons and Menus\EasyButtonsAndMenus.dpr $(DCC) EasyLaunch.dll: EasyLaunch DeskBand\EasyLaunch.dpr $(DCC)