Code: Show/Hide C:\Documents and Settings\*****\My Documents\zone file\Dev-Cpp\window spanish\Makefile.win [Build Error] No rule to make target `"recource', needed by `window_spanish_private.res'. Stop. |
tcsoccerman wrote: |
`"recource' |
Code: Show/Hide # Project: Project1
# Makefile created by Dev-C++ 4.9.9.1 CPP = g++.exe CC = gcc.exe WINDRES = windres.exe RES = window_spanish_private.res OBJ = main.o $(RES) LINKOBJ = main.o $(RES) LIBS = -L"C:/Documents and Settings/Scott/My Documents/zone file/asss-1.4.2/Dev-Cpp/lib" -mwindows INCS = -I"C:/Documents and Settings/Scott/My Documents/zone file/asss-1.4.2/Dev-Cpp/include" CXXINCS = -I"C:/Documents and Settings/Scott/My Documents/zone file/asss-1.4.2/Dev-Cpp/include/c++/3.3.1" -I"C:/Documents and Settings/Scott/My Documents/zone file/asss-1.4.2/Dev-Cpp/include/c++/3.3.1/mingw32" -I"C:/Documents and Settings/Scott/My Documents/zone file/asss-1.4.2/Dev-Cpp/include/c++/3.3.1/backward" -I"C:/Documents and Settings/Scott/My Documents/zone file/asss-1.4.2/Dev-Cpp/lib/gcc-lib/mingw32/3.3.1/include" -I"C:/Documents and Settings/Scott/My Documents/zone file/asss-1.4.2/Dev-Cpp/include" BIN = "window spanish.exe" CXXFLAGS = $(CXXINCS) CFLAGS = $(INCS) .PHONY: all all-before all-after clean clean-custom all: all-before "window spanish.exe" all-after clean: clean-custom rm -f $(OBJ) $(BIN) $(BIN): $(OBJ) $(CC) $(LINKOBJ) -o "window spanish.exe" $(LIBS) main.o: main.c $(CC) -c main.c -o main.o $(CFLAGS) window_spanish_private.res: window_spanish_private.rc "recource file.rc" $(WINDRES) -i window_spanish_private.rc --input-format=rc -o window_spanish_private.res -O coff |
Code: Show/Hide make.exe C:\DOCUME~1\Scott\MYDOCU~1\ZONEFI~1\Dev-Cpp\WINDOW~1\make.exe Circular recource <- recource.o dependency dropped. |
Code: Show/Hide # Project: Project1
# Makefile created by Dev-C++ 4.9.9.1 CPP = g++.exe CC = gcc.exe WINDRES = windres.exe RES = OBJ = main.o recource.o $(RES) LINKOBJ = main.o $(RES) LIBS = -L"C:/Documents and Settings/Scott/My Documents/zone file/asss-1.4.2/Dev-Cpp/lib" -mwindows INCS = -I"C:/Documents and Settings/Scott/My Documents/zone file/asss-1.4.2/Dev-Cpp/include" CXXINCS = -I"C:/Documents and Settings/Scott/My Documents/zone file/asss-1.4.2/Dev-Cpp/include/c++/3.3.1" -I"C:/Documents and Settings/Scott/My Documents/zone file/asss-1.4.2/Dev-Cpp/include/c++/3.3.1/mingw32" -I"C:/Documents and Settings/Scott/My Documents/zone file/asss-1.4.2/Dev-Cpp/include/c++/3.3.1/backward" -I"C:/Documents and Settings/Scott/My Documents/zone file/asss-1.4.2/Dev-Cpp/lib/gcc-lib/mingw32/3.3.1/include" -I"C:/Documents and Settings/Scott/My Documents/zone file/asss-1.4.2/Dev-Cpp/include" BIN = WINDOW~1.exe CXXFLAGS = $(CXXINCS) CFLAGS = $(INCS) .PHONY: all all-before all-after clean clean-custom all: all-before WINDOW~1.exe all-after clean: clean-custom rm -f $(OBJ) $(BIN) $(BIN): $(OBJ) $(CC) $(LINKOBJ) -o "WINDOW~1.exe" $(LIBS) main.o: main.c $(CC) -c main.c -o main.o $(CFLAGS) recource.o: recource $(CC) -c recource -o recource.o $(CFLAGS) |
tcsoccerman wrote: | |
|