Make.spec
changeset 3144 c43519feada1
parent 2955 7366b7bc203e
child 3158 3fff6fd382c2
equal deleted inserted replaced
3143:0eb6a10e5dc8 3144:c43519feada1
    16 MODULE_DIR=libtool2
    16 MODULE_DIR=libtool2
    17 PACKAGE=$(MODULE):$(MODULE_DIR)
    17 PACKAGE=$(MODULE):$(MODULE_DIR)
    18 
    18 
    19 
    19 
    20 # Argument(s) to the stc compiler (stc --usage).
    20 # Argument(s) to the stc compiler (stc --usage).
    21 #  -H.         : create header files locally
    21 #  -headerDir=. : create header files locally
    22 #                (if removed, they will be created as common
    22 #                (if removed, they will be created as common
    23 #  -Pxxx       : defines the package
    23 #  -Pxxx       : defines the package
    24 #  -Zxxx       : a prefix for variables within the classLib
    24 #  -Zxxx       : a prefix for variables within the classLib
    25 #  -Dxxx       : defines passed to to CC for inline C-code
    25 #  -Dxxx       : defines passed to to CC for inline C-code
    26 #  -Ixxx       : include path passed to CC for inline C-code
    26 #  -Ixxx       : include path passed to CC for inline C-code
   101     $(OUTDIR_SLASH)UISpecificationTool.$(O) \
   101     $(OUTDIR_SLASH)UISpecificationTool.$(O) \
   102     $(OUTDIR_SLASH)stx_libtool2.$(O) \
   102     $(OUTDIR_SLASH)stx_libtool2.$(O) \
   103     $(OUTDIR_SLASH)FileSelectionBrowser.$(O) \
   103     $(OUTDIR_SLASH)FileSelectionBrowser.$(O) \
   104     $(OUTDIR_SLASH)ResourceSelectionBrowser.$(O) \
   104     $(OUTDIR_SLASH)ResourceSelectionBrowser.$(O) \
   105     $(OUTDIR_SLASH)UIPainterView.$(O) \
   105     $(OUTDIR_SLASH)UIPainterView.$(O) \
       
   106 
       
   107 
       
   108