Subversion Repositories tendra.SVN

Rev

Rev 2 | Rev 38 | 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 xpg4 */
1
/* tcc environment for xpg4 */
2
 
2
 
3
+INCL			"-Nxpg4:-INCLDIR-/xpg4.api"
3
+INCL			"-Nxpg4:<TENDRA_INCLDIR>/xpg4.api"
4
+LIB			"-lxpg4 -lxpg3 -lposix2 -lposix1 -lposix -liso -lansi"
4
+LIB			"-lxpg4 -lxpg3 -lposix2 -lposix1 -lposix -liso -lansi"
5
+FLAG_INSTALL		"-Yxpg4"
5
+FLAG_INSTALL		"-Yxpg4"
6
+API_NAME		"-Axpg4"
6
+API_NAME		"-Axpg4"
7
+INFO			"X/Open@Portability@Guide@4"
7
+INFO			"X/Open@Portability@Guide@4"