Source code of Windows XP (NT5)
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.

14 lines
336 B

  1. #
  2. # COMMON.INC
  3. # Common build rules for NT/Win95 app sharing dll
  4. #
  5. # Copyright(c) Microsoft 1998-
  6. #
  7. $(O)\nmas.rc: ..\cpi32\nmas.rc
  8. del $(O)\nmas.rc
  9. copy ..\cpi32\nmas.rc $(O)
  10. $(O)\cpi32dll.cpp: ..\cpi32\cpi32dll.cpp
  11. del $(O)\cpi32dll.cpp
  12. copy ..\cpi32\cpi32dll.cpp $(O)