Changeset 406 for trunk/qmake/Makefile.os2-g++
- Timestamp:
- Dec 10, 2009, 12:56:17 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qmake/Makefile.os2-g++
r394 r406 38 38 endif 39 39 40 OBJECTS_DIR = release- shared40 OBJECTS_DIR = release- 41 41 42 42 # qmake code … … 152 152 OBJECTS = $(foreach src,$(SOURCES),$(call SRC_TO_OBJ,$(src))) 153 153 154 $(BUILD_PATH)\bin\qmake.exe:$(OBJECTS)154 $(OBJECTS) 155 155 $(LINK) -o $@ $(OBJECTS) $(LIBS) 156 157 158 159 160 161 162 156 163 157 164 Makefile: Makefile.os2-g++ … … 166 173 167 174 distclean:: clean 168 -del $(BUILD_PATH)\bin\qmake.exe >nul 2>&1175 -del qmake.exe >nul 2>&1 169 176 170 177 .SUFFIXES: .cpp .c … … 178 185 define SRC_TO_OBJ_RULE 179 186 $(call SRC_TO_OBJ,$(1)): $(1) 180 @if not exist $(OBJECTS_DIR) mkdir $(OBJECTS_DIR)181 187 $(CXX) -c $(CXXFLAGS) -o $$@ $$< 182 188 endef
Note:
See TracChangeset
for help on using the changeset viewer.