[_WIN32]: Use pconfig.obj instead of pconfig.o for ntpconfig:
This commit is contained in:
parent
76fb0253d6
commit
22456c4965
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ ntfairland: fairland.obj
|
||||||
pconfig: pconfig.o
|
pconfig: pconfig.o
|
||||||
$(CC) -o pconfig $(IFLAGS) $(CFLAGS) pconfig.o $(LIBS) $(LFLAGS) -lc
|
$(CC) -o pconfig $(IFLAGS) $(CFLAGS) pconfig.o $(LIBS) $(LFLAGS) -lc
|
||||||
|
|
||||||
ntpconfig: pconfig.o
|
ntpconfig: pconfig.obj
|
||||||
link /OUT:pconfig.exe \
|
link /OUT:pconfig.exe \
|
||||||
/NOD /DEBUG:full /DEBUGTYPE:cv /MACHINE:IX86 /NOLOGO \
|
/NOD /DEBUG:full /DEBUGTYPE:cv /MACHINE:IX86 /NOLOGO \
|
||||||
pconfig.obj $(NTLIBS) \
|
pconfig.obj $(NTLIBS) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue