Changeset 35572 in vbox for trunk/src/recompiler
- Timestamp:
- Jan 14, 2011 2:51:16 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69456
- Location:
- trunk/src/recompiler
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/Makefile-old.kmk
r35340 r35572 202 202 # 203 203 DLLS += VBoxREMWrapper 204 VBoxREMWrapper_TEMPLATE = VB OXR3204 VBoxREMWrapper_TEMPLATE = VBoxR3DllWarnNoPic 205 205 VBoxREMWrapper_NAME = VBoxREM 206 206 VBoxREMWrapper_DEFS = IN_REM_R3 … … 257 257 # 258 258 IMPORT_LIBS += VBoxREMImp 259 VBoxREMImp_TEMPLATE = VB OXR3259 VBoxREMImp_TEMPLATE = VBoxR3Dll 260 260 ifn1of ($(KBUILD_TARGET), os2 win) 261 261 VBoxREMImp_NAME = VBoxREM -
trunk/src/recompiler/Makefile.kmk
r35380 r35572 178 178 # 179 179 DLLS += VBoxREMWrapper 180 VBoxREMWrapper_TEMPLATE = VB OXR3180 VBoxREMWrapper_TEMPLATE = VBoxR3DllWarnNoPic 181 181 VBoxREMWrapper_NAME = VBoxREM 182 182 VBoxREMWrapper_DEFS = IN_REM_R3 … … 213 213 # 214 214 IMPORT_LIBS += VBoxREMImp 215 VBoxREMImp_TEMPLATE = VB OXR3215 VBoxREMImp_TEMPLATE = VBoxR3Dll 216 216 ifn1of ($(KBUILD_TARGET), os2 win) 217 217 VBoxREMImp_NAME = VBoxREM
Note:
See TracChangeset
for help on using the changeset viewer.