Windows NT 4.0 source code leak
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.

16 lines
474 B

4 years ago
  1. #
  2. # Invoke autowrap to generate wrapper sources
  3. # then generate wrapem.obj
  4. #
  5. MYDLL = $(BASEDIR)\public\sdk\lib\$(TARGET_DIRECTORY)\user32.dll
  6. obj\$(TARGET_DIRECTORY)\wrapem.obj: $(TARGET_DIRECTORY)\wrapem.$(ASM_SUFFIX)
  7. # If dll has changed, force recompilation of sources
  8. $(TARGET_DIRECTORY)\wrapem.$(ASM_SUFFIX): $(MYDLL)
  9. autowrap $(MYDLL)
  10. del /q obj\$(TARGET_DIRECTORY)\zser32.obj
  11. clean:
  12. del /q wrapper.c wrapper.h $(TARGET_DIRECTORY)\* obj\$(TARGET_DIRECTORY)\*