forked from Popn_Tools/popnhax
18 lines
246 B
Makefile
18 lines
246 B
Makefile
avsdlls += popnhax
|
|
|
|
deplibs_popnhax := \
|
|
avs \
|
|
|
|
ldflags_popnhax := \
|
|
-lwinmm -lpsapi
|
|
|
|
libs_popnhax := \
|
|
util \
|
|
minhook
|
|
|
|
srcpp_popnhax := \
|
|
dllmain.cc \
|
|
loader.cc \
|
|
SearchFile.cc \
|
|
translation.cc
|