mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
373 B
14 lines
373 B
PRIVLIB= $(O)\$(TARGETNAME)p.lib
|
|
$(O)\$(TARGETNAME).lib : $(PRIVLIB)
|
|
|
|
$(PRIVLIB) $(PRIVLIB:.lib=.exp): $(O)\$(TARGETNAME)p.def $(LIBRARY_OBJS)
|
|
-$(LIB_NAME) -out:$(PRIVLIB) @<<
|
|
$(LIBRARIAN_FLAGS)
|
|
-def:$(O)\$(TARGETNAME)p.def
|
|
$(LIBRARY_OBJS)
|
|
<<NOKEEP
|
|
|
|
$(O)\$(TARGETNAME)p.def: $(TARGETNAME).def
|
|
$(C_PREPROCESSOR) $** -DPRIVATEEXPORT= > $@
|
|
|
|
stdafx_stub.cxx: stdafx.cxx
|