Search Results

Search: Posts Made By: ushacy
25,798
Posted By ushacy
Thanks for your feedback, I have mentioned...
Thanks for your feedback,
I have mentioned clearly that i want to copy the files in a directory from C drive to my current working directry , and i have used a command in makefile like...
25,798
Posted By ushacy
Copy directories in make file
LD:=C:/WindRiver/diab/5.9.3.0/WIN32/bin/dld.exe

CFILES:=$(wildcard *.c)
OBJFILES:=$(subst .c,.o, $(CFILES))
OBJ_PATH:=$(PRJ_PATH)/out/
ADDOBJFILES := $(addprefix $(OBJ_PATH),$(OBJFILES))
...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 02:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy