new dist files

This commit is contained in:
CrazyRedMachine 2023-07-20 14:19:47 +02:00
parent d49cced163
commit 43471fb684
4 changed files with 4 additions and 1 deletions

View File

@ -21,6 +21,8 @@ $(zipdir)/:
$(BUILDDIR)/popnhax.zip: \
build/bin/avs2_1508-32/popnhax.dll \
dist/popnhax/popnhax.xml \
dist/popnhax/D3d9.dll \
dist/popnhax/ifs_hook.dll \
| $(zipdir)/
echo ... $@
zip -j $@ $^

BIN
dist/popnhax/D3d9.dll vendored Normal file

Binary file not shown.

BIN
dist/popnhax/ifs_hook.dll vendored Normal file

Binary file not shown.

View File

@ -1,5 +1,6 @@
// clang-format off
#include <windows.h>
#include <process.h>
#include <psapi.h>
// clang-format on
@ -3405,4 +3406,4 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserv
}
return TRUE;
}
}