- deleted
git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@917 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -1,250 +0,0 @@
|
||||
# Automatically generated makefile, created by the Introjucer
|
||||
# Don't edit this file! Your changes will be overwritten when you re-save the Introjucer project!
|
||||
|
||||
# (this disables dependency generation if multiple architectures are set)
|
||||
DEPFLAGS := $(if $(word 2, $(TARGET_ARCH)), , -MMD)
|
||||
PROJ_HOME := $(shell pwd)
|
||||
LIBSRC_PATH := ${PROJ_HOME}/../../../../libsrc
|
||||
LIBSRC := -L$(LIBSRC_PATH)/fir -L$(LIBSRC_PATH)/crc -L$(LIBSRC_PATH)/radio
|
||||
|
||||
JUCE_PATH := ${PROJ_HOME}/../../../../extlib/JUCE
|
||||
EIGEN_PATH := ${PROJ_HOME}/../../../../extlib/eigen
|
||||
RADIO_PATH := ${LIBSRC_PATH}/cpp
|
||||
|
||||
INCLUDES := -I /usr/include/freetype2 -I $(PROJ_HOME)/../../JuceLibraryCode -I $(JUCE_PATH) -I $(JUCE_PATH)/modules -I $(LIBSRC_PATH) -I $(RADIO_PATH) -I ../../Source -I $(EIGEN_PATH)
|
||||
|
||||
|
||||
DEFINES_Debug := -D "JUCER_LINUX_MAKE_7346DA2A=1" -D "JUCE_APP_VERSION=1.0.0" -D "JUCE_APP_VERSION_HEX=0x10000" -D "LINUX=1" -D "DEBUG=1" -D "_DEBUG=1" -D "radio_float_t=float" -D "fir_float_t=float"
|
||||
DEFINES_Release := -D "LINUX=1" -D "NDEBUG" -D "radio_float_t=float" -D "fir_float_t=float" -D "JUCER_LINUX_MAKE_7346DA2A=1" -D "JUCE_APP_VERSION=1.0.0" -D "JUCE_APP_VERSION_HEX=0x10000"
|
||||
|
||||
ifndef CONFIG
|
||||
CONFIG=Debug
|
||||
endif
|
||||
|
||||
DEFINES := $(DEFINES_$(CONFIG))
|
||||
#DEFINEs += -DEIGEN_RUNTIME_NO_MALLOC
|
||||
|
||||
ifeq ($(CONFIG),Debug)
|
||||
BINDIR := build
|
||||
LIBDIR := build
|
||||
OBJDIR := build/intermediate/Debug
|
||||
OUTDIR := build
|
||||
|
||||
ifeq ($(TARGET_ARCH),)
|
||||
TARGET_ARCH := -march=native
|
||||
endif
|
||||
|
||||
CPPFLAGS := $(DEPFLAGS) -std=c++11 $(DEFINES) $(INCLUDES)
|
||||
CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -g -ggdb -O0 -std=c++11
|
||||
CXXFLAGS += $(CFLAGS)
|
||||
LDFLAGS += $(TARGET_ARCH) -L$(BINDIR) -L$(LIBDIR) $(LIBSRC) -L/usr/X11R6/lib/ -L../../../../libsrc/build/linux -lGL -lX11 -lXext -lXinerama -lasound -ldl -lfreetype -lpthread -lrt -lradio -lfir -lcrc
|
||||
LDDEPS :=
|
||||
TARGET := M-PSK\ Receiver
|
||||
BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH)
|
||||
CLEANCMD = rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR)
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG),Release)
|
||||
BINDIR := build
|
||||
LIBDIR := build
|
||||
OBJDIR := build/intermediate/Release
|
||||
OUTDIR := build
|
||||
|
||||
ifeq ($(TARGET_ARCH),)
|
||||
TARGET_ARCH := -march=native
|
||||
endif
|
||||
|
||||
|
||||
|
||||
CPPFLAGS := $(DEPFLAGS) -std=c++11 $(DEFINES) $(INCLUDES)
|
||||
CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -O3 -std=c++11
|
||||
CXXFLAGS += $(CFLAGS)
|
||||
LDFLAGS += $(TARGET_ARCH) -L$(BINDIR) -L$(LIBDIR) $(LIBSRC) -fvisibility=hidden -L/usr/X11R6/lib/ -L../../../../libsrc/build/linux -lGL -lX11 -lXext -lXinerama -lasound -ldl -lfreetype -lpthread -lrt -lradio -lfir -lcrc
|
||||
LDDEPS :=
|
||||
TARGET := M-PSK\ Receiver
|
||||
BLDCMD = $(CXX) -o $(OUTDIR)/$(TARGET) $(OBJECTS) $(LDFLAGS) $(RESOURCES) $(TARGET_ARCH)
|
||||
CLEANCMD = rm -rf $(OUTDIR)/$(TARGET) $(OBJDIR)
|
||||
endif
|
||||
|
||||
OBJECTS := \
|
||||
$(OBJDIR)/Frame_c2c56272.o \
|
||||
$(OBJDIR)/Formatter_c2c56272.o \
|
||||
$(OBJDIR)/Symbolizer_c2c56272.o \
|
||||
$(OBJDIR)/Scrambler_c2c56272.o \
|
||||
$(OBJDIR)/GraphComponent_e41edf58.o \
|
||||
$(OBJDIR)/LogComponent_246d8222.o \
|
||||
$(OBJDIR)/Receiver_5b8294f8.o \
|
||||
$(OBJDIR)/Transmitter_8ab42952.o \
|
||||
$(OBJDIR)/ControlComponent_df0ca6a9.o \
|
||||
$(OBJDIR)/IQPoint_361399c9.o \
|
||||
$(OBJDIR)/IQPlaneComponent_22dd1f32.o \
|
||||
$(OBJDIR)/MainComponent_a6ffb4a5.o \
|
||||
$(OBJDIR)/Main_90ebc5c2.o \
|
||||
$(OBJDIR)/juce_audio_basics_2442e4ea.o \
|
||||
$(OBJDIR)/juce_audio_devices_a4c8a728.o \
|
||||
$(OBJDIR)/juce_audio_formats_d349f0c8.o \
|
||||
$(OBJDIR)/juce_audio_processors_44a134a2.o \
|
||||
$(OBJDIR)/juce_audio_utils_f63b12e8.o \
|
||||
$(OBJDIR)/juce_core_aff681cc.o \
|
||||
$(OBJDIR)/juce_cryptography_25c7e826.o \
|
||||
$(OBJDIR)/juce_data_structures_bdd6d488.o \
|
||||
$(OBJDIR)/juce_events_79b2840.o \
|
||||
$(OBJDIR)/juce_graphics_c8f1e7a4.o \
|
||||
$(OBJDIR)/juce_gui_basics_a630dd20.o \
|
||||
$(OBJDIR)/juce_gui_extra_7767d6a8.o \
|
||||
$(OBJDIR)/juce_opengl_c7e3506c.o \
|
||||
$(OBJDIR)/juce_video_184321c8.o \
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
$(OUTDIR)/$(TARGET): $(OBJECTS) $(LDDEPS) $(RESOURCES)
|
||||
@echo Linking M-QAM Transceiver
|
||||
-@mkdir -p $(BINDIR)
|
||||
-@mkdir -p $(LIBDIR)
|
||||
-@mkdir -p $(OUTDIR)
|
||||
@$(BLDCMD)
|
||||
|
||||
clean:
|
||||
@echo Cleaning M-QAM Transceiver
|
||||
@$(CLEANCMD)
|
||||
|
||||
strip:
|
||||
@echo Stripping M-QAM Transceiver
|
||||
-@strip --strip-unneeded $(OUTDIR)/$(TARGET)
|
||||
|
||||
$(OBJDIR)/Formatter_c2c56272.o: ../../../../libsrc/cpp/radio/Formatter.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling Formatter.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/Symbolizer_c2c56272.o: ../../../../libsrc/cpp/radio/Symbolizer.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling Symbolizer.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/Scrambler_c2c56272.o: ../../../../libsrc/cpp/radio/Scrambler.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling Scrambler.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/Frame_c2c56272.o: ../../../../libsrc/cpp/radio/Frame.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling Frame.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/GraphComponent_e41edf58.o: ../../Source/GraphComponent.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling GraphComponent.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/LogComponent_246d8222.o: ../../Source/LogComponent.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling LogComponent.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/Receiver_5b8294f8.o: ../../Source/Receiver.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling Receiver.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/Transmitter_8ab42952.o: ../../Source/Transmitter.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling Transmitter.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/ControlComponent_df0ca6a9.o: ../../Source/ControlComponent.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling ControlComponent.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/IQPoint_361399c9.o: ../../Source/IQPoint.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling IQPoint.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/IQPlaneComponent_22dd1f32.o: ../../Source/IQPlaneComponent.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling IQPlaneComponent.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/MainComponent_a6ffb4a5.o: ../../Source/MainComponent.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling MainComponent.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/Main_90ebc5c2.o: ../../Source/Main.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling Main.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/juce_audio_basics_2442e4ea.o: $(JUCE_PATH)/modules/juce_audio_basics/juce_audio_basics.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling juce_audio_basics.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/juce_audio_devices_a4c8a728.o: $(JUCE_PATH)/modules/juce_audio_devices/juce_audio_devices.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling juce_audio_devices.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/juce_audio_formats_d349f0c8.o: $(JUCE_PATH)/modules/juce_audio_formats/juce_audio_formats.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling juce_audio_formats.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/juce_audio_processors_44a134a2.o: $(JUCE_PATH)/modules/juce_audio_processors/juce_audio_processors.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling juce_audio_processors.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/juce_audio_utils_f63b12e8.o: $(JUCE_PATH)/modules/juce_audio_utils/juce_audio_utils.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling juce_audio_utils.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/juce_core_aff681cc.o: $(JUCE_PATH)/modules/juce_core/juce_core.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling juce_core.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/juce_cryptography_25c7e826.o: $(JUCE_PATH)/modules/juce_cryptography/juce_cryptography.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling juce_cryptography.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/juce_data_structures_bdd6d488.o: $(JUCE_PATH)/modules/juce_data_structures/juce_data_structures.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling juce_data_structures.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/juce_events_79b2840.o: $(JUCE_PATH)/modules/juce_events/juce_events.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling juce_events.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/juce_graphics_c8f1e7a4.o: $(JUCE_PATH)/modules/juce_graphics/juce_graphics.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling juce_graphics.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/juce_gui_basics_a630dd20.o: $(JUCE_PATH)/modules/juce_gui_basics/juce_gui_basics.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling juce_gui_basics.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/juce_gui_extra_7767d6a8.o: $(JUCE_PATH)/modules/juce_gui_extra/juce_gui_extra.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling juce_gui_extra.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/juce_opengl_c7e3506c.o: $(JUCE_PATH)/modules/juce_opengl/juce_opengl.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling juce_opengl.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
$(OBJDIR)/juce_video_184321c8.o: $(JUCE_PATH)/modules/juce_video/juce_video.cpp
|
||||
-@mkdir -p $(OBJDIR)
|
||||
@echo "Compiling juce_video.cpp"
|
||||
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
|
||||
|
||||
-include $(OBJECTS:%.o=%.d)
|
||||
@@ -1,110 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<VSPerformanceSession Version="1.00">
|
||||
<Options>
|
||||
<Solution>M-QAM Transceiver.sln</Solution>
|
||||
<CollectionMethod>Sampling</CollectionMethod>
|
||||
<AllocationMethod>None</AllocationMethod>
|
||||
<AddReport>true</AddReport>
|
||||
<ResourceBasedAnalysisSelected>true</ResourceBasedAnalysisSelected>
|
||||
<UniqueReport>Timestamp</UniqueReport>
|
||||
<SamplingMethod>Cycles</SamplingMethod>
|
||||
<CycleCount>10000000</CycleCount>
|
||||
<PageFaultCount>10</PageFaultCount>
|
||||
<SysCallCount>10</SysCallCount>
|
||||
<SamplingCounter Name="" ReloadValue="00000000000f4240" DisplayName="" />
|
||||
<RelocateBinaries>false</RelocateBinaries>
|
||||
<HardwareCounters EnableHWCounters="false" />
|
||||
<EtwSettings />
|
||||
<PdhSettings>
|
||||
<PdhCountersEnabled>false</PdhCountersEnabled>
|
||||
<PdhCountersRate>500</PdhCountersRate>
|
||||
<PdhCounters>
|
||||
<PdhCounter>\Arbeitsspeicher\Seiten/s</PdhCounter>
|
||||
<PdhCounter>\Physikalischer Datentr&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;#228;ger(_Total)\Durchschnittl. Warteschlangenl&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;#228;nge des Datentr&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;#228;gers</PdhCounter>
|
||||
<PdhCounter>\Prozessor(_Total)\Prozessorzeit (%)</PdhCounter>
|
||||
</PdhCounters>
|
||||
</PdhSettings>
|
||||
</Options>
|
||||
<ExcludeSmallFuncs>true</ExcludeSmallFuncs>
|
||||
<InteractionProfilingEnabled>false</InteractionProfilingEnabled>
|
||||
<JScriptProfilingEnabled>false</JScriptProfilingEnabled>
|
||||
<PreinstrumentEvent>
|
||||
<InstrEventExclude>false</InstrEventExclude>
|
||||
</PreinstrumentEvent>
|
||||
<PostinstrumentEvent>
|
||||
<InstrEventExclude>false</InstrEventExclude>
|
||||
</PostinstrumentEvent>
|
||||
<Binaries>
|
||||
<ProjBinary>
|
||||
<Path>Release\M-QAM Transceiver.exe</Path>
|
||||
<ArgumentTimestamp>01/01/0001 00:00:00</ArgumentTimestamp>
|
||||
<Instrument>true</Instrument>
|
||||
<Sample>true</Sample>
|
||||
<ExternalWebsite>false</ExternalWebsite>
|
||||
<InteractionProfilingEnabled>false</InteractionProfilingEnabled>
|
||||
<IsLocalJavascript>false</IsLocalJavascript>
|
||||
<IsWindowsStoreApp>false</IsWindowsStoreApp>
|
||||
<IsWWA>false</IsWWA>
|
||||
<LaunchProject>true</LaunchProject>
|
||||
<OverrideProjectSettings>false</OverrideProjectSettings>
|
||||
<LaunchMethod>Executable</LaunchMethod>
|
||||
<ExecutablePath>Release\M-QAM Transceiver.exe</ExecutablePath>
|
||||
<StartupDirectory>.\</StartupDirectory>
|
||||
<Arguments>
|
||||
</Arguments>
|
||||
<NetAppHost>IIS</NetAppHost>
|
||||
<NetBrowser>InternetExplorer</NetBrowser>
|
||||
<ExcludeSmallFuncs>true</ExcludeSmallFuncs>
|
||||
<JScriptProfilingEnabled>false</JScriptProfilingEnabled>
|
||||
<PreinstrumentEvent>
|
||||
<InstrEventExclude>false</InstrEventExclude>
|
||||
</PreinstrumentEvent>
|
||||
<PostinstrumentEvent>
|
||||
<InstrEventExclude>false</InstrEventExclude>
|
||||
</PostinstrumentEvent>
|
||||
<ProjRef>{F4982237-0D0C-2DF9-224A-BFCB25D8B413}|M-QAM Transceiver.vcxproj</ProjRef>
|
||||
<ProjPath>M-QAM Transceiver.vcxproj</ProjPath>
|
||||
<ProjName>M-QAM Transceiver</ProjName>
|
||||
</ProjBinary>
|
||||
</Binaries>
|
||||
<Reports>
|
||||
<Report>
|
||||
<Path>M-QAM Transceiver140524(29).vsp</Path>
|
||||
</Report>
|
||||
<Report>
|
||||
<Path>M-QAM Transceiver140525.vsp</Path>
|
||||
</Report>
|
||||
<Report>
|
||||
<Path>M-QAM Transceiver140525(1).vsp</Path>
|
||||
</Report>
|
||||
<Report>
|
||||
<Path>M-QAM Transceiver140525(2).vsp</Path>
|
||||
</Report>
|
||||
<Report>
|
||||
<Path>M-QAM Transceiver140525(3).vsp</Path>
|
||||
</Report>
|
||||
<Report>
|
||||
<Path>M-QAM Transceiver140525(4).vsp</Path>
|
||||
</Report>
|
||||
<Report>
|
||||
<Path>M-QAM Transceiver140525(5).vsp</Path>
|
||||
</Report>
|
||||
<Report>
|
||||
<Path>M-QAM Transceiver140525(6).vsp</Path>
|
||||
</Report>
|
||||
<Report>
|
||||
<Path>M-QAM Transceiver140525(7).vsp</Path>
|
||||
</Report>
|
||||
<Report>
|
||||
<Path>M-QAM Transceiver140525(8).vsp</Path>
|
||||
</Report>
|
||||
<Report>
|
||||
<Path>M-QAM Transceiver140525(9).vsp</Path>
|
||||
</Report>
|
||||
</Reports>
|
||||
<Launches>
|
||||
<ProjBinary>
|
||||
<Path>:PB:{F4982237-0D0C-2DF9-224A-BFCB25D8B413}|M-QAM Transceiver.vcxproj</Path>
|
||||
</ProjBinary>
|
||||
</Launches>
|
||||
</VSPerformanceSession>
|
||||
@@ -1,19 +0,0 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 11.00
|
||||
# Visual Studio 2012
|
||||
Project("{DCE3D67B-5AAD-3549-305E-DD32BC645203}") = "M-QAM Transceiver", "M-QAM Transceiver.vcxproj", "{F4982237-0D0C-2DF9-224A-BFCB25D8B413}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Win32 = Debug|Win32
|
||||
Release|Win32 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{F4982237-0D0C-2DF9-224A-BFCB25D8B413}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{F4982237-0D0C-2DF9-224A-BFCB25D8B413}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{F4982237-0D0C-2DF9-224A-BFCB25D8B413}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{F4982237-0D0C-2DF9-224A-BFCB25D8B413}.Release|Win32.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup />
|
||||
</Project>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,30 +0,0 @@
|
||||
#ifdef JUCE_USER_DEFINED_RC_FILE
|
||||
#include JUCE_USER_DEFINED_RC_FILE
|
||||
#else
|
||||
|
||||
#undef WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,0,0,0
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "040904E4"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "JDI\0"
|
||||
VALUE "FileDescription", "M-QAM Transceiver\0"
|
||||
VALUE "FileVersion", "1.0.0\0"
|
||||
VALUE "ProductName", "M-QAM Transceiver\0"
|
||||
VALUE "ProductVersion", "1.0.0\0"
|
||||
END
|
||||
END
|
||||
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0x409, 65001
|
||||
END
|
||||
END
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user