mirror of
https://github.com/curl/curl.git
synced 2026-07-23 20:07:17 +03:00
Use suffix search path for sources in lib folder.
This commit is contained in:
parent
dfa6ee890d
commit
5247266df6
1 changed files with 3 additions and 8 deletions
|
|
@ -132,18 +132,13 @@ vclean realclean: clean .SYMBOLIC
|
|||
$(RESOURCE): curl.rc
|
||||
$(RC) $(DEBUG) -q -r -zm -I..\include $(SYS_INCL) $[@ -fo=$^@
|
||||
|
||||
# suffix search path - vpath-like hack
|
||||
.c: ..\lib
|
||||
|
||||
.ERASE
|
||||
.c{$(OBJ_DIR)}.obj:
|
||||
$(CC) $(CFLAGS) $[@ -fo=$^@
|
||||
|
||||
.ERASE
|
||||
$(OBJ_DIR)\rawstr.obj: ..\lib\rawstr.c
|
||||
$(CC) $(CFLAGS) $[@ -fo=$^@
|
||||
|
||||
.ERASE
|
||||
$(OBJ_DIR)\nonblock.obj: ..\lib\nonblock.c
|
||||
$(CC) $(CFLAGS) $[@ -fo=$^@
|
||||
|
||||
#
|
||||
# Dependencies based on "gcc -MM .."
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue