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.
15 lines
359 B
15 lines
359 B
$(PRIVLIB) $(PRIVLIB:.lib=.exp): \
|
|
!if "$(BUILD_PASS)" != "PASS2"
|
|
$(LIBRARY_OBJS) \
|
|
!endif
|
|
$(O)\$(TARGETNAMEP).def
|
|
-$(LIB_NAME) -out:$(PRIVLIB) @<<
|
|
$(LIBRARIAN_FLAGS)
|
|
-def:$(O)\$(TARGETNAMEP).def
|
|
$(LIBRARY_OBJS)
|
|
<<NOKEEP
|
|
|
|
|
|
C_DEFINES=$(C_DEFINES) -DPRIVATE=
|
|
$(O)\$(TARGETNAMEP).def: $(DLLDEF)
|
|
$(C_PREPROCESSOR) $(DLLDEF) > $@
|