Ignore:
Timestamp:
Oct 30, 2023, 9:48:18 PM (22 months ago)
Author:
gyoung
Message:

Changes so COMMONSRC objects are built with VAC. Improve cddb makefile clean target. Fixes pmcddb.exe initialization failure. Also fixes a potential problem with the player etc exes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mediafolder/c/cddb/makefile

    r127 r128  
    66#CPPFLAGS     = -O -Wno-write-strings -Zomf -Zcrtdll -s
    77#CPPFLAGSSTATIC     = -O -Zomf -Zsys -Zmt -s
    8 CPPFLAGS        =  /Ge+ /Gm+ /G5 /Ss /Gl /O+ /Oc+ /Ol- /Q+ /Ti /Gx- /Sp4 /B"/pmtype:pm /ma /De"
     8CPPFLAGS        =  /Ge+ /Gm+ /G5 /Ss /Gl /O+ /Oc+ /Ol- /Q+ /Ti /Sp4 /B"/pmtype:pm /ma /de"
    99CPPFLAGSVAC  = /Ge- /Gm+ /G4 /Gl- /O+ /Oc+ /Ol- /Q+
    1010INC             = ../../include
     
    101101                $(CC) $(CPPFLAGS) /C+ -I$(INC) /Fo$@ $<
    102102clean:
     103        -rm *.o
    103104        -rm *.obj
    104105        -rm *.exe
Note: See TracChangeset for help on using the changeset viewer.