Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f866c8befc0b9952b136a7b368887f593644016d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@rem ***************************************************************************
@rem Copyright (c) 2011 Marc-Andre Laperle and others.
@rem This program and the accompanying materials
@rem are made available under the terms of the Eclipse Public License 2.0
@rem which accompanies this distribution, and is available at
@rem https://www.eclipse.org/legal/epl-2.0/
em
em SPDX-License-Identifier: EPL-2.0
@rem
@rem Contributors:
@rem      Marc-Andre Laperle - initial API and implementation
@rem ***************************************************************************

nmake /f Makefile_x86_64.mk /NOLOGO install clean

Back to the top