Leaked source code of windows server 2003
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.
 
 
 
 
 
 

12 lines
365 B

# makefile.inc
$(O)\MSG00409.bin : ..\Messages.x
$(O)\message.h : $(O)\Messages.mc
$(O)\Messages.hi : ..\Messages.x
@echo Creating $@ from $?
$(C_PREPROCESSOR_NAME) /DCPLUSPLUS_INVOKED $(C_PREPROCESSOR_FLAGS) $** > $@
$(O)\Messages.mc : ..\Messages.x
@echo Creating $@ from $?
$(C_PREPROCESSOR_NAME) /DMC_INVOKED $(C_PREPROCESSOR_FLAGS) $** > $@