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.

19 lines
670 B

  1. #
  2. # logon.ui preprocessing
  3. #
  4. #$(O)\logon.uipp: GpRes\logon.ui
  5. # cl /nologo /EP GpRes\logon.ui > $(O)\logon.uipp
  6. $(O)\logon.uipp: logon.ui
  7. cl /nologo /EP /I$(WINDOWS_INC_PATH)\DUser logon.ui > $(O)\logon.uipp
  8. #
  9. # GIDL
  10. #
  11. $(O)\stub.cpp: $(DUSER_INC_PATH)\DUser.gidl $(DUSER_INC_PATH)\DUser.gh
  12. Gidl.exe -I$(DUSER_INC_PATH) DUser.gidl DUser.gh Logon.gidl Logon.gh -dtarget=$(_BUILDARCH) -dproject=Priv.h -o$(O) -t$(NTMAKEENV)\DirectMT.gml
  13. $(O)\super.cpp: $(DUSER_INC_PATH)\DUser.gidl $(DUSER_INC_PATH)\DUser.gh
  14. Gidl.exe -I$(DUSER_INC_PATH) DUser.gidl DUser.gh Logon.gidl Logon.gh -dtarget=$(_BUILDARCH) -dproject=Priv.h -o$(O) -t$(NTMAKEENV)\DirectMT.gml