Changeset 97882 in vbox
- Timestamp:
- Dec 28, 2022 1:27:08 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154972
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/VBoxTpG.cpp
r96407 r97882 174 174 static const char g_szAssemblerOsDef[] = "RT_OS_DARWIN"; 175 175 #elif defined(RT_OS_OS2) 176 static const char * pszAssembler= "nasm.exe";177 static const char * pszAssemblerFmtOpt= "-f";176 static const char *g_pszAssembler = "nasm.exe"; 177 static const char *g_pszAssemblerFmtOpt = "-f"; 178 178 static const char g_szAssemblerFmtVal32[] = "obj"; 179 179 static const char g_szAssemblerFmtVal64[] = "elf64";
Note:
See TracChangeset
for help on using the changeset viewer.