Changeset 1504 for trunk/kBuild/tools/MINGW32.kmk
- Timestamp:
- Apr 9, 2008, 2:04:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/MINGW32.kmk
r1034 r1504 52 52 TOOL_MINGW32_PREFIX := 53 53 endif 54 ifneq ($( BUILD_PLATFORM),win)54 ifneq ($(KBUILD_HOST),win) 55 55 # we're cross compiling either using an emulator (wine/odin) or a cross compiler. 56 56 ifneq ($(PATH_TOOL_MINGW32),$(subst /win.x86,,$(subst /x86.win,,$(PATH_TOOL_MINGW32))))
Note:
See TracChangeset
for help on using the changeset viewer.