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 posix1 */
1
/* tcc environment for posix1 */
2
 
2
 
3
+INCL			"-Nposix1:-INCLDIR-/posix1.api"
3
+INCL			"-Nposix1:<TENDRA_INCLDIR>/posix1.api"
4
+LIB			"-lposix1 -lposix -lansi"
4
+LIB			"-lposix1 -lposix -lansi"
5
+FLAG_INSTALL		"-Yposix1"
5
+FLAG_INSTALL		"-Yposix1"
6
+API_NAME		"-Aposix1"
6
+API_NAME		"-Aposix1"
7
+INFO			"POSIX.1@(ISO/IEC@9945-1:1990)"
7
+INFO			"POSIX.1@(ISO/IEC@9945-1:1990)"