repo.or.cz
/
delutions.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add phnxdeco with debian patch set (version 0.33-3).
[delutions.git]
/
tc
/
crypto
/
Makefile.inc
blob
48a68fa194b235b5c2793b61045b80b7161a2857
1
2
!if "$(TC_ARCH)" == "x86"
3
TC_OBJ_FORMAT = win32
4
!else
5
TC_OBJ_FORMAT = win64
6
!endif
7
8
"$(OBJ_PATH)\$(O)\Aes_$(TC_ARCH).obj": Aes_$(TC_ARCH).asm
9
yasm.exe -Xvc -f $(TC_OBJ_FORMAT) -D DLL_EXPORT -o "$@" Aes_$(TC_ARCH).asm