Changeset 76546 in vbox for trunk/src/bldprogs
- Timestamp:
- Dec 30, 2018 6:43:22 AM (6 years ago)
- Location:
- trunk/src/bldprogs
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/VBoxCompilerPlugIns.h
r69500 r76546 18 18 #ifndef ___VBoxCompilerPlugIns_h__ 19 19 #define ___VBoxCompilerPlugIns_h__ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/types.h> -
trunk/src/bldprogs/scm.h
r76512 r76546 16 16 */ 17 17 18 19 18 #ifndef ___scm_h___ 20 19 #define ___scm_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 21 23 22 24 #include "scmstream.h" -
trunk/src/bldprogs/scmdiff.h
r69500 r76546 18 18 #ifndef ___scmdiff_h___ 19 19 #define ___scmdiff_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/stream.h> -
trunk/src/bldprogs/scmstream.h
r69500 r76546 18 18 #ifndef ___scmstream_h___ 19 19 #define ___scmstream_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/types.h> -
trunk/src/bldprogs/solgcc/.scm-settings
r69471 r76546 16 16 # 17 17 18 /config/*: --external-copyright 18 /config/*: --external-copyright --no-fix-header-guards 19 19
Note:
See TracChangeset
for help on using the changeset viewer.