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 UNIX 95 */
1
/* tcc environment for UNIX 95 */
2
 
2
 
3
+INCL			"-Nunix95:-INCLDIR-/unix95.api"
3
+INCL			"-Nunix95:<TENDRA_INCLDIR>/unix95.api"
4
+LIB			"-lunix95 -lxpg4 -lxpg3 -lposix2 -lposix1 -lposix -liso -lansi"
4
+LIB			"-lunix95 -lxpg4 -lxpg3 -lposix2 -lposix1 -lposix -liso -lansi"
5
+FLAG_INSTALL		"-Yunix95"
5
+FLAG_INSTALL		"-Yunix95"
6
+API_NAME		"-Aunix95"
6
+API_NAME		"-Aunix95"
7
+INFO			"X/Open@Single@UNIX@Specification"
7
+INFO			"X/Open@Single@UNIX@Specification"