makefile.mk (de1dbc42) makefile.mk (8e162c1b)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 99 unchanged lines hidden (view full) ---

108#.ENDIF #"$(WINDOWS_VISTA_PSDK)"!=""
109#.ENDIF
110
111BUILD_DIR=PCbuild
112
113# Build python executable and then runs a minimal script. Running the minimal script
114# ensures that certain *.pyc files are generated which would otherwise be created on
115# solver during registration in insetoo_native
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 99 unchanged lines hidden (view full) ---

108#.ENDIF #"$(WINDOWS_VISTA_PSDK)"!=""
109#.ENDIF
110
111BUILD_DIR=PCbuild
112
113# Build python executable and then runs a minimal script. Running the minimal script
114# ensures that certain *.pyc files are generated which would otherwise be created on
115# solver during registration in insetoo_native
116.IF "$(SYSBASE)" != ""
117BUILD_ACTION=$(COMPATH)$/vcpackages$/vcbuild.exe -useenv pcbuild.sln "Release|Win32"
116BUILD_ACTION=$(COMPATH)$/vcpackages$/vcbuild.exe -useenv pcbuild.sln "Release|Win32"
118.ELSE
119BUILD_ACTION=$(COMPATH)$/vcpackages$/vcbuild.exe pcbuild.sln "Release|Win32"
120.ENDIF # "$(SYSBASE)" != ""
121.ENDIF
122.ENDIF
123
124PYVERSIONFILE=$(MISC)$/pyversion.mk
125
126# --- Targets ------------------------------------------------------
127
128

--- 26 unchanged lines hidden ---
117.ENDIF
118.ENDIF
119
120PYVERSIONFILE=$(MISC)$/pyversion.mk
121
122# --- Targets ------------------------------------------------------
123
124

--- 26 unchanged lines hidden ---