Added a utils directory, and changed the Win32 makefiles for Borland C++ to copy the resulting executable into the utils directory.
This commit is contained in:
@@ -88,6 +88,9 @@ $(C_LIB_DIR)\CW32MT.lib
|
||||
|
||||
all : $(BCC_CFG) $(PRODUCT_EXE)
|
||||
|
||||
install: $(PRODUCT_EXE)
|
||||
copy $(PRODUCT_EXE) ..\..\utils\$(PRODUCT_EXE)
|
||||
|
||||
# Linker specific: the link below is for BCC linker/compiler. If you link
|
||||
# with a different linker - please change accordingly.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user