home *** CD-ROM | disk | FTP | other *** search
- # This file is a workaround for the problem with the SOM Compiler action.
- # For this release, the action does not correctly identify the target
- # output files (.cpp, .xh, .xih), which prevents successful completion
- # of the Makemake and build actions.
-
- # bindings.mak
-
- .SUFFIXES: .IDL .c
-
- .all: \
- .\prclist.xih \
- .\invento.xih \
- .\receive.xih \
- .\prclist.xh \
- .\invento.xh \
- .\receive.xh
-
- .IDL.xih:
- @echo " Compile::SOM Compiler "
- sc.exe -sxih -p %s
-
- .IDL.xh:
- @echo " Compile::SOM Compiler "
- sc.exe -sxh -p %s
-
-
- .\prclist.xih: \
- .\prclist.IDL
-
- .\invento.xih: \
- .\invento.IDL
-
- .\receive.xih: \
- .\receive.IDL
-
- .\prclist.xh: \
- .\prclist.IDL
-
- .\invento.xh: \
- .\invento.IDL
-
- .\receive.xh: \
- .\receive.IDL
-