Changeset 55 in dev for BasicCompiler_Common/BasicCompiler.cpp
- Timestamp:
- Feb 13, 2007, 3:14:57 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/BasicCompiler.cpp
r15 r55 691 691 else if(lstrcmp(temp2,"dll")==0) bDll=1; 692 692 693 //Unicode 694 else if( lstrcmp( temp2, "unicode" ) ==0 ) isUnicode = true; 695 693 696 //埋め込み型コンパイラビュー 694 697 else if(lstrcmp(temp2,"clip_compile_view")==0) bClipCompileView=1;
Note:
See TracChangeset
for help on using the changeset viewer.