housekeeping - JC will need to fix this

moved visual studio project to its own build directory, added to
gitignore so we're not versioning the build products. i don't do
windows, so Jinduan will have to make sure everything still works with
this directory structure.
This commit is contained in:
Sam Hatchett
2013-01-31 15:13:40 -05:00
parent a95576cb1e
commit 4f693792c8
8 changed files with 1 additions and 30 deletions

2
.gitignore vendored
View File

@@ -118,6 +118,6 @@ xcuserdata
*.bi
*.opensdf
test/*
Debug/

Binary file not shown.

View File

@@ -1,2 +0,0 @@
#v4.0:v110:false
Debug|Win32|C:\Users\owner\Documents\GitHub\epanet\|

Binary file not shown.

View File

@@ -1,27 +0,0 @@
Build started 1/28/2013 3:11:19 PM.
1>Project "C:\Users\owner\Documents\GitHub\epanet\LemonTigerJ.vcxproj" on node 2 (Build target(s)).
1>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /I.\include /Zi /nologo /W3 /WX- /Od /Oy- /D WIN32 /D _DEBUG /D _CONSOLE /D _WINDLL /D _CRT_SECURE_NO_WARNINGS /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc110.pdb" /Gd /TC /analyze- /errorReport:prompt src\testLT.c
testLT.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"C:\Users\owner\Documents\GitHub\epanet\Debug\LemonTigerJ.dll" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:\Users\owner\Documents\GitHub\epanet\Debug\LemonTigerJ.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:\Users\owner\Documents\GitHub\epanet\Debug\LemonTigerJ.lib" /MACHINE:X86 /DLL Debug\epanet.obj
Debug\hash.obj
Debug\hydraul.obj
Debug\inpfile.obj
Debug\input1.obj
Debug\input2.obj
Debug\input3.obj
Debug\lemontiger.obj
Debug\mempool.obj
Debug\output.obj
Debug\quality.obj
Debug\report.obj
Debug\rules.obj
Debug\smatrix.obj
Debug\testLT.obj
LemonTigerJ.vcxproj -> C:\Users\owner\Documents\GitHub\epanet\Debug\LemonTigerJ.dll
1>Done Building Project "C:\Users\owner\Documents\GitHub\epanet\LemonTigerJ.vcxproj" (Build target(s)).
Build succeeded.
Time Elapsed 00:00:01.13

Binary file not shown.