Changeset 1200 in 3DVCSoftware for branches/HTM-14.1-update-dev0/source/App/TAppExtractor/extrmain.cpp
- Timestamp:
- 4 May 2015, 18:38:08 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev0/source/App/TAppExtractor/extrmain.cpp
r1179 r1200 41 41 #include "TAppExtrTop.h" 42 42 43 #if H_MV43 #if NH_MV 44 44 // ==================================================================================================================== 45 45 // Main function … … 82 82 int main(int argc, char* argv[]) 83 83 { 84 std::cout << "Set H_MV equal to 1 in TypeDef.h to build bitstream extractor. " << std::endl;84 std::cout << "Set NH_MV equal to 1 in TypeDef.h to build bitstream extractor. " << std::endl; 85 85 return 1; 86 86 }
Note: See TracChangeset for help on using the changeset viewer.