the files name is helloworld.vcproj
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Name="helloworld"
ProjectGUID="{A8B233DD-E23
RootNamespace="helloworld"
Keyword="MakeFileProj">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Deb
ConfigurationType="0">
<Tool
Name="VCNMakeTool"
BuildCommandLine="ml /nologo /coff /c /Zi /Fl /Fm helloworld.asm
link /nologo /DEBUG /incremental:no /subsystem:console /entry:main /out:helloworld.exe helloworld.obj kernel32.lib"
Output="helloworld.exe"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Rel
ConfigurationType="0">
<Tool
Name="VCNMakeTool"
BuildCommandLine="ml /nologo /coff /c /Zi /Fl /Fm $? link /nologo /subsystem:console /entry:main"
Output="helloworld.exe"/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;
UniqueIdentifier="{4FC737F
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;i
UniqueIdentifier="{9399538
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg
UniqueIdentifier="{67DA6AB
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
Main Topics
Browse All Topics





by: DeanHorakPosted on 2005-09-29 at 14:11:43ID: 14987920
Post the makefile and I'll take a look...