Code: Select all
test
Code: Select all
test: main.c
@echo hi
Code: Select all
test
Code: Select all
test: main.c
@echo hi
Code: Select all
resources.cpp
Code: Select all
resources.cpp: resources.xrc
wxrc /c /v /o resources.cpp resources.xrc
Code: Select all
test.ini
Code: Select all
test.ini: test.ini
cmd /c copy test.ini $(ProjectPath)\Debug\test.ini
Code: Select all
mingw32-make.exe[1]: Circular test.ini <- test.ini dependency dropped.
Code: Select all
Debug\test.ini
Code: Select all
Debug\test.ini: test.ini
cmd /c copy test.ini Debug\test.ini