Subversion Repositories tendra.SVN

Rev

Rev 2 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 7
Line 1... Line 1...
1
/* tcc environment for aes */
1
/* tcc environment for aes */
2
 
2
 
3
+INCL			"-Naes:-INCLDIR-/aes.api"
3
+INCL			"-Naes:<TENDRA_INCLDIR>/aes.api"
4
+LIB			"-laes -lxpg3 -lposix -lansi"
4
+LIB			"-laes -lxpg3 -lposix -lansi"
5
+FLAG_INSTALL		"-Yaes"
5
+FLAG_INSTALL		"-Yaes"
6
+API_NAME		"-Aaes"
6
+API_NAME		"-Aaes"
7
+INFO			"Application@Environment@Specification@(Revision@A)"
7
+INFO			"Application@Environment@Specification@(Revision@A)"