Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
6863dbbc
Commit
6863dbbc
authored
19 years ago
by
Gisle Vanem
Browse files
Options
Downloads
Patches
Plain Diff
Remove generated files ahost.plg ahost.mak from CVS.
parent
28b96efd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ares/vc/ahost/ahost.mak
+0
-223
0 additions, 223 deletions
ares/vc/ahost/ahost.mak
ares/vc/ahost/ahost.plg
+0
-16
0 additions, 16 deletions
ares/vc/ahost/ahost.plg
with
0 additions
and
239 deletions
ares/vc/ahost/ahost.mak
deleted
100644 → 0
+
0
−
223
View file @
28b96efd
# Microsoft Developer Studio Generated NMAKE File, Based on ahost.dsp
!IF
"$(CFG)"
==
""
CFG
=
ahost - Win32 Debug
!MESSAGE
No
configuration
specified.
Defaulting
to
ahost
-
Win32
Debug.
!ENDIF
!IF
"$(CFG)"
!=
"ahost - Win32 Release"
&&
"$(CFG)"
!=
"ahost - Win32 Debug"
!MESSAGE
Invalid
configuration
"$(CFG)"
specified.
!MESSAGE
You
can
specify
a
configuration
when
running
NMAKE
!MESSAGE by defining the macro CFG on the command line. For example
:
!MESSAGE
!MESSAGE
NMAKE
/f
"ahost.mak"
CFG
=
"ahost - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are
:
!MESSAGE
!MESSAGE
"ahost - Win32 Release"
(based
on
"Win32 (x86) Console Application"
)
!MESSAGE
"ahost - Win32 Debug"
(based
on
"Win32 (x86) Console Application"
)
!MESSAGE
!ERROR
An
invalid
configuration
is
specified.
!ENDIF
!IF
"$(OS)"
==
"Windows_NT"
NULL
=
!ELSE
NULL
=
nul
!ENDIF
CPP
=
cl.exe
RSC
=
rc.exe
!IF
"$(CFG)"
==
"ahost - Win32 Release"
OUTDIR
=
.
\R
elease
INTDIR
=
.
\R
elease
# Begin Custom Macros
OutDir
=
.
\R
elease
# End Custom Macros
!IF
"$(RECURSE)"
==
"0"
ALL
:
"$(OUTDIR)
\a
host.exe"
!ELSE
ALL
:
"areslib - Win32 Release" "$(OUTDIR)
\a
host.exe"
!ENDIF
!IF
"$(RECURSE)"
==
"1"
CLEAN
:
"areslib - Win32 ReleaseCLEAN"
!ELSE
CLEAN
:
!ENDIF
-@erase
"$(INTDIR)\ahost.obj"
-@erase
"$(INTDIR)\vc60.idb"
-@erase
"$(OUTDIR)\ahost.exe"
"$(OUTDIR)"
:
if
not
exist
"$(OUTDIR)/$(NULL)"
mkdir
"$(OUTDIR)"
CPP_PROJ
=
/nologo /MD /W3 /GX /O2 /D
"WIN32"
/D
"NDEBUG"
/D
"_CONSOLE"
/D
"_MBCS"
/Fp
"
$(
INTDIR
)
\a
host.pch"
/YX /Fo
"
$(
INTDIR
)
\\
"
/Fd
"
$(
INTDIR
)
\\
"
/FD /c
BSC32
=
bscmake.exe
BSC32_FLAGS
=
/nologo /o
"
$(
OUTDIR
)
\a
host.bsc"
BSC32_SBRS
=
\
LINK32
=
link.exe
LINK32_FLAGS
=
wsock32.lib areslib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no /pdb:
"
$(
OUTDIR
)
\a
host.pdb"
/machine:I386 /out:
"
$(
OUTDIR
)
\a
host.exe"
/libpath:
"..
\a
reslib
\R
elease"
LINK32_OBJS
=
\
"$(INTDIR)\ahost.obj"
\
"..\areslib\Release\areslib.lib"
"$(OUTDIR)\ahost.exe"
:
"$(OUTDIR)"
$(DEF_FILE)
$(LINK32_OBJS)
$(LINK32)
@<<
$(LINK32_FLAGS)
$(LINK32_OBJS)
<<
!ELSEIF
"$(CFG)"
==
"ahost - Win32 Debug"
OUTDIR
=
.
\D
ebug
INTDIR
=
.
\D
ebug
# Begin Custom Macros
OutDir
=
.
\D
ebug
# End Custom Macros
!IF
"$(RECURSE)"
==
"0"
ALL
:
"$(OUTDIR)
\a
host.exe" "$(OUTDIR)
\a
host.bsc"
!ELSE
ALL
:
"areslib - Win32 Debug" "$(OUTDIR)
\a
host.exe" "$(OUTDIR)
\a
host.bsc"
!ENDIF
!IF
"$(RECURSE)"
==
"1"
CLEAN
:
"areslib - Win32 DebugCLEAN"
!ELSE
CLEAN
:
!ENDIF
-@erase
"$(INTDIR)\ahost.obj"
-@erase
"$(INTDIR)\ahost.sbr"
-@erase
"$(INTDIR)\vc60.idb"
-@erase
"$(INTDIR)\vc60.pdb"
-@erase
"$(OUTDIR)\ahost.bsc"
-@erase
"$(OUTDIR)\ahost.exe"
-@erase
"$(OUTDIR)\ahost.ilk"
-@erase
"$(OUTDIR)\ahost.pdb"
"$(OUTDIR)"
:
if
not
exist
"$(OUTDIR)/$(NULL)"
mkdir
"$(OUTDIR)"
CPP_PROJ
=
/nologo /MLd /W3 /Gm /GX /ZI /Od /D
"WIN32"
/D
"_DEBUG"
/D
"_CONSOLE"
/D
"_MBCS"
/FR
"
$(
INTDIR
)
\\
"
/Fp
"
$(
INTDIR
)
\a
host.pch"
/YX /Fo
"
$(
INTDIR
)
\\
"
/Fd
"
$(
INTDIR
)
\\
"
/FD /GZ /c
BSC32
=
bscmake.exe
BSC32_FLAGS
=
/nologo /o
"
$(
OUTDIR
)
\a
host.bsc"
BSC32_SBRS
=
\
"$(INTDIR)\ahost.sbr"
"$(OUTDIR)\ahost.bsc"
:
"$(OUTDIR)"
$(BSC32_SBRS)
$(BSC32)
@<<
$(BSC32_FLAGS)
$(BSC32_SBRS)
<<
LINK32
=
link.exe
LINK32_FLAGS
=
wsock32.lib areslib.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:
"
$(
OUTDIR
)
\a
host.pdb"
/debug /machine:I386 /out:
"
$(
OUTDIR
)
\a
host.exe"
/pdbtype:sept /libpath:
"..
\a
reslib
\D
ebug"
LINK32_OBJS
=
\
"$(INTDIR)\ahost.obj"
\
"..\areslib\Debug\areslib.lib"
"$(OUTDIR)\ahost.exe"
:
"$(OUTDIR)"
$(DEF_FILE)
$(LINK32_OBJS)
$(LINK32)
@<<
$(LINK32_FLAGS)
$(LINK32_OBJS)
<<
!ENDIF
.c{$(INTDIR)}.obj
::
$(CPP)
@<<
$(CPP_PROJ)
$<
<<
.cpp{$(INTDIR)}.obj
::
$(CPP)
@<<
$(CPP_PROJ)
$<
<<
.cxx{$(INTDIR)}.obj
::
$(CPP)
@<<
$(CPP_PROJ)
$<
<<
.c{$(INTDIR)}.sbr
::
$(CPP)
@<<
$(CPP_PROJ)
$<
<<
.cpp{$(INTDIR)}.sbr
::
$(CPP)
@<<
$(CPP_PROJ)
$<
<<
.cxx{$(INTDIR)}.sbr
::
$(CPP)
@<<
$(CPP_PROJ)
$<
<<
!IF
"$(NO_EXTERNAL_DEPS)"
!=
"1"
!IF
EXISTS(
"ahost.dep"
)
!INCLUDE
"ahost.dep"
!ELSE
!MESSAGE Warning
:
cannot find "ahost.dep"
!ENDIF
!ENDIF
!IF
"$(CFG)"
==
"ahost - Win32 Release"
||
"$(CFG)"
==
"ahost - Win32 Debug"
SOURCE
=
..
\.
.
\a
host.c
!IF
"$(CFG)"
==
"ahost - Win32 Release"
"$(INTDIR)\ahost.obj"
:
$(SOURCE)
"$(INTDIR)"
$(CPP)
$(CPP_PROJ)
$(SOURCE)
!ELSEIF
"$(CFG)"
==
"ahost - Win32 Debug"
"$(INTDIR)\ahost.obj"
"$(INTDIR)\ahost.sbr"
:
$(SOURCE)
"$(INTDIR)"
$(CPP)
$(CPP_PROJ)
$(SOURCE)
!ENDIF
!IF
"$(CFG)"
==
"ahost - Win32 Release"
"areslib - Win32 Release"
:
cd
"..\areslib"
$(MAKE)
/$(MAKEFLAGS)
/F
".\areslib.mak"
CFG
=
"areslib - Win32 Release"
cd
"..\ahost"
"areslib - Win32 ReleaseCLEAN"
:
cd
"..\areslib"
$(MAKE)
/$(MAKEFLAGS)
/F
".\areslib.mak"
CFG
=
"areslib - Win32 Release"
RECURSE
=
1 CLEAN
cd
"..\ahost"
!ELSEIF
"$(CFG)"
==
"ahost - Win32 Debug"
"areslib - Win32 Debug"
:
cd
"..\areslib"
$(MAKE)
/$(MAKEFLAGS)
/F
".\areslib.mak"
CFG
=
"areslib - Win32 Debug"
cd
"..\ahost"
"areslib - Win32 DebugCLEAN"
:
cd
"..\areslib"
$(MAKE)
/$(MAKEFLAGS)
/F
".\areslib.mak"
CFG
=
"areslib - Win32 Debug"
RECURSE
=
1 CLEAN
cd
"..\ahost"
!ENDIF
!ENDIF
This diff is collapsed.
Click to expand it.
ares/vc/ahost/ahost.plg
deleted
100644 → 0
+
0
−
16
View file @
28b96efd
<html>
<body>
<pre>
<h1>
Build Log
</h1>
<h3>
--------------------Configuration: ahost - Win32 Release--------------------
</h3>
<h3>
Command Lines
</h3>
<h3>
Results
</h3>
ahost.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment