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.
 
 
 
 
 
 

17 lines
468 B

#
# Invoke autowrap to generate wrapper sources
# then generate wrapem.obj
#
MYDLL = $(BASEDIR)\public\sdk\lib\$(TARGET_DIRECTORY)\@@.dll
obj\$(TARGET_DIRECTORY)\wrapem.obj: $(TARGET_DIRECTORY)\wrapem.$(ASM_SUFFIX)
# If dll has changed, force recompilation of sources
$(TARGET_DIRECTORY)\wrapem.$(ASM_SUFFIX): $(MYDLL)
autowrap $(MYDLL)
del /q obj\$(TARGET_DIRECTORY)\z@.obj
clean:
del /q wrapper.c wrapper.h $(TARGET_DIRECTORY)\* obj\$(TARGET_DIRECTORY)\*