VirtualBox

Changeset 38700 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Sep 9, 2011 9:14:42 AM (13 years ago)
Author:
vboxsync
Message:

build on unix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS-new/makefile

    r38699 r38700  
    99#  -ecc default to __cdecl calling convention (bad idea)
    1010#
     11!ifdef __UNIX__
     12QUOTE=\"
     13!else
     14QUOTE="
     15!endif
    1116CFLAGS = -q -0 -wx -zu -s -oas -d1 -ms
    12 DEFS   = -DVBOX -DVBOX_LANBOOT_SEG=0xE200 -DVBOX_VERSION_STRING="0.9" &
     17DEFS   = -DVBOX -DVBOX_LANBOOT_SEG=0xE200 -DVBOX_VERSION_STRING=$(QUOTE)0.9$(QUOTE) &
    1318 -DVBOX_WITH_SCSI
    1419
    1520AFLAGS = -q -0 -wx
    1621
    17 INCLS  = -I"../../../../../include"
     22INCLS  = -I$(QUOTE)../../../../../include$(QUOTE)
    1823
    1924.c.obj : .autodepend
    20         wcc $(CFLAGS) $(DEFS) $<
     25        wcc -fo=.obj $(CFLAGS) $(DEFS) $<
    2126
    2227.asm.obj : .autodepend
    23         wasm $(AFLAGS) $(DEFS) $<
     28        wasm -fo=.obj $(AFLAGS) $(DEFS) $<
    2429
    2530OBJS =  bios.obj print.obj ata.obj floppy.obj eltorito.obj boot.obj &
     
    4449
    4550logo.obj : logo.c
    46         wcc $(INCLS) $(CFLAGS) $(DEFS) -DVBOX_PC_BIOS $<
     51        wcc -fo=.obj $(INCLS) $(CFLAGS) $(DEFS) -DVBOX_PC_BIOS $<
    4752
    4853clean : .symbolic
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette