зеркало из https://github.com/mozilla/pjs.git
13 строки
377 B
Plaintext
13 строки
377 B
Plaintext
!IFNDEF OBJDIR
|
|
OBJDIR = .
|
|
!ENDIF
|
|
|
|
$(OBJDIR)\atlthunk.lib: $(OBJDIR)\atlthunk_compat.obj
|
|
lib.exe -OUT:$(OBJDIR)\atlthunk.lib $(OBJDIR)\atlthunk_compat.obj -nodefaultlib
|
|
|
|
$(OBJDIR)\atlthunk_compat.obj: atlthunk_compat.cpp
|
|
cl.exe -nologo -Wall -Zl -O2 -TP -Fo$(OBJDIR)\atlthunk_compat.obj -c atlthunk_compat.cpp
|
|
|
|
clean:
|
|
del $(OBJDIR)\atlthunk.lib $(OBJDIR)\atlthunk_compat.obj
|