VirtualBox

Ignore:
Timestamp:
Oct 26, 2017 5:02:54 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118712
Message:

Main: More scm updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/makefile.tstVBoxAPIWin

    r60765 r69388  
    1 #
     1# $Id$
     2## @file
    23# tstVBoxAPILinux makefile
    34#
     5
    46#
    57# Copyright (C) 2006-2016 Oracle Corporation
     
    1315# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1416#
     17
     18#
    1519# Several assumptions and propositions:
    1620# - Visual Studio has already installed on machine or you already have nmake.exe, cl.exe, link.exe
     
    2024# - cl is cl.exe - Windows compiler
    2125# - link is link.exe - Windows linker
    22 # - all needed paths have been set in working environment. It means that when you type "cl" from the console, 
     26# - all needed paths have been set in working environment. It means that when you type "cl" from the console,
    2327#   Windows shall find cl.exe by using enviroment variable PATH or something similar.
    2428#
    25 # The best way to accomplish it is to run a script vcvars32.bat located in the Visual studio "bin" directory. 
     29# The best way to accomplish it is to run a script vcvars32.bat located in the Visual studio "bin" directory.
    2630# This script installs needed paths in your working environment.
    2731# Important!!!
    2832# Script vcvars32.bat sets up needed paths only for local console session.
    29 # For permanent using, needed paths must be added globally. 
     33# For permanent using, needed paths must be added globally.
    3034#
    3135# Several possible examples of paths:
     
    4145LINK = link
    4246PATH_MSCOM     = ../../../bindings/mscom
    43 INCS_MSCOM     = $(PATH_MSCOM)/include 
     47INCS_MSCOM     = $(PATH_MSCOM)/include
    4448LIBS_MSCOM     = $(PATH_MSCOM)/lib
    4549
     
    4953tstVBoxAPIWin_DEPS     = $(INCS_MSCOM)
    5054
    51 COMPILER_CMDLINE = /Zi /nologo /W3 /WX- /Od /Oy- /Gm /EHsc /RTC1 /GS /fp:precise /Gd /analyze- /errorReport:queue 
     55COMPILER_CMDLINE = /Zi /nologo /W3 /WX- /Od /Oy- /Gm /EHsc /RTC1 /GS /fp:precise /Gd /analyze- /errorReport:queue
    5256
    5357LINKER_CMDLINE = /INCREMENTAL /DEBUG /SUBSYSTEM:CONSOLE
     
    5761        $(LINK) /out:tstVBoxAPIWin.exe $** $(LIBS_DEPS)
    5862
    59 #   default compilation 
     63#   default compilation
    6064tstVBoxAPIWin.obj:
    6165        $(CXX) /c /I$(INCS_MSCOM) tstVBoxAPIWin.cpp
     
    8589#       $(CXX) /c /I$(INCS_MSCOM) /I$(WIN_SDK_INCLUDE_PATH) /I$(VS_INCLUDE_PATH) $(tstVBoxAPIWin_SOURCES)
    8690
    87 
Note: See TracChangeset for help on using the changeset viewer.

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