equal
deleted
inserted
replaced
107 |
107 |
108 # NOTE: These might actually come from BUILDDIR, depends on the settings. |
108 # NOTE: These might actually come from BUILDDIR, depends on the settings. |
109 $(BINDIR)/msvcrt.dll: $(MSVCRT_DLL_PATH)/msvcrt.dll |
109 $(BINDIR)/msvcrt.dll: $(MSVCRT_DLL_PATH)/msvcrt.dll |
110 $(install-import-file) |
110 $(install-import-file) |
111 $(CHMOD) a+x $@ |
111 $(CHMOD) a+x $@ |
112 $(BINDIR)/msvcr71.dll: $(MSVCR71_DLL_PATH)/msvcr71.dll |
112 $(BINDIR)/$(MSVCRNN_DLL): $(MSVCRNN_DLL_PATH)/$(MSVCRNN_DLL) |
113 $(install-import-file) |
113 $(install-import-file) |
114 $(CHMOD) a+x $@ |
114 $(CHMOD) a+x $@ |
115 |
115 |
116 # Get the hotspot .map and .pdb files for client and server |
116 # Get the hotspot .map and .pdb files for client and server |
117 IMPORT_LIST += \ |
117 IMPORT_LIST += \ |