Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
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
Container Registry
Model registry
Operate
Environments
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
Jakob Huber
postgres-lambda-diff
Commits
5069e959
Commit
5069e959
authored
15 years ago
by
Magnus Hagander
Browse files
Options
Downloads
Patches
Plain Diff
Delete solution cache file on clean, if it exists.
parent
2c4d456d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/tools/msvc/clean.bat
+2
-1
2 additions, 1 deletion
src/tools/msvc/clean.bat
with
2 additions
and
1 deletion
src/tools/msvc/clean.bat
+
2
−
1
View file @
5069e959
@echo
off
REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.1
6
20
09/11/12 00:13:00 tgl
Exp $
REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.1
7
20
10/01/01 16:58:53 mha
Exp $
set
DIST
=
0
if
"
%
1"
==
"dist"
set
DIST
=
1
...
...
@@ -11,6 +11,7 @@ if exist debug rd /s /q debug
if
exist
release
rd
/s /q
release
for
%%f
in
(*
.vcproj
)
do
del
%%f
if
exist
pgsql
.sln
del
/q
pgsql
.sln
if
exist
pgsql
.sln.cache
del
/q
pgsql
.sln.cache
del
/s /q
src
\bin\win32ver.rc
2
>
NUL
del
/s /q
src
\interfaces\win32ver.rc
2
>
NUL
if
exist
src
\backend\win32ver.rc
del
/q
src
\backend\win32ver.rc
...
...
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