makefile.tstVBoxAPIWin revision 97f18fc3d908924a073e536c0eedb296a1f774ee
98N/A# available from http://www.virtualbox.org. This file is free software;
98N/A# - Visual Studio has already installed on machine or you already have nmake.exe, cl.exe, link.exe
98N/A# - Windows SDK has already installed on machine or you already have Uuid.Lib Ole32.Lib OleAut32.Lib OleDlg.Lib
98N/A# - VirtualBox SDK was downloaded and was placed into folder where VirtualBox had been installed.
98N/A# - nmake is a default tool that builds projects based on commands contained in this description file
98N/A# - all needed paths have been set in working environment. It means that when you type "cl" from the console,
98N/A# The best way to accomplish it is to run a script vcvars32.bat located in the Visual studio "bin" directory.
98N/A# Script vcvars32.bat sets up needed paths only for local console session.
98N/A# VS_ATLMFC_INCLUDE_PATH = "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\atlmfc\include"
113N/APATH_MSCOM = ../../../bindings/mscom
98N/AtstVBoxAPIWin_SOURCES = $(LIBS_MSCOM)/VirtualBox_i.c
98N/ACOMPILER_CMDLINE = /Zi /nologo /W3 /WX- /Od /Oy- /Gm /EHsc /RTC1 /GS /fp:precise /Gd /analyze- /errorReport:queue
98N/A $(LINK) /out:tstVBoxAPIWin.exe $** $(LIBS_DEPS)
98N/A $(CXX) /c /I$(INCS_MSCOM) tstVBoxAPIWin.cpp
# $(LINK) $(LINKER_CMDLINE) /out:tstVBoxAPIWin.exe $** $(LIBS_DEPS)
# $(CXX) /c $(COMPILER_CMDLINE) /I$(INCS_MSCOM) /I$(WIN_SDK_INCLUDE_PATH) /I$(VS_INCLUDE_PATH) tstVBoxAPIWin.cpp
# $(CXX) /c /I$(INCS_MSCOM) /I$(WIN_SDK_INCLUDE_PATH) /I$(VS_INCLUDE_PATH) tstVBoxAPIWin.cpp