Ignore:
Timestamp:
Jan 30, 2007, 2:40:30 AM (18 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/preprocessor.cpp

    r31 r43  
    7474#endif
    7575
     76    extern BOOL bDll;
     77    if( bDll ){
     78        add("_DLL");
     79    }
     80
    7681    char temporary[255];
    7782    sprintf(temporary,"_AB_VER%d",MAJOR_VER);
Note: See TracChangeset for help on using the changeset viewer.