rename link command
This commit is contained in:
Родитель
48d1af2348
Коммит
16a20fb30d
|
@ -1,4 +1,4 @@
|
|||
link=link
|
||||
ld=link
|
||||
cc=cl
|
||||
|
||||
cflags=/I"C:\Program Files (x86)\Microsoft SDKs\MPI\Include"
|
||||
|
@ -10,7 +10,7 @@ output=affinity.exe
|
|||
objs=affinity.obj
|
||||
|
||||
all: $(objs)
|
||||
$(link) $(libs) $(ldflags) -out:$(output) $(objs)
|
||||
$(ld) $(libs) $(ldflags) -out:$(output) $(objs)
|
||||
|
||||
.cpp.obj:
|
||||
$(cc) $(cflags) /c $*.cpp
|
||||
|
|
Загрузка…
Ссылка в новой задаче