Changeset 104 for trunk/classes/makefile


Ignore:
Timestamp:
Oct 2, 2023, 11:34:35 PM (23 months ago)
Author:
gyoung
Message:

Remaining changes from merge with Lars 2.9 branch

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/classes/makefile

    r67 r104  
    22
    33include ../make.inc
    4 PMPRINTFPATH = U:\PMPrintf
    54DISTNAME        =       cwaudio-classes-$(VERSION)
    65CC           = icc
     
    98#-Wcnd /Weff /Wini /Wpar /Wpro /Wuse /Wrea
    109#CFLAGS       =    /Wuse /Wrea -Ge- /Gm+ -G4 /Ss -Gl /O+ -Oc+ -Ol- /Q+ /C
    11 CFLAGS       =    -Ge- /Gm+ -G4 /Ss -Gl /O+ -Oc+ -Ol- /Q+ /C 
    12 
    13 LIBS            =       somtk.lib mmPM2.lib rexx.lib $(PMPRINTFPATH)\pmprintf.lib
    14 DEFS            = 
     10CFLAGS       =    -Ge- /Gm+ -G4 /Ss -Gl /O+ -Oc+ -Ol- /Q+ /C
     11
     12LIBS            =       somtk.lib mmPM2.lib rexx.lib
     13DEFS            =
    1514
    1615MOREINC =       ./include -I./inc -I../common_functions/include
     
    3534#Audio classes
    3635AUD_SCCOMPILEC  =       sc -I $(IDLDIR)/idl_audio -I $(IDLDIR)/idl_mm -p -r -sc -d$(CDIR)/c_audio -maddstar -mnoint -S128000 -C128000  $<
    37 AUD_SCCOMPILEIH =       sc -I $(IDLDIR)/idl_audio -I $(IDLDIR)/idl_mm -p -r -sih";"h -dinclude -maddstar -mnoint -S128000 -C128000  $<
     36AUD_SCCOMPILEIH =       sc -I $(IDLDIR)/idl_audio -I $(IDLDIR)/idl_mm -p -r -s"ih;h" -dinclude -maddstar -mnoint -S128000 -C128000  $<
    3837
    3938#Video
    4039VID_SCCOMPILEC  =       sc -I $(IDLDIR)/idl_video -p -r -sc -d$(CDIR)/c_video -maddstar -mnoint -S128000 -C128000  $<
    41 VID_SCCOMPILEIH =       sc -I $(IDLDIR)/idl_video -p -r -sih";"h -dinclude -maddstar -mnoint -S128000 -C128000  $<
     40VID_SCCOMPILEIH =       sc -I $(IDLDIR)/idl_video -p -r -s"ih;h" -dinclude -maddstar -mnoint -S128000 -C128000  $<
    4241
    4342#image
    4443IMG_SCCOMPILEC  =       sc -I $(IDLDIR)/idl_image -p -r -sc -d$(CDIR)/c_image -maddstar -mnoint -S128000 -C128000  $<
    45 IMG_SCCOMPILEIH =       sc -I $(IDLDIR)/idl_image -p -r -sih";"h -dinclude -maddstar -mnoint -S128000 -C128000  $<
     44IMG_SCCOMPILEIH =       sc -I $(IDLDIR)/idl_image -p -r -s"ih;h" -dinclude -maddstar -mnoint -S128000 -C128000  $<
    4645
    4746#base classes
    4847MM_SCCOMPILEC   =       sc -I $(IDLDIR)/idl_mm -p -r -sc -d$(CDIR)/c_mm -maddstar -mnoint -S128000 -C128000  $<
    49 MM_SCCOMPILEIH  =       sc -I $(IDLDIR)/idl_mm -p -r -sih";"h -dinclude -maddstar -mnoint -S128000 -C128000  $<
     48MM_SCCOMPILEIH  =       sc -I $(IDLDIR)/idl_mm -p -r -s"ih;h" -dinclude -maddstar -mnoint -S128000 -C128000  $<
    5049
    5150
     
    104103                        $(OBJDIR)/cwmmdisk.obj \
    105104                        $(OBJDIR)/mmfolder.obj
    106  
     105
    107106COMMON_OBJECTS  =       $(OBJDIR)/except.obj \
    108107                                $(OBJDIR)/message.obj \
     
    123122HLP_FILES       =       ./Help/de/cwmm049.hlp \
    124123                        ./Help/en/cwmm.hlp \
     124                        ./Help/es/cwmm034.hlp \
     125                        ./Help/fr/cwmm033.hlp \
    125126                        ./Help/nl/cwmm031.hlp \
    126127                        ./Help/it/cwmm039.hlp \
     
    191192        cd ./res && make
    192193        rc ./res/common_res/cwaudio.res cwmm.dll
    193         MAPSYM $(basename $@)
     194        MAPSYM cwmm.map
    194195
    195196###################################
     
    209210###################################
    210211# German
    211 ./Help/de/cwmm049.hlp:  ./Help/de/cwmm049.ipf 
     212./Help/de/cwmm049.hlp:  ./Help/de/cwmm049.ipf
    212213        cd ./Help/de && make   
    213214
     
    216217        cd ./Help/en && make
    217218
     219# Spanish
     220./Help/es/cwmm034.hlp:  ./Help/es/cwmm034.ipf
     221        cd ./Help/es && make
     222
     223# French
     224./Help/fr/cwmm033.hlp:  ./Help/fr/cwmm033.ipf
     225        cd ./Help/fr && make
     226
    218227# Dutch
    219228./Help/nl/cwmm031.hlp:  ./Help/nl/cwmm031.ipf
     
    224233        cd ./Help/it && make
    225234
    226 # Traditional chinese (TW)
    227 ./Help/tw/cwmm088.hlp:  ./Help/tw/cwmm088.ipf
     235# Taiwan
     236./Help/tw/cwmm088.hlp:  ./Help/tw/cwmm088.ipf
    228237        cd ./Help/tw && make
    229238
     
    315324        -cd ./Help/de && make clean
    316325        -cd ./Help/en && make clean
     326        -cd ./Help/es && make clean
     327        -cd ./Help/fr && make clean
    317328        -cd ./Help/nl && make clean
    318329        -cd ./Help/it && make clean
     
    328339        -cd ./Help/de && make cleaner
    329340        -cd ./Help/en && make cleaner
     341        -cd ./Help/es && make cleaner
     342        -cd ./Help/fr && make cleaner
    330343        -cd ./Help/nl && make cleaner
    331344        -cd ./Help/it && make cleaner
Note: See TracChangeset for help on using the changeset viewer.