mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
new top-level target 'msvc' to create msvc build files
svn path=/trunk/; revision=17502
This commit is contained in:
parent
a864a2c137
commit
ff8f4e3c6a
1 changed files with 4 additions and 0 deletions
|
@ -308,6 +308,10 @@ makefile.auto: $(RBUILD_TARGET) $(PREAUTO) $(XMLBUILDFILES)
|
|||
$(ECHO_RBUILD)
|
||||
$(Q)$(RBUILD_TARGET) $(ROS_RBUILDFLAGS) mingw
|
||||
|
||||
.PHONY: msvc
|
||||
msvc: $(RBUILD_TARGET)
|
||||
$(ECHO_RBUILD)
|
||||
$(Q)$(RBUILD_TARGET) $(ROS_RBUILDFLAGS) msvc
|
||||
|
||||
$(BUGCODES_H) $(BUGCODES_RC): $(WMC_TARGET) $(NTOSKRNL_MC)
|
||||
$(ECHO_WMC)
|
||||
|
|
Loading…
Reference in a new issue